source: ffmpeg

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Graph Diff Rev Age Author Log Message
(edit) @3e0b4e32   13 years michaelni svq1enc: set picture_structure correctly Signed-off-by: Michael …
(edit) @f8dbbe54   13 years michaelni mpegvideo_enc: switch some assert to av_assert Signed-off-by: Michael …
(edit) @f72e0d9a   13 years michaelni mpegvideo_enc: remove assert that has become obsolete with the new API …
(edit) @388243bb   13 years Clément Bœsch udp: do not call pthread_{mutex,cond}_destroy when not initialized. …
(edit) @e6b9903d   13 years michaelni shorten: fix cmd type Signed-off-by: Michael Niedermayer …
(edit) @9c1619b5   13 years onemda mpc7: remove duplicated definitions They are available in mpc.h …
(edit) @7bf16ec3   13 years michaelni mpc8: fix pts Fixes Ticket1254 Signed-off-by: Michael Niedermayer …
(edit) @e4b53d99   13 years michaelni mov: dont clip timestamps at 0 Fixes Ticket1251 Signed-off-by: …
(edit) @958df52a   13 years onemda configure: make libtwolame check more robust Signed-off-by: Paul B …
(edit) @68f4156f   13 years Carl Eugen Hoyos movenv: fix remuxing of qdm2
(edit) @1b72a7e   13 years Carl Eugen Hoyos aiffenc: fix remuxing of qdm2
(edit) @16dc5f20   13 years Clément Bœsch Replace various inlined inverse AVRational with av_inv_q().
(edit) @ad55244c   13 years Clément Bœsch lavfi/overlay: remove dead initialization.
(edit) @5d2f89a2   13 years Carl Eugen Hoyos movenc: fix remuxing of svq3
(edit) @b4780d0   13 years michaelni Merge remote-tracking branch 'qatar/master' * qatar/master: x86: …
(edit) @20968575   13 years diego x86: h264_idct: Rename x264_add8x4_idct_sse2 --> h264_add8x4_idct_sse2
(edit) @69aeba13   13 years Reimar.Doeffinger oggdec: Initialize stream index to -1 in ogg_packet. The previous …
(edit) @a4163b2d   13 years Reimar.Doeffinger oggdec: simplify start time calculation code. Also slightly more …
(edit) @f5f98727   13 years onemda libtwolame MP2 encoding support Signed-off-by: Paul B Mahol …
(edit) @82494835   13 years mans rational: add av_inv_q() returning the inverse of an AVRational This …
(edit) @965efc16   13 years derek.buitenhuis dpx: Make start offset unsigned Some corrupted files would end up …
(edit) @fe40dc1c   13 years Carl Eugen Hoyos matroskaenc: Implement support for ALAC
(edit) @50b4dbf6   13 years Philip Langdale ass subtitles: Fix valgrind warnings. We're now running some of this …
(edit) @c30f53e   13 years michaelni matroskadec: prevent potential integer overflow Iam not sure this can …
(edit) @bc3b422   13 years michaelni matroskadec: Implement support for ALAC This patch implements support …
(edit) @d106ffd9   13 years michaelni fate: add bitexact flag to fate-sub-movtextenc Signed-off-by: Michael …
(edit) @b11b0e16   13 years michaelni libavcodec/options_table: mark flags as also for subtitles …
(edit) @8331d56e   13 years stefasab doc/filters: fix typo in "@end table." Remove erroneously added …
(edit) @3eb56e84   13 years Philip Langdale movenc: Fix unfreed memory found by valgrind. Signed-off-by: Philip …
(edit) @8d6f46ab   13 years stefasab doc/filters: add mandelbrot source documentation Address trac ticket …
(edit) @9bece760   13 years stefasab lavf/img2dec: add start_number_range option
(edit) @b9076553   13 years stefasab examples/muxing: drop duplicated code in add_video_stream()
(edit) @80075041   13 years siretart lavfi: properly signal out-of-memory error in ff_filter_samples Found …
(edit) @2db097ca   13 years Carl Eugen Hoyos configure: fix lib.exe check Running lib.exe without parameters will …
(edit) @9e1c55cf   13 years michaelni oggdec: check stream index before using it in ogg_get_length() Fixes …
(edit) @74c6db05   13 years stefasab doc/demuxers.texi: avoid comma splice in image2 documentation Add …
(edit) @b0d23ae   13 years stefasab lavf/img2doc: document options
(edit) @b5c7318b   13 years stefasab lavf/img2dec: improve error logging in case of find_image_range() failure
(edit) @2dfee8ab   13 years stefasab lavf/img2dec: sort options by name
(edit) @48c1d1d3   13 years stefasab lavf/img2dec: introduce and use FIRST_INDEX_SEARCH_RANGE macro in …
(edit) @07ef7b1a   13 years stefasab lavf/img2dec: fix out-of-range check in find_image_range() Take the …
(edit) @59e4e406   13 years stefasab lavf/img2dec: doxygen find_image_range() function
(edit) @e408e32   13 years stefasab lavf/img2dec: rename find_image_range() "max_start" parameter to …
(edit) @a30e776f   13 years stefasab lavf/img2dec: fix weird start_number count logic This seems …
(edit) @66747a61   13 years stefasab examples/muxing: simplify alloc_picture() Use avpicture_alloc() high …
(edit) @e776ee8f   13 years michaelni Merge remote-tracking branch 'qatar/master' * qatar/master: lavr: …
(edit) @8b8750e0   13 years derek.buitenhuis cosmetics: Fix a few switched periods and linebreaks Based on a patch …
(edit) @88fc1438   13 years nicolas.george ffmpeg: insert bitmap subtitles as video in filters. With this …
(edit) @8d6eed7b   13 years nicolas.george lavfi: document the constraints on incoming frames.
(edit) @8ef740ce   13 years nicolas.george lavfi: use a new field for automatic buffer copy. The code currently …
(edit) @f8574650   13 years michaelni Merge remote-tracking branch 'dwbuiten/master' * dwbuiten/master: …
(edit) @82de3e16   13 years Philip Langdale movtextenc: Remove dangling reference to movtext.h This is a …
(edit) @616fd4fe   13 years derek.buitenhuis zerocodec: Fix memleak in decode_frame If there was a failure …
(edit) @29facc1e   13 years derek.buitenhuis zerocodec: Cosmetics Be consistent with error messages and code …
(edit) @fcf550c2   13 years derek.buitenhuis zerocodec: Fix memleak in decode_frame If there was a failure …
(edit) @d6124d0d   13 years derek.buitenhuis zerocodec: Cosmetics Be consistent with error messages and code …
(edit) @7b24be55   13 years Philip Langdale avformat/srtdec: Write duration into packet from srt demuxer. The …
(edit) @18175ca9   13 years Philip Langdale movenc: Handle need for extra packets to express subtitle duration. …
(edit) @2daaf776   13 years Philip Langdale movtextenc: 3GPP TS 26.245 Timed Text Encoder. This change introduces …
(edit) @759901f8   13 years michaelni mpegdemux: support MLP/AOB Fixes issue1731 Based-on-patch-by: carl …
(edit) @ce7cf600   13 years michaelni mpegdemux: move private stream 1 handling out of …
(edit) @afa6afcc   13 years michaelni mpegdemux: remove redundant dvd audio code This is almost a revert …
(edit) @8821ae64   13 years justin.ruggles lavr: fix handling of custom mix matrices Adds some validation for …
(edit) @3e1cf496   13 years michaelni compute_pkt_fields: do not attempt to calculate dts when the delay …
(edit) @2107009e   13 years michaelni lavf: move nb_decoded_frames out of info. This way the variable is …
(edit) @b288b4c6   13 years michaelni has_decode_delay_been_guessed: adjust value for has_b_frames=0 needed …
(edit) @c91ca5b9   13 years michaelni lavf: move has_decode_delay_been_guessed() up to make it accessible to …
(edit) @ae0312ab   13 years michaelni h264: print num_reorder_frames in debug output Signed-off-by: Michael …
(edit) @73486e3b   13 years mans fate: force pix_fmt in lagarith-rgb32 test This makes big and little …
(edit) @56977eef   13 years eclipse7 fate: Rename FATE_SAMPLES make file variable to FATE_EXTERN Restore …
(edit) @c5d5d17   13 years rsbultje fate: add tests for lagarith lossless video codec. Based on patch by …
(edit) @878b3f2a   13 years michaelni LICENSE: Document all GPL files Signed-off-by: Derek Buitenhuis …
(edit) @668c873b   13 years michaelni matroskadec: check element size against stream limit in …
(edit) @e6cd6989   13 years mans ARMv6: vp8: fix stack allocation with Apple's assembler In the GNU …
(edit) @9829a81b   13 years mans ARM: vp56: allow inline asm to build with clang The clang integrated …
(edit) @4a8143e7   13 years diego fft: 3dnow: fix register name typo in DECL_IMDCT macro Signed-off-by: …
(edit) @d673a3f4   13 years michaelni motion_est_template: switch to av_assert Signed-off-by: Michael …
(edit) @a189475c   13 years michaelni dvdec: switch to av_assert Signed-off-by: Michael Niedermayer …
(edit) @70bcdfb   13 years michaelni g732_1: reduce difference to qatar Signed-off-by: Michael Niedermayer …
(edit) @a7acab6c   13 years michaelni Merge remote-tracking branch 'qatar/master' * qatar/master: vc1dec: …
(edit) @0c3ff198   13 years diego x86: dct32: port to cpuflags
(edit) @239fdf1b   13 years diego x86: build: replace mmx2 by mmxext Refactoring mmx2/mmxext YASM code …
(edit) @a763cafc   13 years michaelni libopenjpegdec: increase max lowres from 5 to 31 OpenJPEG doesn't …
(edit) @66adb7ce   13 years rsbultje Revert "wmapro: prevent division by zero when sample rate is …
(edit) @36936080   13 years rsbultje wmapro: prevent division by zero when sample rate is unspecified This …
(edit) @7191e1c4   13 years rsbultje lagarith: fix color plane inversion for YUY2 output.
(edit) @98d0d192   13 years rsbultje lagarith: pad RGB buffer by 1 byte. For left HFYU prediction, we …
(edit) @da6505ad   13 years rsbultje dsputil: make add_hfyu_left_prediction_sse4() support unaligned src. …
(edit) @9cc74c9f   13 years kostya.shishkov vc1dec: Remove separate scaling function for interlaced field MVs The …
(edit) @8379ea5e   13 years kostya.shishkov vc1dec: Invoke edge_emulation regardless of MV precision In VC-1 …
(edit) @d84dd35f   13 years onemda paf: fix audio packet duration Signed-off-by: Paul B Mahol …
(edit) @44bd69e9   13 years stefasab lavc/utils: rename ff_init_buffer_info() pic parameter to frame The …
(edit) @b99381e8   13 years stefasab lavc/utils: generalize ff_init_buffer_info() and use it when seems …
(edit) @39a8275   13 years stefasab lavfi: move color filter to testsrc, factorize
(edit) @e39f6a3a   13 years Clément Bœsch Fix misc swapped dot and carriage returns in av_log calls.
(edit) @231ffb92   13 years michaelni flvdec: follow packets backward until a valid last timestamp is found …
(edit) @71a5cd7d   13 years michaelni flvdec: perform duration search just once Signed-off-by: Michael …
(edit) @a2232e69   13 years michaelni cllc: fix typo in the error message Signed-off-by: Michael …
(edit) @bc426827   13 years Clément Bœsch lavf/movenc: fix invalid free with timecode meta and tmcd data copy. …
(edit) @ca844b7   13 years diego x86: Use consistent 3dnowext function and macro name suffixes …
Note: See TracRevisionLog for help on using the revision log.