source: ffmpeg

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Graph Diff Rev Age Author Log Message
(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 …
(edit) @5836fe20   10 years michaelni Merge commit 'cbc808d726afdf53d866264722785c1304c17390' * commit …
(edit) @75837e9a   10 years michaelni x86: sbrdsp/fft: reuse ps_neg constant Signed-off-by: Michael …
(edit) @51dd80e7   10 years michaelni x86: diracdsp: reuse constants Signed-off-by: Michael Niedermayer …
(edit) @6622a6cf   10 years michaelni x86: dwt: better share constants Signed-off-by: Michael Niedermayer …
(edit) @71db2d08   10 years michaelni x86: better share ff_pw_2 Signed-off-by: Michael Niedermayer …
(edit) @4e128ab0   10 years michaelni x86: vpx/h264/hevc/mpeg2: share constants Signed-off-by: Michael …
(edit) @ed6d9ce9   10 years martin configure: Include the armcc build number in the compiler …
(edit) @305f72ae   10 years michaelni avcodec: Change get_pixels() to ptrdiff_t linesize Found-by: ubitux …
(edit) @6b1df55   10 years michaelni avutil/cpu: check av_parse_cpu_caps() table during cpu-test …
(edit) @fe0157a1   10 years michaelni avutil/cpu: Make cpu flag names match between cpu-test and …
(edit) @efc4fe9d   10 years michaelni avutil/cpu: add aarch64 entries to 2nd table Signed-off-by: Michael …
(edit) @cbc808d7   10 years vittorio.giovara jpeg2000: enable 4 component pixel formats Bug-Id: 721 CC: …
(edit) @67868485   10 years michaelni hevc_deblock: change tc type The x86 asm expects int32_t so use that …
(edit) @9f02a2b2   10 years michaelni transcode_aac: fix const return value Fixes Trac #3613. …
(edit) @a32e306b   10 years michaelni doc/muxers: document which applications are known to need …
(edit) @9101ef67   10 years michaelni avutil/cpu: output cpu data to stdout Errors go to stderr, but the …
(edit) @a8689ba8   10 years michaelni tests/fate/libavutil: switch cpu-test back to runecho so its results …
(edit) @6552b055   10 years michaelni avutil/pixelutils: check for malloc failure Found-by: Daemon404 …
Note: See TracRevisionLog for help on using the revision log.