source: ffmpeg

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Graph Diff Rev Age Author Log Message
(edit) @86602d1c   13 years michaelni Merge remote-tracking branch 'qatar/master' * qatar/master: vp6: …
(edit) @177ed7e8   13 years michaelni swresample: use av_get_default_channel_layout instead of guess_layout …
(edit) @cbfca622   13 years michaelni avutil: bump minor version because of av_get_default_channel_layout …
(edit) @d2ba6044   13 years michaelni audioconvert: fix type of av_get_default_channel_layout …
(edit) @b93cb838   13 years michaelni lavc: add ff_init_buffer_info() Fixes seeking per fileposition in …
(edit) @5ec55d21   13 years michaelni h264: reject unsupported 422 9 bit streams Signed-off-by: Michael …
(edit) @9bf4371e   13 years michaelni audioconvert: make 7POINT1 channel layout the default for 8 channels …
(edit) @e588a5c2   13 years michaelni h264: fix the size of PPS::chroma_qp_table Signed-off-by: Michael …
(edit) @a72cad0a   13 years janne-libav vp6: Reset the internal state when aborting key frames header parsing …
(edit) @3d09d001   13 years janne-libav vp56: Release old pictures after a resolution changes Signed-off-by: …
(edit) @066fff75   13 years janne-libav vp6: Check for huffman tree build errors Signed-off-by: Janne Grunau …
(edit) @0ec6d6e9   13 years janne-libav vp56: Check for missing reference frame data Signed-off-by: Janne …
(edit) @d239d4b4   13 years janne-libav cinepak: Fix invalid read access on extra data Signed-off-by: Janne …
(edit) @c0cbe36b   13 years janne-libav vmd: fix segfaults on corruped streams Signed-off-by: Janne Grunau …
(edit) @3a742470   13 years janne-libav cook: Fix js_vlc_bits value validation for joint stereo …
(edit) @1775b92f   13 years janne-libav segafilm: Check for memory allocation failures in segafilm demuxer. …
(edit) @762ffa68   13 years janne-libav segafilm: Fix potential division by 0 on corrupted streams in the …
(edit) @a3ba542a   13 years michaelni h264: fix fill_colmap() to not store entries mbaff style when the …
(edit) @790f4dd5   13 years janne-libav Fixed segfault on corrupted sega streams in the demuxer. …
(edit) @69a0bce7   13 years janne-libav Fixed deference of NULL pointer in motionpixels decoder. Some of the …
(edit) @481747c6   13 years michaelni ffmpeg: make -a/v/sn work with -map Signed-off-by: Michael …
(edit) @f7fbbf46   13 years michaelni lavf/utils: document AVIndexEntry.timestamp Signed-off-by: Michael …
(edit) @67b2df79   13 years michaelni swresample: Try to handle cases with input channel count and layout …
(edit) @696a780c   13 years Clément Bœsch bintext: fix warning message wording.
(edit) @825dd13   13 years gwenole.beauchesne vaapi: fix VC-1 decoding (reconstruct bitstream TTFRM correctly).
(edit) @955113e3   13 years michaelni mpegps: drop incorrect line of sofdec detection Signed-off-by: …
(edit) @5bebb6e6   13 years michaelni mpeg1dec: More complete sofdec support Fixes Ticket517 …
(edit) @d97efd7f   13 years anton libx264: support 9- and 10-bit output.
(edit) @1b3b4a57   13 years Clément Bœsch libmodplug: free file content buffer in read_close() callback.
(edit) @8830c4e8   13 years Clément Bœsch libmodplug: add TODO entry for probing.
(edit) @c768e966   13 years Clément Bœsch libmodplug: add metadata support.
(edit) @e6f93723   13 years Clément Bœsch libmodplug: add an option to enlarge the max supported file size.
(edit) @a763b462   13 years Clément Bœsch libmodplug: support options (noise reduction, reverb, bass boost, ...)
(edit) @6638207b   13 years michaelni Merge remote-tracking branch 'qatar/master' * qatar/master: Fix …
(edit) @2c1c0c50   13 years michaelni ffmpeg: fix forced key frames. Now that the option was moved in the …
(edit) @714517b2   13 years michaelni flvenc: Ignore metadata that has special values and is stored already …
(edit) @9fa05db4   13 years michaelni swr-docs: update due to last change to swresample Signed-off-by: …
(edit) @503e5e9d   13 years michaelni libswresample: support directly converting sampleformats and …
(edit) @63b6d5f3   13 years michaelni update_stream_timings: Remove redundant check. Found-by:Nicolas …
(edit) @d7366d91   13 years Clément Bœsch libmodplug: handle EOF correctly.
(edit) @d9b60687   13 years Carl Eugen Hoyos Use WMAv2 as default audio codec for asf.
(edit) @3bcbd8c5   13 years Carl Eugen Hoyos Use M4S2 as default video tag for MPEG-4 ASP in asf.
(edit) @9a2ceee2   13 years Clément Bœsch libmodplug: simplify and fix read_packet() callback. In case of …
(edit) @54208857   13 years Clément Bœsch libmodplug: consistent use of sizeof.
(edit) @f9bd9794   13 years michaelni generic seeking: fail if there are 1000 non keyframes found with no …
(edit) @4418aa9c   13 years rsbultje h264: correct implicit_weight for field-interlaced pictures.
(edit) @330deb75   13 years rsbultje mpegvideo: set correct offset for edge emulation buffer. Using the …
(edit) @0884dd5a   13 years rsbultje mpegvideo: fix position of bottom edge. It was wrong in colorspaces …
(edit) @e83c2dde   13 years diego Fix 'heigth' vs. 'height' typos.
(edit) @a4ea00d   13 years anton lavc/lavf: use unique private classes. This is needed by the new …
(edit) @0ba1e197   13 years anton lavc: use designated initializers for av_codec_context_class
(edit) @ec1ffae0   13 years michaelni Merge remote-tracking branch 'qatar/master' * qatar/master: …
(edit) @f7da257a   13 years michaelni h264: remove assert() on ref_frame_count. This assert can fail if a …
(edit) @f108b335   13 years michaelni configure: fix compilation without libmodplug Signed-off-by: Michael …
(edit) @0333d234   13 years michaelni h264: do not let invalid values in h->ref_count after a decoder reset. …
(edit) @253d18b3   13 years michaelni h264: bit depth/chroma idc changes must go through a full format …
(edit) @a51fbb56   13 years michaelni h254: explicitly initialize bit depth/chroma idc Signed-off-by: …
(edit) @751a4efd   13 years michaelni libx264: Fix loop failure due to bufsize becoming 0 Signed-off-by: …
(edit) @dd376b1a   13 years justin.ruggles qcelpdec: cosmetics: do not add line break before opening bracket in …
(edit) @e43dd3d2   13 years justin.ruggles qcelp: check output buffer size before decoding
(edit) @bde25700   13 years justin.ruggles qcelpdec: fix the return value of qcelp_decode_frame(). …
(edit) @26c7ff93   13 years Clément Bœsch Add libmodplug support.
(edit) @1b5a189f   13 years justin.ruggles sipr: fix the output data size check and only calculate it once.
(edit) @073effb6   13 years Clément Bœsch deshake: simplify filename check.
(edit) @e39be59   13 years Clément Bœsch configure: remove bashism equality check for target_os.
(edit) @d4005e22   13 years Clément Bœsch deshake: misc style fixes.
(edit) @b0f270fd   13 years michaelni deshake: move angles from stack to heap. Fixes Ticket530 …
(edit) @1e4da603   13 years michaelni deshake: Allow specifying the filename for statistics and disable them …
(edit) @12bd8532   13 years diego Synchronize various 4CCs and codec tags from FFmpeg.
(edit) @171a5b5d   13 years michaelni deshake: remove non const static Signed-off-by: Michael Niedermayer …
(edit) @1912c215   13 years Clément Bœsch doxygen: remove a few @file parameters. It is not mandatory and …
(edit) @65d5edcd   13 years Clément Bœsch lavfi: remove align tabs in Makefile.
(edit) @dc3aeba3   13 years Clément Bœsch ass_split: fix invalid doxygen group end markers.
(edit) @a667e90a   13 years Clément Bœsch proresdec_gpl: remove wrong @file reference.
(edit) @64960fed   13 years Clément Bœsch bintext: remove wrong @file reference.
(edit) @13609323   13 years Clément Bœsch deshake: fix doxygen comments.
(edit) @5241e014   13 years Clément Bœsch isom: replace pseudo doxycomments with normal comments. Those chunks …
(edit) @f9625180   13 years michaelni pngdec: set reference correctly for corepng. Signed-off-by: Michael …
(edit) @51b0694b   13 years michaelni ff_dv_frame_profile2: Check input buffer size. Based on code by DivX, …
(edit) @dd968a2e   13 years michaelni cinepak: detect keyframes Code by DivX, Inc. Taken from drffmpeg …
(edit) @7d49f79f   13 years justin.ruggles qdm2: check output buffer size before decoding
(edit) @5a19acb1   13 years justin.ruggles Fix out of bound reads in the QDM2 decoder. Signed-off-by: Michael …
(edit) @291d74a4   13 years justin.ruggles Check for out of bound writes in the QDM2 decoder. Signed-off-by: …
(edit) @2f9d6ff   13 years michaelni Merge remote-tracking branch 'qatar/master' * qatar/master: id3v2: …
(edit) @fc2dd2c7   13 years justin.ruggles ogg/celt: do not set sample_fmt in the demuxer
(edit) @98df93c9   13 years michaelni libvpxenc: support vpxencs command line options. This simplifies …
(edit) @2cdb5e19   13 years michaelni deshake: nicer looking defaults Signed-off-by: Michael Niedermayer …
(edit) @0cc2ed4a   13 years michaelni libavfilter: add deshake filter Signed-off-by: Michael Niedermayer …
(edit) @7985381e   13 years michaelni libavfilter: image transform code Signed-off-by: Michael Niedermayer …
(edit) @eaa21b68   13 years michaelni H264: hotfix for speedloss on frame threading and h264 files with …
(edit) @a9255d37   13 years michaelni threads: warn in case of multiple finished setup calls. …
(edit) @360a3d89   13 years michaelni h264_parser: print AU size on error. Signed-off-by: Michael …
(edit) @d5c0e89e   13 years michaelni h264_parser: AVC support. Signed-off-by: Michael Niedermayer …
(edit) @2f503851   13 years michaelni fate: fix due to new yuv444 formats Signed-off-by: Michael …
(edit) @4839fafc   13 years michaelni RELEASE: 0.8.5 has been released Signed-off-by: Michael Niedermayer …
(edit) @ae23b269   13 years Reimar.Doeffinger Enable conversions to YUV444P9/YUV444P10, they seem to work fine. …
(edit) @85ea5c6e   13 years michaelni lavf/utils: fix overestimation of the rational number density. Fixes …
(edit) @bf5c3bac   13 years michaelni mpegtsenc: Lift limit on PMT PID Fixes Ticket518
(edit) @2d8cfe1f   13 years michaelni libcdio: Fix missing avclass in context Fixes Ticket526
(edit) @60df6b00   13 years anton id3v2: remove pointless casts
Note: See TracRevisionLog for help on using the revision log.