source: ffmpeg

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Graph Diff Rev Age Author Log Message
(edit) @889cb3ae   10 years michaelni avcodec: remove deprecated use of FF_IDCT_XVIDMMX Signed-off-by: …
(edit) @3e41d2e6   10 years michaelni Merge commit 'f4c444e17d137c786f0ed2da0e5943df505d5f9e' * commit …
(edit) @499ff6a0   10 years michaelni Merge commit '7acdd3a1275bcd9cad48f9632169f6bbaeb39d84' * commit …
(edit) @5a3a83f0   10 years michaelni Merge commit '52a2c17ec006282f388071a831dfb21288611253' * commit …
(edit) @8d7c4cc0   10 years michaelni Merge commit 'a7a17e3f1915ce69b787dc58c5d8dba0910fc0a4' * commit …
(edit) @3f2495d9   10 years michaelni Merge commit '70211539a39ca3854f8a9e97d51dc27caa079943' * commit …
(edit) @73e9d4cd   10 years michaelni Merge commit '55019715785790836f60870180e1764b06e6591c' * commit …
(edit) @ca80c657   10 years michaelni Merge commit '65b8b6c476454d201348737527a1d9471f689278' * commit …
(edit) @adba796e   10 years michaelni Merge commit '4d1ff2a489f4c60501b1a6a2d1f3874e61a77df9' * commit …
(edit) @d7594bee   10 years u avfilter/dctdnoiz: remove a few indirections in idcts No change in …
(edit) @f4c444e   10 years anton Postpone API-incompatible changes until the next bump.
(edit) @7acdd3a   10 years anton hevc_filter: avoid excessive calls to ff_hevc_get_ref_list() 1) each …
(edit) @52a2c17e   10 years anton hevc_refs: drop the handling of negative coordinates in …
(edit) @a7a17e3f   10 years anton hevc_filter: move some conditions out of loops
(edit) @7021153   10 years anton hevc: deobfuscate slice/tile boundary handling for DBF Use named …
(edit) @55019715   10 years anton hevc_filter: drop more redundant checks The if() around those loops …
(edit) @65b8b6c4   10 years anton hevc_filter: drop redundant checks …
(edit) @4d1ff2a4   10 years anton hevc: calculate the dbf strength in hls_pcm_sample() only if dbf is enabled
(edit) @f75786f   10 years michaelni avformat/avio: Fix "warning: struct AVBPrint declared inside parameter …
(edit) @25eeff9   10 years michaelni avcodec/avdct: add "xvid" alias AVOption and use FF_IDCT_XVID …
(edit) @3841f2ae   10 years michaelni Merge commit 'd35b94fbabd8beb5d566c0b5d01688aff62c3b36' * commit …
(edit) @64d029de   10 years michaelni avformat/matroskaenc: fix MAX_CUEPOINT_SIZE calculation Fixes …
(edit) @d6af706e   10 years michaelni avformat/movenc: write reel_name metadata to tmcd atom Signed-off-by: …
(edit) @4b63bcef   10 years Carl Eugen Hoyos Autodetect jpeg-ls files.
(edit) @0dcebb9f   10 years michaelni Merge commit '84d173d3de97c753234ab0c0b50551d51413d663' * commit …
(edit) @5ff2b334   10 years michaelni Merge commit '6f1960ab71b4f18551243ce22d01913108265233' * commit …
(edit) @eb2def0f   10 years michaelni Merge commit '444c73583d2848a542330c03949e1f933ac68f53' * commit …
(edit) @0472c5f8   10 years michaelni Merge commit '0026e356d044e72b6e743b234708b8b8af457ac0' * commit …
(edit) @a698efb   10 years michaelni Merge commit 'e4c9e59a4547adaaa0ce9f25b0d0c5b91ae15472' * commit …
(edit) @fd1e4d66   10 years michaelni Merge commit '454697603e4efdfc04fadec40518d56c7dc1e5dd' * commit …
(edit) @87dc8b3a   10 years michaelni avformat/matroskadec: Check avpriv_new_chapter() for failure Fixes …
(edit) @d35b94fb   10 years diego avcodec: Rename xvidmmx IDCT to xvid The Xvid IDCT is not MMX-specific.
(edit) @84d173d3   10 years diego xvididct: Ensure that the scantable permutation is always set …
(edit) @6f1960ab   10 years diego idct: cosmetics: Drop one unnecessary if-block level
(edit) @1ba7c6e   10 years u avfilter/dctdnoiz: use 32-bit (float) operations instead of 64 …
(edit) @eb16a6d2   10 years u avfilter/dctdnoiz: remove forward declarations after previous commit
(edit) @aaf82dc0   10 years u avfilter/dctdnoiz: make color [de]correlation less clumsy This has no …
(edit) @94494dab   10 years michaelni avfilter/showcqt: add and extend tlength and volume options Add a …
(edit) @d1e750cd   10 years michaelni avformat/mov: Support reading Avid's metadata for DNXHD codec. The …
(edit) @f73d7538   10 years Carl Eugen Hoyos Autodetect webp files.
(edit) @e4d983e2   10 years Carl Eugen Hoyos configure: Check if libwebp compilation will succeed.
(edit) @444c7358   10 years diego configure: Only run gas checks on ARM and PowerPC Standalone GNU …
(edit) @0026e356   10 years diego configure: Die if gas is unavailable under aarch64 as well as ARM
(edit) @e4c9e59a   10 years diego mpeg: K&R formatting cosmetics Signed-off-by: Diego Biurrun …
(edit) @45469760   10 years diego mpegts: Use av_free() to free memory allocated by av_strdup()
(edit) @d34ec64a   10 years michaelni replace calls to url_feof() with avio_feof() Signed-off-by: James …
(edit) @5c3c6712   10 years michaelni lavf/avio: rename url_feof() to avio_feof() It's a public function …
(edit) @f1e626a3   10 years michaelni avformat/mov: read reel_name metadata from tmcd atom Signed-off-by: …
(edit) @92a28e9f   10 years michaelni avformat/mpegtsenc: Use av_freep() for pids Signed-off-by: Michael …
(edit) @31eaecf   10 years michaelni avformat/mpegtsenc: Free services array completely on failure …
(edit) @12b59e57   10 years michaelni avformat/mpegtsenc: Use correct deallocation code on failure of pids …
(edit) @5f8300af   10 years michaelni mpegtsenc: Check dynarray_add() for failure Signed-off-by: Michael …
(edit) @92deb289   10 years michaelni avformat/mpegtsenc: use the correct deallocation functions Found-by: …
(edit) @efcf1fca   10 years michaelni Merge commit '5b220e1e19c17b202d83d9be0868d152109ae8f0' * commit …
(edit) @3224a319   10 years michaelni Merge commit 'f8ab9f2fe3730a0e8c3c1eb7c486f7c0041fb3fc' * commit …
(edit) @066d7765   10 years michaelni Merge commit '6d6bd3a3db24747ae5e10716f4782129c38951f6' * commit …
(edit) @cec59eb6   10 years u avfilter/dctdnoiz: add 8x8 dct and make it the default 8x8 is about …
(edit) @ec0b08d2   10 years michaelni Merge commit 'b7b1bf9166ac3102c401295fdd5d4933c512aa50' * commit …
(edit) @c6a596f6   10 years michaelni doc/APIchanges: Correct function reference. The commit …
(edit) @4917fecf   10 years michaelni Merge commit 'bb789016d423d2cfacd2904ac66257bdf7f0964e' * commit …
(edit) @a561662f   10 years michaelni Merge commit 'ad1ee5fa75a3d69d54c0691048939e94ab5a7f0d' * commit …
(edit) @2bf87dc   10 years michaelni Merge commit 'a7e541c9926d531a100ba0d36f4e56956dd84651' * commit …
(edit) @4e70104a   10 years michaelni avformat/movenc: XMP metadata support. Signed-off-by: Michael …
(edit) @054c506e   10 years michaelni avformat/mov: XMP metadata suppor. Signed-off-by: Michael Niedermayer …
(edit) @06362ab   10 years u avfilter/dctdnoiz: rewrite [f/i]dct This removes the avcodec …
(edit) @5b220e1e   10 years diego mpegts: Fix memory leaks and related crashes in mpegs_write_header()
(edit) @f8ab9f2f   10 years diego mpegts: Avoid unnecessary variable shadowing
(edit) @6d6bd3a3   10 years diego mpegts: Drop some unnecessary parentheses
(edit) @b7b1bf91   10 years diego mpegts: K&R formatting cosmetics
(edit) @75bd83d4   10 years michaelni avdevice/lavfi: Simplify non-AV stream check Fixes a clang warning …
(edit) @8fa695a9   10 years michaelni Merge remote-tracking branch 'cehoyos/master' * cehoyos/master: Do …
(edit) @350f4be1   10 years michaelni lavf: remove nonexistent functions from the version file …
(edit) @dd2b0c1c   10 years michaelni lavc: remove nonexistent functions from the version file …
(edit) @7d585bc9   10 years Carl Eugen Hoyos Do not automatically map subtitles if the decoder and encoder …
(edit) @1fd880ce   10 years michaelni lavd/dshow: use av_codec_get_id() ff_codec_get_id() is a lavf …
(edit) @bb789016   10 years diego swscale: Undeprecate sws_getContext() sws_getCachedContext is not a …
(edit) @ad1ee5fa   10 years diego avcodec: Undeprecate reordered_opaque It allows attaching other …
(edit) @0ab00a75   10 years michaelni avcodec/raw: add avpriv_get_raw_pix_fmt_tags() Used to expose …
(edit) @a7e541c9   10 years vittorio.giovara h264: fix interpretation of interleved stereo modes Column and row …
(edit) @4c404611   10 years michaelni Merge remote-tracking branch 'cehoyos/master' * cehoyos/master: Do …
(edit) @7c73d21   10 years Carl Eugen Hoyos lavf/mpegts: Do not return the result of a (void) function from a void …
(edit) @ef17a0c7   10 years Carl Eugen Hoyos Do not return a probe score from set_codec_from_probe_data() if the …
(edit) @5b12b4fc   10 years michaelni lavf/mpegts: rename ff_mpegts_parse_*() to avpriv_mpegts_parse_*() …
(edit) @1c59419   10 years michaelni Merge commit 'b50173a4dd47b9c3c89845b781fa958ccf860929' * commit …
(edit) @403367d   10 years michaelni Merge commit 'da9cc22d5bd5f59756c2037b02966376da2cf323' * commit …
(edit) @71f33051   10 years michaelni Merge commit 'd9432789bd119f0e37bcf65cebda05d36aafd4ed' * commit …
(edit) @4213fc5b   10 years michaelni avcodec/svq1dec: Fix multiple bugs from "svq1: do not modify the input …
(edit) @e55e0994   10 years michaelni Merge commit '7b588bb691644e1b3c168b99accf74248a24e3cf' * commit …
(edit) @c6286279   10 years michaelni Merge commit 'c7d9b473e28238d4a4ef1b7e8b42c1cca256da36' * commit …
(edit) @91b4ed09   10 years michaelni Merge commit 'a1599f3f7ea8478d1f6a95e59e3bc6bc86d5f812' * commit …
(edit) @8dfb8190   10 years michaelni libavcodec/rawdec: remove old ff_find_pix_fmt() function It's been …
(edit) @6a446997   10 years michaelni avformat/dtsdec: check more of the dca headers in dts_probe() Fixes …
(edit) @7a34b7d8   10 years michaelni avcodec/dca: Make ff_dca_convert_bitstream() available to libavformat, …
(edit) @b50173a4   10 years stebbins movenc: fix QT chapter track character encoding An encoding ("encd") …
(edit) @da9cc22d   10 years stebbins movenc: add track title to tracks
(edit) @d9432789   10 years stebbins movenc: remove pointless loop around BITEXACT test
(edit) @7b588bb6   10 years anton svq1: do not modify the input packet The input data must remain …
(edit) @40a820d6   10 years michaelni Merge commit 'ed6d9ce914d552eeda16af857da97c4b1aea1e3f' * commit …
(edit) @c7d9b473   10 years anton cdgraphics: do not return 0 from the decode function 0 means no data …
(edit) @a1599f3f   10 years anton cdgraphics: switch to bytestream2 Fixes possible invalid memory …
Note: See TracRevisionLog for help on using the revision log.