source: ffmpeg

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Graph Diff Rev Age Author Log Message
(edit) @7054629   13 years michaelni ffv1enc: PIX_FMT_YUVA420P support Signed-off-by: Paul B Mahol …
(edit) @05ebe51e   13 years michaelni mpeg/h264: update thread context even if it is not initialized. Fixes …
(edit) @e4a714f6   13 years michaelni h264: Return the correct number of bytes for mid strea, extradata. …
(edit) @146ef3f3   13 years michaelni pngdec: fix warning about pointer types Signed-off-by: Michael …
(edit) @c6736713   13 years Clément Bœsch ffmpeg: fix -map_channel being ignored when resampling is not needed.
(edit) @151ecc2   13 years michaelni Merge remote-tracking branch 'qatar/master' * qatar/master: (26 …
(edit) @b8c16558   13 years michaelni avidec: print informative error messages if seeking fails. …
(edit) @97da38c9   13 years Carl Eugen Hoyos Allow decoding of 64bit png images. Fixes a part of ticket #639.
(edit) @ea604de9   13 years Carl Eugen Hoyos Simplify "deloco" and support decoding of 48bit loco png.
(edit) @f0d6828d   13 years Carl Eugen Hoyos Supoort decoding of gray16 images with libopenjpeg.
(edit) @6a3cc21   13 years Clément Bœsch mp3dec: fix truncating packet error message while decoding a complete …
(edit) @cc7342f7   13 years Clément Bœsch assdec: fix wrong alloc pointer check.
(edit) @7c0d30b5   13 years Clément Bœsch ass: use av_asprintf() instead of a temporary stack buffer.
(edit) @d7edd359   13 years anton avconv: deprecate the -deinterlace option Its quality is horrible, …
(edit) @9729f140   13 years michaelni diracdec: Fix integer overflow leading to out of global array read. …
(edit) @d2a47c94   13 years michaelni fate: add support for specifying the shell used to run configure …
(edit) @c9b309e8   13 years martin doc: Fix the name of the new function Signed-off-by: Martin Storsjö …
(edit) @89eea6df   13 years justin.ruggles aacenc: make sure to encode enough frames to cover all input samples. …
(edit) @f44005b6   13 years justin.ruggles aacenc: only use the number of input samples provided by the user. …
(edit) @48f1e52   13 years alex.converse wmadec: Verify bitstream size makes sense before calling …
(edit) @ae35210a   13 years alex.converse kmvc: Log into a context at a log level constant.
(edit) @dfa37fe8   13 years alex.converse mpeg12: Pad framerate tab to 16 entries. There are many places where …
(edit) @a02e8df9   13 years alex.converse kgv1dec: Increase offsets array size so it is large enough. Fixes …
(edit) @386741f8   13 years alex.converse kmvc: Check palsize. Fixes: CVE-2011-3952 Found-by: Mateusz "j00ru" …
(edit) @c898431c   13 years alex.converse nsvdec: Propagate errors Related to CVE-2011-3940. Found-by: Mateusz …
(edit) @8fd8a482   13 years alex.converse nsvdec: Be more careful with av_malloc(). Check results for …
(edit) @6a89b41d   13 years alex.converse nsvdec: Fix use of uninitialized streams. Fixes CVE-2011-3940 (Out of …
(edit) @2ab5feaf   13 years Reimar.Doeffinger huffman: use a simple assignment instead of FFSWAP. Signed-off-by: …
(edit) @6166bf3c   13 years Reimar.Doeffinger Deobfuscate ff_huff_build_tree. I have no idea what the idea was …
(edit) @b7d3dd90   13 years martin movenc: cosmetics: Get rid of camelCase identifiers Also add spacing …
(edit) @08d8029e   13 years rsbultje swscale: more generic check for planar destination formats with alpha …
(edit) @fe47ea8f   13 years martin doc: Document mov/mp4 fragmentation options Signed-off-by: Martin …
(edit) @e9ba6b37   13 years diego build: Use order-only prerequisites for creating FATE reference file dirs.
(edit) @5f27374c   13 years Carl Eugen Hoyos Cosmetics: Add bit per component information to v308 comment.
(edit) @6fe12c7f   13 years Carl Eugen Hoyos Detect jps and pns files as (3D) jpg and png images.
(edit) @36436a40   13 years Carl Eugen Hoyos Add option forced_subs_only for Bluray subtitles.
(edit) @6838df04   13 years Carl Eugen Hoyos Add pix_fmt_info for yuva444. Reviewed-by: Paul B Mahol
(edit) @6b039003   13 years diego x86 dsputil: provide SSE2/SSSE3 versions of bswap_buf While pshufb …
(edit) @a8462023   13 years diego rtsp: Remove some unused variables from ff_rtsp_connect().
(edit) @8b933129   13 years anton avutil: make intfloat api public The functions are already av_ …
(edit) @420df8b7   13 years anton avformat_write_header(): detail error message Give the exact aspect …
(edit) @cc09dc78   13 years anton s/vbsf/bsf/ -vbsf doesn't exist anymore. It got renamed to -bsf …
(edit) @b864b383   13 years anton yuv4mpeg: allow YUV4MPEG2 demuxer to recognize 'C420' colorspace. …
(edit) @af79a0c4   13 years rsbultje png: add support for bpp>4 to paeth x86 SIMD code. This fixes …
(edit) @e1492151   13 years michaelni Merge remote-tracking branch 'qatar/master' * qatar/master: png: …
(edit) @f91c4b78   13 years rsbultje png: add SSE2 version for add_bytes_l2.
(edit) @59f474b4   13 years rsbultje png: convert DSP functions to yasm.
(edit) @3715d841   13 years mans Fix non-C89 declarations in for loops Some compilers still do not …
(edit) @90bf7c7b   13 years eclipse7 build: configure: Restore alphabetical order for CMDLINE_SET
(edit) @f9eb6229   13 years Reimar.Doeffinger Fix offset validity checks. Offsets are relative to the end of the …
(edit) @cd3ced1b   13 years Reimar.Doeffinger fraps: frame threading support. Codec is too simple to gain much from …
(edit) @0efdb942   13 years Reimar.Doeffinger fraps: Deduplicate some code. Also moves it before the get_buffer …
(edit) @3469c888   13 years Reimar.Doeffinger fraps: Minor simplification, use local variable. Signed-off-by: …
(edit) @20a7d31   13 years rsbultje png: add missing #if HAVE_SSSE3 around function pointer assignment.
(edit) @371946bc   13 years michaelni r210enc: don't write uninitialized data Also fix r210 fate decoding …
(edit) @3b93a524   13 years michaelni fate: add v308 encoding/decoding test Signed-off-by: Paul B Mahol …
(edit) @668a0b15   13 years michaelni libvpxenc: update after FF_API_X264_GLOBAL_OPTS removal …
(edit) @8e46e122   13 years michaelni fate: add yuv4 encoding/decoding test Signed-off-by: Paul B Mahol …
(edit) @15d838b7   13 years michaelni bintext: use private options now that AVFormatParameters has been …
(edit) @a915618a   13 years Carl Eugen Hoyos Improve decoding quality for lossy wavpack. This reverts e6e7bfc1 and …
(edit) @7fabef1f   13 years Reimar.Doeffinger fraps: optimize pseudo-YUV to RGB conversion. With gcc 4.6 this part …
(edit) @331e7c4   13 years rsbultje imdct36: mark SSE functions as using all 16 XMM registers. On x86-64, …
(edit) @e9200351   13 years rsbultje png: move DSP functions to their own DSP context.
(edit) @f9708e9a   13 years rsbultje sunrast: Add a sample request for TIFF, IFF, and Experimental Rastfile …
(edit) @415f358a   13 years rsbultje sunrast: Cosmetics Signed-off-by: Aneesh Dogra <lionaneesh@gmail.com> …
(edit) @4ffb8e2c   13 years rsbultje sunrast: Remove if (unsigned int < 0) check. Note: This fixes the …
(edit) @fef37717   13 years rsbultje sunrast: Replace magic number by a macro. Signed-off-by: Aneesh Dogra …
(edit) @7df9937f   13 years Carl Eugen Hoyos Fix dvb subtitle decoding when display segment is missing.
(edit) @f4e8292e   13 years Reimar.Doeffinger fraps: Add release_buffer forgotten when reget_buffer was removed. …
(edit) @95e873bb   13 years Reimar.Doeffinger fraps: fix indentation. Signed-off-by: Reimar Döffinger …
(edit) @6a9b565e   13 years Reimar.Doeffinger FRAPS: Do not needlessly use reget_buffer. Codec has only I- and …
(edit) @05741d70   13 years Reimar.Doeffinger Fallback to input timestamps for non-delay encoders. Causes FFmpeg to …
(edit) @9719528e   13 years michaelni fate: fix r210 test on big endian Signed-off-by: Paul B Mahol …
(edit) @931ec4a2   13 years michaelni fate: add R210 encoding/decoding test Signed-off-by: Paul B Mahol …
(edit) @6bcc8275   13 years michaelni r210enc: fix encoding for unaligned widths Signed-off-by: Paul B …
(edit) @cbf1dc4e   13 years michaelni fate: add Y41P encoding/decoding test Signed-off-by: Paul B Mahol …
(edit) @c065255b   13 years michaelni Merge remote-tracking branch 'qatar/master' * qatar/master: aacenc: …
(edit) @97dece33   13 years Reimar.Doeffinger rawenc: initialize coded_frame via avcodec_get_frame_defaults. …
(edit) @dbc7c612   13 years Reimar.Doeffinger libgsm: Fix compilation. Move libgsm_encode_close before its first …
(edit) @f122cbf0   13 years michaelni v210x: check for return value of avcodec_alloc_frame() Signed-off-by: …
(edit) @7299e5d5   13 years michaelni v210enc: remove redundant assignment Signed-off-by: Paul B Mahol …
(edit) @bf0aea79   13 years michaelni v210enc: check return value of avcodec_alloc_frame() Signed-off-by: …
(edit) @70a8c79   13 years michaelni v210dec: check return value of avcodec_alloc_frame() Signed-off-by: …
(edit) @3ab90687   13 years michaelni roqaudioenc: check return value of avcodec_alloc_frame() …
(edit) @2de6a725   13 years michaelni roqaudioenc: remove redundant assignment Signed-off-by: Paul B Mahol …
(edit) @1e90450f   13 years michaelni r210dec: check return value of avcodec_alloc_frame() Signed-off-by: …
(edit) @1fa24d08   13 years michaelni pcm: remove redundant assignment Signed-off-by: Paul B Mahol …
(edit) @ae8dc203   13 years michaelni pcm: check return value of avcodec_alloc_frame() Signed-off-by: Paul …
(edit) @f913f378   13 years michaelni libopencore-amr: fix memleak Signed-off-by: Paul B Mahol …
(edit) @766e160   13 years michaelni libopencore-amr: check return value of avcodec_alloc_frame() …
(edit) @a136c2cf   13 years michaelni libmp3lame: remove dupe assigment It is already done by …
(edit) @5291cedd   13 years michaelni libgsm: remove dupe assigment. Signed-off-by: Paul B Mahol …
(edit) @3ac99cdc   13 years michaelni libgsm: check return value of gsm_create & avcodec_alloc_frame() …
(edit) @2e626dd   13 years anton aacenc: Fix LONG_START windowing. Forgot to add the equivalent amount …
(edit) @dc7e7d4d   13 years anton aacenc: Fix a bug where deinterleaved samples were stored in the wrong …
(edit) @47a52741   13 years Reimar.Doeffinger Add -vsync drop. This allows to work around any non-monotonic …
(edit) @83611066   13 years Reimar.Doeffinger Compare video_sync_method against the appropriate defines. …
(edit) @34751f83   13 years Reimar.Doeffinger Demux all parts of concatenated H.264. We may or may not be able to …
(edit) @bb2d42c2   13 years Reimar.Doeffinger Set AVFMT_TS_NONSTRICT for framecrc muxer. Since it is set for e.g. …
(edit) @333f5b52   13 years Reimar.Doeffinger Remove unnecessary -vsync 0. The tests work fine without it, and it …
Note: See TracRevisionLog for help on using the revision log.