source: ffmpeg

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Graph Diff Rev Age Author Log Message
(edit) @47aee6f0   10 years michaelni avcodec/arm/flacdsp_init_arm: Put CONFIG_FLAC_DECODER first in if() …
(edit) @71258e5d   10 years michaelni avcodec/ac3dec: Put CONFIG* first in if() This may fix build failures …
(edit) @2139e58   10 years michaelni avformat/dv: fix used dimension variables Fixes null pointer …
(edit) @df43d037   10 years michaelni avformat/rmdec: fix support for 0 sized mdpr Fixes Ticket4393 …
(edit) @1301aa55   10 years michaelni avfilter/vf_telecine: Fix AV desync by using the first input timestamp …
(edit) @21adb996   10 years Philip Langdale avcodec/nvenc: Need a separate class for each encoder The encoders …
(edit) @9f91c519   10 years michaelni doc: remove the reference to supporting AviSynth 2.5 Signed-off-by: …
(edit) @1492118c   10 years michaelni avisynth: drop support of AviSynth 2.5 If the user attempts to use …
(edit) @bdcd36a4   10 years michaelni swscale/output: Fix undefined shifts Fixes: …
(edit) @3a6df0b4   10 years michaelni avisynth: ifdef to avoid implicit function declaration errors The …
(edit) @b020a25d   10 years michaelni avcodec/j2kenc: Initialize variable to silence compiler warnings …
(edit) @589a604   10 years michaelni avutil: make AVFrameSideData buffers ref-counted. Signed-off-by: …
(edit) @b8e36690   10 years michaelni lavu/frame: move av_frame_copy_props() up in the file. Preparation …
(edit) @23e1303c   10 years James avcodec/nvenc_h265: add missing version bump and changelog entry …
(edit) @7c491075   10 years James configure: add missing dependency for nvenc_h265 Should fix …
(edit) @21175d85   10 years Philip Langdale avcodec/nvenc: Add support for H.265 encoding Sufficiently new nvenc …
(edit) @354db19f   10 years michaelni avcodec/h264: Remove bits_per_raw_sample hacks Fixes assertion …
(edit) @e003a534   10 years michaelni avisynth: update headers against AviSynth+ Signed-off-by: Michael …
(edit) @62e2fae8   10 years michaelni ffmpeg: fix option name in documentation Signed-off-by: Michael …
(edit) @19321a29   10 years michaelni avformat/utils: Terminate SPS in avci100_1080i_extradata to avoid …
(edit) @e5de6de8   10 years michaelni avutil/pixfmt: Add missing AV_ prefix to PIX_FMT_YUV411P …
(edit) @48f7c30b   10 years michaelni avcodec/nvenc: Drop support for old nvenc api Signed-off-by: Michael …
(edit) @c20eab5   10 years michaelni avcodec/msrledec: More verbose error message Signed-off-by: Michael …
(edit) @f7e1367f   10 years michaelni avcodec/msrledec: restructure msrle_decode_pal4() based on the line …
(edit) @0276b952   10 years michaelni avformat/mov: check color parameter type explicitly. Fixes ticket …
(edit) @4a6096e4   10 years michaelni Merge remote-tracking branch 'cehoyos/master' * cehoyos/master: …
(edit) @d66ca43f   10 years michaelni Merge commit '1188119624e42c1b2ce5be6137d2e6c6f4f03328' * commit …
(edit) @15307320   10 years michaelni Merge commit 'a8c99205ca8703bd849efae13fcf844315c7147d' * commit …
(edit) @1188119   10 years lu_zero avisynth: update documentation about the avisynth_c.h header …
(edit) @a8c99205   10 years lu_zero avisynth: Fix compilation against current 2.6 header(s). AviSynth 2.6 …
(edit) @b76df6ef   10 years Carl Eugen Hoyos lavf/matroskaenc: List subtitle codecs with fake codec_tags to allow …
(edit) @c5d0148c   10 years Carl Eugen Hoyos doc: Remove non-existing decklink options. Reported-by: Bostjan Hamler
(edit) @a2dd2d79   10 years michaelni Merge commit '1ddd3e23a49b9eec11c62dca018238cf7349c90f' * commit …
(edit) @70cf40f9   10 years michaelni Merge commit 'ae4f5d944cce431b1f4715c863122355e1d78007' * commit …
(edit) @2850131f   10 years michaelni Merge commit 'b21af32aed7e343f962753943e9f16baedfb1750' * commit …
(edit) @3e399561   10 years michaelni Merge commit '312a9ef04bf6b55e68e4a61694b169cd3cc69bb8' * commit …
(edit) @d280d43   10 years michaelni Merge commit '592a04054e6423be5050efd2bceece48b10b9c1d' * commit …
(edit) @cceb7379   10 years michaelni Merge commit '7419b34825c20d52f667da2fbe4dc710ec8398f8' * commit …
(edit) @dfea1acb   10 years michaelni Merge commit 'e4fe535d12f4f30df2dd672e30304af112a5a827' * commit …
(edit) @001b28b0   10 years michaelni libavformat/mxfenc: add container duration and package name to primer …
(edit) @1ddd3e23   10 years vittorio.giovara vaapi_h264: fix slice data offset
(edit) @ae4f5d94   10 years vittorio.giovara dxva2_h264: fix slice offset in long slice structs
(edit) @b21af32   10 years vittorio.giovara lavc: Prefer x264 over openh264 if both libraries are available
(edit) @312a9ef   10 years vittorio.giovara pixfmt: Update documentation with prefixed pixel formats
(edit) @592a0405   10 years vittorio.giovara pixdesc: Replace a few leftover instances of non AV-prefixed flags
(edit) @7419b348   10 years vittorio.giovara fate: Add test for tscc2 in mov Rename the existing tscc2 test.
(edit) @e4fe535d   10 years vittorio.giovara mov: Write the display matrix in order This will allow to copy the …
(edit) @ad3c5ff3   10 years michaelni Merge commit 'e0046bc9c96150fa06146ace9093f06857dd7b23' * commit …
(edit) @67ceb42d   10 years michaelni avfilter/vf_stereo3d: Change enum to int, which is accessed via …
(edit) @744c9b49   10 years michaelni avutil/frame: Add some very basic documentation for AVFrameSideData …
(edit) @c3d0edd4   10 years michaelni doc: Use @lisp where appropriate Signed-off-by: Michael Niedermayer …
(edit) @ecba41bf   10 years michaelni doc: More semantic markup using @samp and @var where appropriate …
(edit) @aba3030a   10 years michaelni vaapi_h264: fix slice data offset Signed-off-by: Michael Niedermayer …
(edit) @cf1fba0f   10 years michaelni dxva2_h264: fix slice offset in long slice structs Fixes Ticket #4384
(edit) @641ef7d4   10 years michaelni doc/fate: better formatting The initial spaces get ignored anyway so …
(edit) @e0046bc9   10 years martin movenc: Write the make and model metadata keys for mov style files …
(edit) @83020f89   10 years michaelni postproc/postprocess_template: split 2nd blockgroup loop out …
(edit) @d9e3fe8c   10 years michaelni postproc/postprocess_template: split first part of block loop …
(edit) @2a9b9579   10 years michaelni postproc/postprocess_template: Move QP initialization down …
(edit) @330113b0   10 years michaelni postproc/postprocess_template: Remove dead code and comments …
(edit) @fc90d150   10 years michaelni bpostproc/postprocess_template: drop avoidable #ifdef Signed-off-by: …
(edit) @93f45383   10 years michaelni postproc/postprocess_template: split loop in 2 (block groups of 4, …
(edit) @7517e932   10 years michaelni avcodec/snow: fix support for odd dimensions Fixes Ticket3914 …
(edit) @a089d56   10 years michaelni avcodec/jpeglsdec: support PAL1-PAL7 Fixes Ticket3933 Signed-off-by: …
(edit) @74097e09   10 years michaelni avfilter/vf_signalstats: Change enum to int, which is accessed via …
(edit) @3a23ec0d   10 years michaelni avfilter/vf_setfield: Change enum to int, which is accessed via …
(edit) @14bc7aaa   10 years michaelni Revert "avformat/flvenc: Allow muxing video codecs which are not …
(edit) @76f4b117   10 years michaelni avformat/flvenc: Allow muxing video codecs which are not explicitly …
(edit) @797ba4d   10 years michaelni avcodec/h264_cavlc: Drop local_ref_count This basically switches to …
(edit) @563a8b4   10 years michaelni avcodec/h264_cabac: Drop local_ref_count 7966 -> 7897 decicycles …
(edit) @aa65ff2a   10 years michaelni Merge commit 'cfe64613923a2d47644a87386146ada1f9f6b659' * commit …
(edit) @cff55cfe   10 years michaelni Merge commit '27aa1ff35a13bc471c6e0a9cc496ec3f62f1574f' * commit …
(edit) @c75681ab   10 years michaelni Merge commit '93c1b04abfc0dd31211a18bf2c0041d69cd16919' * commit …
(edit) @a821617   10 years michaelni Merge commit 'd450cb07d91ef39ad1d39bd7ca0cfce4bd7b13e7' * commit …
(edit) @a3f5a8c3   10 years michaelni Merge commit 'd3aa307da076e8820298b2c59ec5d6ff01a5e374' * commit …
(edit) @324067d1   10 years michaelni Merge commit '7ebb3022297aa00afda6800105684b8303f2608e' * commit …
(edit) @0346783   10 years michaelni avcodec/h264.h: Drop unused macro Signed-off-by: Michael Niedermayer …
(edit) @141b9d5   10 years michaelni avcodec/h264_slice: update slice context linesizes when a new picture …
(edit) @cfe64613   10 years lu_zero avfilter: Document avfilter_graph_alloc return value Signed-off-by: …
(edit) @27aa1ff3   10 years lu_zero oggdec: Check memory allocation Bug-Id: CID 1257798 / CID 1257805 …
(edit) @93c1b04a   10 years lu_zero mms: Check memory allocation Bug-Id: CID 1258462 Signed-off-by: Luca …
(edit) @d450cb07   10 years lu_zero avplay: Check memory allocation Bug-Id: CID 1288294 Signed-off-by: …
(edit) @d3aa307d   10 years lu_zero rmenc: Check memory allocation Bug-Id: CID 1257832 Signed-off-by: …
(edit) @7ebb302   10 years lu_zero swscale: Check memory allocation Bug-Id: CID 1267890 CC: …
(edit) @fa7c08d5   10 years michaelni Merge commit 'c28ed1d743443e783537d279ae721be3bbdf7646' * commit …
(edit) @a6cb0534   10 years michaelni Merge commit 'b53569e0681ff7bc99103ab4c961dbac3cc0fce6' * commit …
(edit) @d8151a7e   10 years michaelni Merge commit 'a12d3188cbec15e22070e139fa5cc541da07e2c3' * commit …
(edit) @e970b576   10 years michaelni Merge commit '94295106d20b32666a8c4e0d028ef79b9d3f3b7a' * commit …
(edit) @8c6370af   10 years michaelni Merge commit '2b4c38d3c647f409080606ef02b3363ada00be2c' * commit …
(edit) @0f8bb0ef   10 years michaelni Merge commit '5bf3c0fa49afd5bbf43aa841ff78007d72c80736' * commit …
(edit) @8bdcec31   10 years michaelni Merge commit '51d8725a6e4c7f989d6f0f38b59cb54a2d72846c' * commit …
(edit) @b1e6d8a2   10 years michaelni Merge commit '92e0b7342c0490894cbcea4461380321e0569de2' * commit …
(edit) @1fd1f58   10 years James vp9: make above buffer pointer 32-byte aligned. Fixes ticket #4383
(edit) @84ae7294   10 years michaelni Merge commit '3178f4d33ff62243f7cdddb081db516ea34396c9' * commit …
(edit) @830e548b   10 years michaelni Merge commit '582683b6ac798ed2a004a4e2121b7bd47892bbfd' * commit …
(edit) @44309dd2   10 years michaelni avcodec/mpegvideo: support mbskip_table==NULL in …
(edit) @dd186b58   10 years michaelni avcodec/error_resilience: Fix mbskip_table==NULL codepath …
(edit) @b37b0a58   10 years michaelni Merge commit '5bc69f38c1af71fbcbfb4b5efa77d0aeb5424c04' * commit …
(edit) @44e4a86c   10 years michaelni Merge commit 'c377e04d8aa74d030672e9a4788a700b0695fc14' * commit …
(edit) @3d1d8e1f   10 years michaelni Merge commit '36d04801ba9d8622c2d759c172aea18561bac74d' * commit …
Note: See TracRevisionLog for help on using the revision log.