source: ffmpeg

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Graph Diff Rev Age Author Log Message
(edit) @74c6db05   12 years stefasab doc/demuxers.texi: avoid comma splice in image2 documentation Add …
(edit) @b0d23ae   12 years stefasab lavf/img2doc: document options
(edit) @b5c7318b   12 years stefasab lavf/img2dec: improve error logging in case of find_image_range() failure
(edit) @2dfee8ab   12 years stefasab lavf/img2dec: sort options by name
(edit) @48c1d1d3   12 years stefasab lavf/img2dec: introduce and use FIRST_INDEX_SEARCH_RANGE macro in …
(edit) @07ef7b1a   12 years stefasab lavf/img2dec: fix out-of-range check in find_image_range() Take the …
(edit) @59e4e406   12 years stefasab lavf/img2dec: doxygen find_image_range() function
(edit) @e408e32   12 years stefasab lavf/img2dec: rename find_image_range() "max_start" parameter to …
(edit) @a30e776f   12 years stefasab lavf/img2dec: fix weird start_number count logic This seems …
(edit) @66747a61   12 years stefasab examples/muxing: simplify alloc_picture() Use avpicture_alloc() high …
(edit) @e776ee8f   12 years michaelni Merge remote-tracking branch 'qatar/master' * qatar/master: lavr: …
(edit) @88fc1438   12 years nicolas.george ffmpeg: insert bitmap subtitles as video in filters. With this …
(edit) @8d6eed7b   12 years nicolas.george lavfi: document the constraints on incoming frames.
(edit) @8ef740ce   12 years nicolas.george lavfi: use a new field for automatic buffer copy. The code currently …
(edit) @f8574650   12 years michaelni Merge remote-tracking branch 'dwbuiten/master' * dwbuiten/master: …
(edit) @82de3e16   12 years Philip Langdale movtextenc: Remove dangling reference to movtext.h This is a …
(edit) @fcf550c2   12 years derek.buitenhuis zerocodec: Fix memleak in decode_frame If there was a failure …
(edit) @d6124d0d   12 years derek.buitenhuis zerocodec: Cosmetics Be consistent with error messages and code …
(edit) @7b24be55   12 years Philip Langdale avformat/srtdec: Write duration into packet from srt demuxer. The …
(edit) @18175ca9   12 years Philip Langdale movenc: Handle need for extra packets to express subtitle duration. …
(edit) @2daaf776   12 years Philip Langdale movtextenc: 3GPP TS 26.245 Timed Text Encoder. This change introduces …
(edit) @759901f8   12 years michaelni mpegdemux: support MLP/AOB Fixes issue1731 Based-on-patch-by: carl …
(edit) @ce7cf600   12 years michaelni mpegdemux: move private stream 1 handling out of …
(edit) @afa6afcc   12 years michaelni mpegdemux: remove redundant dvd audio code This is almost a revert …
(edit) @8821ae64   12 years justin.ruggles lavr: fix handling of custom mix matrices Adds some validation for …
(edit) @3e1cf496   12 years michaelni compute_pkt_fields: do not attempt to calculate dts when the delay …
(edit) @2107009e   12 years michaelni lavf: move nb_decoded_frames out of info. This way the variable is …
(edit) @b288b4c6   12 years michaelni has_decode_delay_been_guessed: adjust value for has_b_frames=0 needed …
(edit) @c91ca5b9   12 years michaelni lavf: move has_decode_delay_been_guessed() up to make it accessible to …
(edit) @ae0312ab   12 years michaelni h264: print num_reorder_frames in debug output Signed-off-by: Michael …
(edit) @73486e3b   12 years mans fate: force pix_fmt in lagarith-rgb32 test This makes big and little …
(edit) @56977eef   12 years eclipse7 fate: Rename FATE_SAMPLES make file variable to FATE_EXTERN Restore …
(edit) @c5d5d17   12 years rsbultje fate: add tests for lagarith lossless video codec. Based on patch by …
(edit) @878b3f2a   12 years michaelni LICENSE: Document all GPL files Signed-off-by: Derek Buitenhuis …
(edit) @668c873b   12 years michaelni matroskadec: check element size against stream limit in …
(edit) @e6cd6989   12 years mans ARMv6: vp8: fix stack allocation with Apple's assembler In the GNU …
(edit) @9829a81b   12 years mans ARM: vp56: allow inline asm to build with clang The clang integrated …
(edit) @4a8143e7   12 years diego fft: 3dnow: fix register name typo in DECL_IMDCT macro Signed-off-by: …
(edit) @d673a3f4   12 years michaelni motion_est_template: switch to av_assert Signed-off-by: Michael …
(edit) @a189475c   12 years michaelni dvdec: switch to av_assert Signed-off-by: Michael Niedermayer …
(edit) @70bcdfb   12 years michaelni g732_1: reduce difference to qatar Signed-off-by: Michael Niedermayer …
(edit) @a7acab6c   12 years michaelni Merge remote-tracking branch 'qatar/master' * qatar/master: vc1dec: …
(edit) @0c3ff198   12 years diego x86: dct32: port to cpuflags
(edit) @239fdf1b   12 years diego x86: build: replace mmx2 by mmxext Refactoring mmx2/mmxext YASM code …
(edit) @a763cafc   12 years michaelni libopenjpegdec: increase max lowres from 5 to 31 OpenJPEG doesn't …
(edit) @66adb7ce   12 years rsbultje Revert "wmapro: prevent division by zero when sample rate is …
(edit) @36936080   12 years rsbultje wmapro: prevent division by zero when sample rate is unspecified This …
(edit) @7191e1c4   12 years rsbultje lagarith: fix color plane inversion for YUY2 output.
(edit) @98d0d192   12 years rsbultje lagarith: pad RGB buffer by 1 byte. For left HFYU prediction, we …
(edit) @da6505ad   12 years rsbultje dsputil: make add_hfyu_left_prediction_sse4() support unaligned src. …
(edit) @9cc74c9f   12 years kostya.shishkov vc1dec: Remove separate scaling function for interlaced field MVs The …
(edit) @8379ea5e   12 years kostya.shishkov vc1dec: Invoke edge_emulation regardless of MV precision In VC-1 …
(edit) @d84dd35f   12 years onemda paf: fix audio packet duration Signed-off-by: Paul B Mahol …
(edit) @44bd69e9   12 years stefasab lavc/utils: rename ff_init_buffer_info() pic parameter to frame The …
(edit) @b99381e8   12 years stefasab lavc/utils: generalize ff_init_buffer_info() and use it when seems …
(edit) @39a8275   12 years stefasab lavfi: move color filter to testsrc, factorize
(edit) @e39f6a3a   12 years Clément Bœsch Fix misc swapped dot and carriage returns in av_log calls.
(edit) @231ffb92   12 years michaelni flvdec: follow packets backward until a valid last timestamp is found …
(edit) @71a5cd7d   12 years michaelni flvdec: perform duration search just once Signed-off-by: Michael …
(edit) @a2232e69   12 years michaelni cllc: fix typo in the error message Signed-off-by: Michael …
(edit) @bc426827   12 years Clément Bœsch lavf/movenc: fix invalid free with timecode meta and tmcd data copy. …
(edit) @ca844b7   12 years diego x86: Use consistent 3dnowext function and macro name suffixes …
(edit) @d3e0766   12 years kostya.shishkov g723_1: scale output as supposed for the case with postfilter disabled
(edit) @94bfdfd6   12 years kostya.shishkov g723_1: increase excitation storage by 4 Fixed codebook mode in 5300 …
(edit) @802bcdcb   12 years kostya.shishkov g723_1: fix upper bound parameter from inverse maximum autocorrelation
(edit) @8ddadea1   12 years kostya.shishkov g723_1: make scale_vector() behave like the reference
(edit) @8772d251   12 years kostya.shishkov g723_1: fix off-by-one error in normalize_bits()
(edit) @7f92db14   12 years kostya.shishkov g723_1: save/restore excitation with offset to store LPC history The …
(edit) @3680b24   12 years kostya.shishkov wmapro: prevent division by zero when sample rate is unspecified This …
(edit) @31d8261c   12 years michaelni mpegprobe: fix misdetection of mp3 Fixes tikcet1524 Signed-off-by: …
(edit) @752344da   12 years nicolas.george amerge/astreamsync/pan: fix license boilerplate. The boilerplate …
(edit) @9c6e23f5   12 years michaelni Merge remote-tracking branch 'qatar/master' * qatar/master: x86: …
(edit) @03737412   12 years diego x86: proresdsp: improve SIGNEXTEND macro comments
(edit) @9f14cd91   12 years michaelni fft: port FFT/IMDCT 3dnow functions to yasm, and disable on x86-64. …
(edit) @19d40c79   12 years michaelni eamad: Use dsputils instead of its own bswap16_buf Signed-off-by: …
(edit) @f92a99da   12 years michaelni flacenc: switch to av_assert Signed-off-by: Michael Niedermayer …
(edit) @4d38b838   12 years michaelni flacdec: switch to av_assert Signed-off-by: Michael Niedermayer …
(edit) @81905088   12 years diego x86: h264dsp: K&R formatting cosmetics
(edit) @144e4b09   12 years derek.buitenhuis LICENSE: Document all GPL files Signed-off-by: Derek Buitenhuis …
(edit) @c728518   12 years justin.ruggles x86: fft: fix imdct_half() for AVX Some calculations were changed in …
(edit) @150adea6   12 years derek.buitenhuis rtmppkt: Add missing libavcodec/bytestream.h include. Signed-off-by: …
(edit) @32aeba12   12 years michaelni mpegtsenc: Fix AC3 Sound issue with Blu-ray Players. Signed-off-by: …
(edit) @93d42895   12 years nicolas.george assdec: return EOF instead of EIO.
(edit) @50468f93   12 years lu_zero rtmp: add functions for reading AMF values Signed-off-by: Luca …
(edit) @cfb10918   12 years mans vc1dec: remove useless #include simple_idct.h Signed-off-by: Mans …
(edit) @af500c08   12 years mans dct-test: always link with aandcttab.o This allows building dct-test …
(edit) @cf5781fa   12 years mans vp8: pack struct VP8ThreadData more efficiently Reordering the …
(edit) @ec7c501e   12 years mans x86: remove libmpeg2 mmx(ext) idct functions These functions are not …
(edit) @aa5b93fb   12 years stefasab lavfi/rgbtestsrc: use ff_fill_rgba_map() rather than a local copy …
(edit) @3bcde3f0   12 years stefasab lavfi/drawutils: make ff_draw_color() accept a const rgba map
(edit) @65520f59   12 years stefasab lavfi/video: remove duplicated function ff_null_start_frame_keep_ref() …
(edit) @8cac86e0   12 years michaelni vorbisdec: fix heap buffer overflow. Found-by: Dale Curtis …
(edit) @a6aa7e03   12 years michaelni mpegaudio_tablegen: try to fix hardcoded tables Signed-off-by: …
(edit) @96cb1438   12 years michaelni Merge remote-tracking branch 'dwbuiten/master' * dwbuiten/master: …
(edit) @571572fc   12 years michaelni mp3dec: adjust IMDCT scaling to avoid overflows Fixes ticket268 …
(edit) @a675d73d   12 years derek.buitenhuis eamad: Use dsputils instead of a custom bswap16_buf Signed-off-by: …
(edit) @45eaac02   12 years derek.buitenhuis Canopus Lossless decoder At the moment it only does BGR24, but I plan …
(edit) @91c86d3c   12 years derek.buitenhuis Canopus Lossless decoder At the moment it only does BGR24, but I plan …
(edit) @98a2f4e8   12 years michaelni configure: reduce difference to qatar by 2 lines Signed-off-by: …
(edit) @ec7ecb88   12 years michaelni Merge remote-tracking branch 'qatar/master' * qatar/master: dca: …
Note: See TracRevisionLog for help on using the revision log.