source: ffmpeg

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Graph Diff Rev Age Author Log Message
(edit) @e4c00aca   13 years michaelni Merge remote-tracking branch 'qatar/master' * qatar/master: (38 …
(edit) @a8d8e868   13 years stefasab lavf/udp: warn in case the circular_buffer_size or overrun_nonfatal …
(edit) @e1422940   13 years stefasab doc/protocols: add a note regarding the circular RX UDP buffer
(edit) @6b80f758   13 years stefasab doc/protocols: apply misc fixes to the UDP protocol section
(edit) @dd13da67   13 years stefasab doc/protocols: extend/clarify documentation for the buffer_size UDP option
(edit) @469b9ce8   13 years stefasab doc/protocols: document "fifo_size" and "overrun_nonfatal" UDP options …
(edit) @85044358   13 years michaelni Merge remote-tracking branch 'qatar/master' * qatar/master: Print …
(edit) @eeb55f5f   13 years justin.ruggles alac: cosmetics: general pretty-printing and comment clean up
(edit) @f3e5a784   13 years justin.ruggles alac: calculate buffer size outside the loop in allocate_buffers()
(edit) @bae83f2c   13 years justin.ruggles alac: change some data types to plain int
(edit) @2aebac69   13 years justin.ruggles alac: cosmetics: rename some variables and function names
(edit) @1b3ef155   13 years justin.ruggles alac: multi-channel decoding support Signed-off-by: Justin Ruggles …
(edit) @81c9e2e6   13 years justin.ruggles alac: split element parsing into a separate function This will make …
(edit) @cd632619   13 years justin.ruggles alac: support a read sample size of up to 32 Use get_bits_long() in …
(edit) @73dc0db4   13 years justin.ruggles alac: output in planar sample format Avoids unneeded interleaving and …
(edit) @6482bd88   13 years justin.ruggles alac: add 32-bit decoding support
(edit) @6cda74c   13 years justin.ruggles alac: simplify channel interleaving Signed-off-by: Justin Ruggles …
(edit) @5138ff1   13 years justin.ruggles alac: use AVPacket fields directly in alac_decode_frame()
(edit) @7a206eb3   13 years justin.ruggles alac: fix check for valid max_samples_per_frame
(edit) @1193d3fe   13 years justin.ruggles alac: use get_sbits() to read LPC coefficients instead of casting
(edit) @7a50ec6   13 years justin.ruggles alac: move the current samples per frame to the ALACContext This will …
(edit) @46043962   13 years justin.ruggles alac: avoid using a double-negative when checking if the frame is …
(edit) @9a6c528e   13 years justin.ruggles alac: factor out output_size check in predictor_decompress_fir_adapt()
(edit) @ebd4c3ad   13 years justin.ruggles alac: factor out loading of next decoded sample in LPC prediction
(edit) @a4ecd414   13 years justin.ruggles alac: use index into buffer_out instead of incrementing the pointer
(edit) @f2515cd6   13 years justin.ruggles alac: simplify lpc coefficient adaptation
(edit) @abc4376b   13 years justin.ruggles alac: reduce the number of local variables needed in lpc prediction
(edit) @01880d2   13 years justin.ruggles alac: simplify 1st order prediction and reading of warm-up samples
(edit) @d0c0bf0d   13 years justin.ruggles alac: cosmetics: reindent after last commit
(edit) @79def4c5   13 years justin.ruggles alac: remove unneeded conditionals in predictor_decompress_fir_adapt()
(edit) @4bcd637d   13 years justin.ruggles alac: use sizeof() instead of hardcoded data sizes
(edit) @91620a04   13 years justin.ruggles alac: make block_size signed It does not need to be unsigned.
(edit) @2fc24b3   13 years justin.ruggles alac: remove a duplicate local variable
(edit) @5177413d   13 years justin.ruggles alac: conditionally set sign_modifier to 1 It is already …
(edit) @7e6593e   13 years justin.ruggles alac: eliminate 2 unneeded local variables in …
(edit) @6fd8a28   13 years justin.ruggles alac: adjust conditions for updating entropy decoder history avoids …
(edit) @a06fdadd   13 years justin.ruggles alac: cosmetics: reindent after last commit
(edit) @d9837434   13 years justin.ruggles alac: limit the rice param before passing to decode_scalar() reduces …
(edit) @6e91f622   13 years justin.ruggles alac: reduce the number of parameters to bastardized_rice_decompress() …
(edit) @836e8b9   13 years justin.ruggles alac: cosmetics: rename some ALACContext parameters
(edit) @2ac17375   13 years justin.ruggles alac: clean up and update comments leftover from reverse-engineering
(edit) @3bab7cd1   13 years justin.ruggles avformat: move 'chan' tag parsing to mov_chan.c to share with the CAF …
(edit) @c0196a14   13 years justin.ruggles caf: use int64_t for num_packets It is used to store a value read by …
(edit) @f5a9c35f   13 years justin.ruggles caf: fix 'pakt' chunk parsing according to the CAF specification: …
(edit) @b0b77b9c   13 years justin.ruggles caf: support either old or new style ALAC magic kuki chunk
(edit) @55ed91c8   13 years Clément Bœsch threads: fix a potential race spotted by helgrind.
(edit) @652887d6   13 years Clément Bœsch fate/subtitles: sort tests alphabetically.
(edit) @daa29058   13 years michaelni mxfdec: simplify code by using av_calloc() Reviewed a long time ago …
(edit) @83d6ad3   13 years michaelni avidec: Mark first frame as keyframe in case there are no keyframes. …
(edit) @e03cd104   13 years michaelni Fix misspellings of FFmpeg Signed-off-by: Michael Niedermayer …
(edit) @5c858a0a   13 years onemda swscale/input: silence warnings about incompatible pointer types …
(edit) @0fe8acf2   13 years nicolas.george ffmpeg: add -(no)stdin option. Allows to disable interaction from …
(edit) @52ab4185   13 years nicolas.george ffmpeg: invert using_stdin and rename accordingly. There are other …
(edit) @45870f8b   13 years mans Print full compiler identification, not only version number This …
(edit) @bf1cf4d5   13 years mans flacdec: reverse lpc coeff order, simplify filter Reversing the lpc …
(edit) @9f97af26   13 years diego x86: dsputil: drop some unused CPU flag debug code
(edit) @6b7849e6   13 years onemda swscale: unscaled rgba64->rgb48 Signed-off-by: Paul B Mahol …
(edit) @b4befca2   13 years onemda swscale: unscaled rgba64->bgr48 Signed-off-by: Paul B Mahol …
(edit) @9d8eac68   13 years onemda swscale: simplify unscaled rgb48<->bgr48 Using av_bswap16 should be …
(edit) @204c4e95   13 years michaelni Merge remote-tracking branch 'qatar/master' * qatar/master: ppc: …
(edit) @c66978e2   13 years michaelni sws: more complete doxy for sws_setColorspaceDetails() Signed-off-by: …
(edit) @5784a469   13 years stefasab lavf/utils: show the number of stream in case of missing parameter …
(edit) @739ec710   13 years stefasab lavf/utils: suggest what to do in case of missing codec information …
(edit) @a293549b   13 years stefasab lavf/utils: extend has_codec_parameters() to make it show what info is …
(edit) @31a192f3   13 years michaelni imgconvert: favor pixel formats without resolution loss Fixes …
(edit) @ef1c0b52   13 years michaelni avfiltergraph: add some debug info about selected pixel formats …
(edit) @6a314d5   13 years stefasab configure: simplify dependencies for x11_grab_device XShmCreateImage …
(edit) @0cc9077a   13 years stefasab configure: fix help message for --disable-avfilter Increase …
(edit) @712d8213   13 years stefasab lavfi/avfiltergraph: apply misc fixes to fix …
(edit) @dece4f46   13 years michaelni ffmpeg: revert 3ba90d9 (cosmetics to reduce difference to qatar by …
(edit) @60f32910   13 years michaelni mlpdec: switch to av_assert Signed-off-by: Michael Niedermayer …
(edit) @ba0e6999   13 years michaelni sws/input: switch to av_assert Signed-off-by: Michael Niedermayer …
(edit) @ffdd93a2   13 years mans ppc: fix build with altivec disabled Signed-off-by: Mans Rullgard …
(edit) @28f9ab70   13 years mans vp3: move idct and loop filter pointers to new vp3dsp context This …
(edit) @ab9f9876   13 years mans build: add CONFIG_VP3DSP, reduce repetition in OBJS lists …
(edit) @4cfb0d87   13 years kostya.shishkov tscc2: do not add/subtract 128 bias during DCT It turns out that the …
(edit) @3c6c191   13 years kostya.shishkov tscc2: fix typo in DCT
(edit) @c547e5f   13 years diego configure: clarify external library section of help output
(edit) @87246953   13 years diego configure: mark libfdk-aac as nonfree
(edit) @47876d66   13 years diego configure: cosmetics: drop some unnecessary backslashes
(edit) @56ae592   13 years michaelni Merge remote-tracking branch 'qatar/master' * qatar/master: …
(edit) @d4838675   13 years nicolas.george avfiltergraph: document a catch in request_oldest(). This one is …
(edit) @f98d814b   13 years nicolas.george avfiltergraph: add a debug message on EOF.
(edit) @d06bfda0   13 years nicolas.george lavfi: rescale link->current_pts. The doxy says, and the heap …
(edit) @7a249625   13 years diego os_support: K&R formatting cosmetics
(edit) @0b74b8f6   13 years onemda ptx: correct decoding The image data is in BGR and not in RGB. …
(edit) @ad8dabfe   13 years michaelni mov/aac: skip initial aac padding Signed-off-by: Michael Niedermayer …
(edit) @b688c7b7   13 years michaelni riff: add "SM4V" FourCC Reviewed-by: compn <tempn@twmi.rr.com> …
(edit) @6d4e0d1b   13 years michaelni avf:rmdec.c fill duration to AVFormatContext Signed-off-by: Michael …
(edit) @453c02f9   13 years lu_zero libopenjpeg: introduce encoding support Based on FFmpeg version from …
(edit) @b43a7bb4   13 years lu_zero libopenjpeg: rename decoder source file. Signed-off-by: Michael …
(edit) @21d82554   13 years michaelni sws: handle non native rgb<->rgb convertions Signed-off-by: Michael …
(edit) @22a27953   13 years michaelni yuv2rgb: implement 15/16bit ordered dither Signed-off-by: Michael …
(edit) @86991ce   13 years martin RTMPTS protocol support Signed-off-by: Martin Storsjö <martin@martin.st>
(edit) @6aedabc9   13 years martin RTMPS protocol support Signed-off-by: Martin Storsjö <martin@martin.st>
(edit) @1d903a5e   13 years nicolas.george lswr: channel_map requires input conversion. channel_map is applied …
(edit) @5417efbb   13 years anton avconv: print an error message when demuxing fails. Also exit in such …
(edit) @81dd908   13 years Carl Eugen Hoyos Fix libilbc compilation. Fixes ticket #1540
(edit) @7f5fae1   13 years Carl Eugen Hoyos mpeg4videodec: Add two missing format specifiers for debug output.
(edit) @34aa61a3   13 years Carl Eugen Hoyos mpeg4videodec: Use format specifier PRId64 for int64_t.
Note: See TracRevisionLog for help on using the revision log.