source: ffmpeg

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Graph Diff Rev Age Author Log Message
(edit) @5f305228   10 years michaelni avcodec/flacdec: fix off by 1 error Fixes assertion failure Fixes: …
(edit) @e5c01ccd   10 years michaelni avcodec/flacdec: Call ff_flacdsp_init() unconditionally Fixes out of …
(edit) @2ad38c6   10 years michaelni avformat/mxfdec: dont ask for samples with field dominance 0 anymore …
(edit) @4acefd25   10 years michaelni avformat/apngdec: account for blend and dispose operations. When the …
(edit) @5badcdf2   10 years Carl Eugen Hoyos Rename sync() functions in libavformat. Fixes compilation on Android …
(edit) @1907ff0a   10 years lukasz.m.luki2 lavc/utils: free private options on avcodec_open2 fail It protects …
(edit) @ea0d893   10 years lukasz.m.luki2 lavu/opt: handle NULL obj in av_opt_next It indirectly also fixes …
(edit) @2a89afb3   10 years lukasz.m.luki2 lavc/libxvid: return meaningful error codes Signed-off-by: Lukasz …
(edit) @e29153f   10 years lukasz.m.luki2 lavc/avuienc: fix mem leak in case of init failure Signed-off-by: …
(edit) @23e91a1b   10 years michaelni Merge commit 'f20141d73f08ed0c8e875bd993a7143e19b266e3' * commit …
(edit) @155f4dd6   10 years michaelni doc: add entry for APNG demuxer where needed. Signed-off-by: Michael …
(edit) @bc3d02fa   10 years michaelni lavf/avio: clarify the buffer parameter of avio_alloc_context …
(edit) @2f1de5ca   10 years michaelni avcodec/huffyuvdec: apply vertical filter in steps of 1 line for …
(edit) @d0879a9   10 years michaelni avformat/os_support: try to fix build when included from a c++ file …
(edit) @8cd80b5f   10 years michaelni avformat/jacosubdec: Cleanup when avpriv_bprint_to_extradata() fails …
(edit) @3d5d95db   10 years michaelni avcodec/utils: Check that the data is complete in …
(edit) @0eecf409   10 years michaelni avcodec/mjpegdec: Fix context fields becoming inconsistent Fixes out …
(edit) @f20141d7   10 years martin vorbis_parser: Include stdint.h in the header, to make it work …
(edit) @ca59b5b6   10 years michaelni avfilter/x86/vf_interlace: remove redundant instructions …
(edit) @3fe3c8ab   10 years michaelni Merge commit 'ca5c3ff90972a5c97aabda2ace57ba72dcd7d83b' * commit …
(edit) @8c994528   10 years michaelni Merge commit '57ed5a64feec4af1f16f9a74c63cfa9aa8147242' * commit …
(edit) @ba1a19b   10 years michaelni Merge commit '16158da9607f2f84232d3dd381406b2f2449ec74' * commit …
(edit) @0e85a28f   10 years michaelni Merge commit '51946d2de8bd4a4aada43b6ab41340b0f5eb4ecb' * commit …
(edit) @79f77ce3   10 years michaelni Merge commit 'd25afb579facc83fd3a839f21411124d0b09f0ba' * commit …
(edit) @ed25ca16   10 years michaelni Merge commit 'b67138598ce158e3083f6295a27b63e2065d5ecb' * commit …
(edit) @bcccb2c2   10 years michaelni Merge commit '62e52b94e684491dfc5a6b7ca688bb86f7cd0f3f' * commit …
(edit) @a63ec9d5   10 years michaelni Merge commit 'c117da9d3e0db7dc311d817054988364b3ef4587' * commit …
(edit) @0aa20883   10 years michaelni Merge commit 'bc75b64cff37d58f3944e2da3da45c37f35f019a' * commit …
(edit) @1f3d4788   10 years michaelni avdevice/decklink_common: Fix "Cross-compiling FFmpeg on Debian for …
(edit) @67dbf8be   10 years michaelni Merge remote-tracking branch 'cehoyos/master' * cehoyos/master: …
(edit) @c724c82a   10 years michaelni doc/print_options: Fix build on mingw after …
(edit) @60420fa3   10 years michaelni avdevice/dshow: fix build, ensure that feature enable #defines are set …
(edit) @ca5c3ff9   10 years vittorio.giovara vf_interlace: x86: improve asm performance 4775 decicycles -> 3688 …
(edit) @57ed5a64   10 years vittorio.giovara hnm4: change width/height to int to fix hypothetical integer overflows …
(edit) @16158da9   10 years vittorio.giovara hnm4: Use av_image_check_size As done for all the other codecs not …
(edit) @51946d2d   10 years vittorio.giovara vc1: Use the correct shift amount is_intra is a 6bits bitfield. …
(edit) @d25afb5   10 years vittorio.giovara vc1: Set the is_intra bitfield to all 1 when needed Keep the code as …
(edit) @b6713859   10 years vittorio.giovara vc1: Simplify a little setting the intra variables The code currently …
(edit) @62e52b94   10 years vittorio.giovara vorbis_parser: Move vp check to avoid a null pointer dereference CC: …
(edit) @c117da9d   10 years vittorio.giovara lpc: remove unneeded {} Signed-off-by: Michael Niedermayer …
(edit) @bc75b64c   10 years vittorio.giovara vc1pred: remove logically dead code CC: libav-stable@libav.org
(edit) @ecfafc5f   10 years michaelni Merge commit '960aff379da46dcaff61504a57714d4d4e758e41' * commit …
(edit) @71ecfcf2   10 years michaelni Merge commit 'b9d08c77a44390b0848c06f20bc0e9e951ba6a3c' * commit …
(edit) @20f3cdf0   10 years Carl Eugen Hoyos Include config.h from huffyuvdsp.h. Fixes a warning about undefined …
(edit) @0e3ea5b2   10 years Carl Eugen Hoyos Include stddef from snow_dwt.h. Fixes make checkheaders.
(edit) @b83beb1   10 years michaelni Merge commit '40665d27e38e6a2f65037878202bd1a398c7683e' * commit …
(edit) @172d22a0   10 years michaelni avcodec/mjpegdec: Add YUVA420 formats to *scale asserts Fixes …
(edit) @03a17f2   10 years michaelni avcodec/mjpegdec: Print the number of bits in the unsupported pixel …
(edit) @0bf416f2   10 years michaelni avcodec/mjpegdec: Check for pixfmtid 0x42111100 || 0x24111100 with …
(edit) @960aff3   10 years martin lavf: Use wchar functions for filenames on windows for …
(edit) @b9d08c77   10 years martin lavf: Don't try to update files atomically with renames on windows On …
(edit) @40665d27   10 years martin flvdec: Document how the duration is retrieved at the end of the file …
(edit) @e6ea75c5   10 years michaelni doc/examples/decoding_encoding: fix storing all channels Fixes …
(edit) @9e1cfbd3   10 years michaelni avformat/apngdec: transmit all the chunks between consecutive fcTL …
(edit) @f41cf2e0   10 years michaelni avformat/rawdec: raw formats have no timestamps Some raw demuxers …
(edit) @39f24712   10 years michaelni ffmpeg: fix accurate seeking with -copyts Signed-off-by: Michael …
(edit) @54170a33   10 years michaelni avdevice/xcbgrab: fix undefined reference to xcb_shape_rectangles in …
(edit) @1d242f98   10 years michaelni avformat/mpegenc: assert that premux_packet is non null Based on: …
(edit) @9a573096   10 years michaelni Merge commit 'fe42f94ce1023f9c2f7e86404c60afcee5b078a9' * commit …
(edit) @7a19a8fb   10 years michaelni Merge commit '6f26f14f134e753d6168591f30815b1c08c1498b' * commit …
(edit) @96398cc1   10 years michaelni Merge commit '208f3abb917757743313da0da714e525e03159d2' * commit …
(edit) @f41d409b   10 years michaelni Merge commit '55b59fab880a9fcdd30f97c5170af282087ac4f7' * commit …
(edit) @d2e05437   10 years michaelni Merge commit '0562887a984388fdc7a9b71c9374ff9c756fb4f1' * commit …
(edit) @1db2d39d   10 years michaelni Merge commit '299d8ab104fb350254eb2e6d9ecdce892a2a55b1' * commit …
(edit) @4fecf170   10 years michaelni Merge commit '30b8eb0f87b0eaefdc115ef38f8ad87dd3a6e50b' * commit …
(edit) @bcaef717   10 years michaelni Merge commit 'b99ca863506f0630514921b740b78364de67a3ff' * commit …
(edit) @932d8d79   10 years michaelni Merge commit '277ff7f5dc134f1c2dfc4ea0ef3540340482e3d2' * commit …
(edit) @010adacb   10 years michaelni Merge commit '065923b0781b06a2604f69f4e2c2407b7750a854' * commit …
(edit) @ea41e6d6   10 years michaelni Merge commit '9c12c6ff9539e926df0b2a2299e915ae71872600' * commit …
(edit) @fe42f94c   10 years martin dashenc: Don't segment all video streams when one stream gets a …
(edit) @6f26f14f   10 years martin sidxindex: Write mimeType=audio/mp4 for audio-only representations …
(edit) @b4d8724a   10 years michaelni avutil/file: fix av_tempfile() documentation Found-by: Lukasz Marek …
(edit) @c9d39fc   10 years lukasz.m.luki2 lavc/huffyuvdec: fix mem leak in case of init failure Signed-off-by: …
(edit) @02cb7d4c   10 years lukasz.m.luki2 lavc/smvjpegdec: fix mem leak in case of init failure Signed-off-by: …
(edit) @efe34e87   10 years lukasz.m.luki2 lavc/libxvid: fix mem leak in case of init failure Signed-off-by: …
(edit) @208f3abb   10 years vittorio.giovara aacsbr: always initialize max_qmf_subbands Fixes a wordly warning …
(edit) @55b59fab   10 years vittorio.giovara roqaudio: Always use the frame buffer on flush Prevent NULL …
(edit) @0562887a   10 years vittorio.giovara tiffenc: initialize return value 'ret' can only be used without …
(edit) @299d8ab1   10 years vittorio.giovara cook: Make sure there is enough extradata At least 8 bytes are needed …
(edit) @30b8eb0f   10 years vittorio.giovara sol: simplify sol_codec_id() Bug-Id: CID 1238993
(edit) @b99ca863   10 years vittorio.giovara aacdec: avoid an out-of-bounds write Also move the check in the case …
(edit) @277ff7f5   10 years vittorio.giovara lavu: move internal define to the only places where it is used
(edit) @065923b0   10 years vittorio.giovara mpegenc: prevent a NULL pointer dereference CC: …
(edit) @9c12c6ff   10 years vittorio.giovara motion_est: convert stride to ptrdiff_t CC: libav-stable@libav.org
(edit) @5182a2a2   10 years michaelni avutil: remove FF_CONST_AVUTIL53, its no longer needed version is 54 …
(edit) @8294f504   10 years michaelni Changelog: remove 24bit lossless wma entry for now, some samples work …
(edit) @60fd790f   10 years michaelni avformat/rtmpproto: only prepend @setMetaData for onMetaData and …
(edit) @4e9745f   10 years lukasz.m.luki2 lavc/rv30: fix mem leak in case of init failure Also replaced return …
(edit) @331fae8   10 years lukasz.m.luki2 lavc/mss1: fix mem leak in case of init failure Signed-off-by: Lukasz …
(edit) @305b0309   10 years James lavf/apngdec: print currently unsupported in-stream tags in a more …
(edit) @78093cf8   10 years Carl Eugen Hoyos Print a warning if vp6 is muxed into flv: The output is flipped. …
(edit) @600e38f5   10 years Carl Eugen Hoyos Fix standalone compilation of the apng decoder on x86.
(edit) @6e411d9   10 years u avcodec/microdvddec: support non persistent italic marker '/' …
(edit) @8ef46f4a   10 years u avcodec/microdvddec: support various broken form of color tags …
(edit) @cad3148e   10 years Reimar.Doeffinger xface: reduce stack usage by directly storing 2 bytes data instead of …
(edit) @dfc6f56c   10 years Reimar.Doeffinger xface: reduce table sizes. Signed-off-by: Reimar Döffinger …
(edit) @6369a7b7   10 years Reimar.Doeffinger xface: Fix encoder crashes due to too small on-stack array. Also add …
(edit) @d0682b5e   10 years Reimar.Doeffinger svq1enc: reduce stack usage of recursively-called function. …
(edit) @458aadf8   10 years Reimar.Doeffinger lpc: Reduce stack usage by allocating LLSModel in context. …
(edit) @f87a3448   10 years lukasz.m.luki2 lavc/libvorbisdec: use better error codes Signed-off-by: Lukasz Marek …
Note: See TracRevisionLog for help on using the revision log.