source: ffmpeg

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Graph Diff Rev Age Author Log Message
(edit) @08b22c0e   11 years michaelni Merge remote-tracking branch 'qatar/master' * qatar/master: mxf: …
(edit) @bb8ce36d   11 years michaelni Merge commit '5f5ada3dbf97e306a74250ba8dcf8619ad59b020' * commit …
(edit) @964f9ca2   11 years michaelni Merge commit 'ed796fba761f4794bec7735d467c1b2c8e1858fe' * commit …
(edit) @a72bf5fd   11 years michaelni ffmpeg: set the source_index for trivial filter graphs Fixes one …
(edit) @996c7349   11 years onemda avcodec/exr: remove pointless initialization Signed-off-by: Paul B …
(edit) @2d528349   11 years michaelni atrac3: Better name for imdct window initialization Patch by Diego …
(edit) @4fb8de08   11 years michaelni atrac3: Remove unused gain compensation tables Patch by Diego …
(edit) @054454c6   11 years lu_zero mxf: Add jpeg2000 codec to intra only codecs Conform with SMPTE RP …
(edit) @5f5ada3d   11 years lu_zero shorten: Fix out-of-array read pred_order == …
(edit) @a830915b   11 years michaelni swscale: Use full resolution chroma for yuv2rgb when the input has …
(edit) @d1d875d3   11 years onemda avfilter/vf_w3fdif: do not reset pts to 0 Shamelessly stolen from …
(edit) @cdc9657a   11 years michaelni doc/codecs: Document field_order Signed-off-by: Michael Niedermayer …
(edit) @ed796fba   11 years diego atrac3: Better name for IMDCT window initialization Signed-off-by: …
(edit) @be764150   11 years diego atrac3: Remove unused gain compensation tables Signed-off-by: Diego …
(edit) @7ab8bcea   11 years michaelni doc/encoder/aac: Remove -cutoff trick Fix Ticket #2686 comment 155. …
(edit) @20d78a86   11 years michaelni libavcodec/x86: Fix emulated_edge_mc SSE code to not contain SSE2 …
(edit) @ef6b85e9   11 years michaelni avcodec/proresdec2: propagate error codes Based-on: …
(edit) @0391f461   11 years michaelni avcodec/vmnc/reset_buffers(): reset cur_hx/hy too for saftey …
(edit) @3fa4c528   11 years michaelni Merge remote-tracking branch 'qatar/master' * qatar/master: prores: …
(edit) @5c99ca22   11 years michaelni Merge commit '44690dfa683f620c77e9f0e8e9bc5682608636b1' * commit …
(edit) @7acb464f   11 years michaelni Merge commit 'e6ed8668597cfea25dfb350a9b4df7fb2efc1d90' * commit …
(edit) @c2555bcb   11 years michaelni Merge commit 'be1e1373d267bae2af8a62d79eef736736f24565' * commit …
(edit) @0efbd98e   11 years michaelni Merge commit '4d7aeff9a1080e64125f3374d993b2c9c4c2751b' * commit …
(edit) @70025c07   11 years michaelni Merge commit '41a10f3ba149a2012de499d0b4ad4955d81f28d5' * commit …
(edit) @5fcd0a80   11 years michaelni Merge commit 'ceec6e792e4b5baaa23b220f4fd33417631f5288' * commit …
(edit) @dd0429e1   11 years michaelni Merge commit '756547ce7f4d67a18663503e2157aebed3531703' * commit …
(edit) @c589c4c5   11 years michaelni Merge commit '1cac9accbd1f9b8596122d0735e37b97a844c514' * commit …
(edit) @e96c8015   11 years michaelni Merge commit '1018a92219a38a812cf97761c6b3a5e66a400f4b' * commit …
(edit) @2df7f771   11 years lu_zero prores: Error out only on surely incomplete ac_coeffs
(edit) @44690dfa   11 years lu_zero prores: Add a codepath for decoding errors
(edit) @5a7a902a   11 years michaelni Merge commit '071e29af4d383bdb44d0c87416dee3e4bb597936' * commit …
(edit) @e6ed866   11 years martin flvenc: Write proper cropping for VP6 even if there's no extradata …
(edit) @be1e1373   11 years martin flvenc: Support muxing VP6A as well Handle it in the same way as …
(edit) @4d7aeff9   11 years martin flvenc: Don't pretend to support muxing "plain" VP6 The plain VP6 …
(edit) @41a10f3b   11 years martin vp6: Support cropping to AVCodecContext.width/height In these cases, …
(edit) @2066975   11 years michaelni Merge commit '5e992a4682d2c09eed3839c6cacf70db3b65c2f4' * commit …
(edit) @f18db82f   11 years michaelni Merge commit '61cd19b8bc32185c8caf64d89d1b0909877a0707' * commit …
(edit) @7824b5f6   11 years michaelni Merge commit 'a66aa0daf290ef157cb3322b034b43d6201c43e9' * commit …
(edit) @ceec6e7   11 years lu_zero avi: directly resync on DV in AVI read failure Reported-by: Mateusz …
(edit) @756547ce   11 years lu_zero avi: DV in AVI must be considered single stream Reported-by: Mateusz …
(edit) @1cac9acc   11 years lu_zero avi: properly fail if the dv demuxer is missing CC: libav-stable@libav.org
(edit) @65c2fe71   11 years michaelni avcodec/h264: call flush_change() on init This ensures that all the …
(edit) @5ac6b602   11 years michaelni avcodec/h264_refs: modify key frame detection heuristic to detect more …
(edit) @1018a922   11 years lu_zero jpeg2000: Check block length Reported-by: Mateusz "j00ru" Jurczyk and …
(edit) @071e29af   11 years lu_zero vmnc: Use meaningful return values
(edit) @5e992a46   11 years lu_zero vmnc: Check the cursor dimensions And manage the reallocation failure …
(edit) @61cd19b   11 years lu_zero vmnc: Port to bytestream2 Fix some buffer overreads. Reported-by: …
(edit) @a66aa0da   11 years lu_zero vmnc: K&R formatting cosmetics Signed-off-by: Diego Biurrun …
(edit) @83fc6c82   11 years michaelni avformat/wavdec: Dont trust the fact chunk for PCM Fixes Ticket3033 …
(edit) @3aa57651   11 years Carl Eugen Hoyos lavd/xv.c: Include XShm.h before Xvlib.h. This may fix compilation …
(edit) @0f322fef   11 years michaelni avfilter/buffersink: try to fix AV_NOPTS_VALUE no testcase available, …
(edit) @8780f7fb   11 years michaelni avfilter/ff_filter_frame_needs_framing: fix handling of AV_NOPTS_VALUE …
(edit) @8c7bc7d3   11 years onemda avcodec/exr: use avpriv_report_missing_feature() Signed-off-by: Paul …
(edit) @19fda0a   11 years onemda avcodec/vmnc: use av_freep() Signed-off-by: Paul B Mahol …
(edit) @31d0d355   11 years michaelni Merge remote-tracking branch 'qatar/master' * qatar/master: x86inc: …
(edit) @4ce82e6f   11 years michaelni Merge commit '9e3946aadaef6f7d7ef15c31b5ff1e73d0ba79a1' * commit …
(edit) @ad7d7d4f   11 years derek.buitenhuis x86inc: Remove .rodata kludges The Mach-O bug was fixed in yasm 0.8.0 …
(edit) @9e3946aa   11 years derek.buitenhuis build: Require yasm 0.8.0 or higher This is in preparation for …
(edit) @56db86a   11 years clement doc/filters: remove extra spacing in vid.stab section.
(edit) @7f22df3a   11 years michaelni Merge remote-tracking branch 'qatar/master' * qatar/master: …
(edit) @3aabfaa3   11 years Carl Eugen Hoyos Fix make checkheaders for vp9 header files.
(edit) @f4e85afd   11 years Carl Eugen Hoyos Add pulse_audio_common.h to skipheaders. Fixes an error when running …
(edit) @f115e83c   11 years michaelni MAINTAINERS: add Communication section Add Twitter with myself (Lou …
(edit) @df08fd5e   11 years michaelni doc/default.css + doc/t2h.init: New styles The main motive of this …
(edit) @b2148fa   11 years lu_zero shorten: Extend fixed_coeffs to properly support pred_order 0 …
(edit) @885739f3   11 years michaelni ffserver: strip odd chars from html error messages before sending them …
(edit) @6013634   11 years michaelni lavd/pulse: move common code to separate file Signed-off-by: Lukasz …
(edit) @1ab9f322   11 years michaelni lavd/pulse: rename pulse.c into pulse_audio_dec.c This make name of …
(edit) @162e22e1   11 years onemda avfilter/af_join: remove now unnecessary goto Options are freed from …
(edit) @85b56e48   11 years onemda avcodec/xwddec: use avpriv_report_missing_feature Signed-off-by: Paul …
(edit) @3abbf209   11 years onemda dpx: abgr support Signed-off-by: Paul B Mahol <onemda@gmail.com>
(edit) @361b56c3   11 years michaelni lavd: pulse audio encoder Signed-off-by: Lukasz Marek …
(edit) @8c0f565e   11 years michaelni avformat/movenc: factor out find_fps() Signed-off-by: Michael …
(edit) @2dce4abe   11 years michaelni Changelog: add max_error_rate Suggested-by: Paul B Mahol …
(edit) @ad75d2b   11 years michaelni x86: Fix compilation with nasm on PPC & OS/2 Signed-off-by: Michael …
(edit) @deb5addc   11 years michaelni Merge remote-tracking branch 'qatar/master' * qatar/master: x86: …
(edit) @19c38908   11 years michaelni Merge commit '3e2fa991db7ef172579422accd61624d52777e5a' * commit …
(edit) @31d9aa6   11 years michaelni Merge commit '71155665414b551ad350622d5abed20e58371fbf' * commit …
(edit) @3f965ab   11 years michaelni Merge commit '47f9d7ce5493e119e09d1227d017414feaaf8d97' * commit …
(edit) @1f17619f   11 years michaelni Merge commit 'bbe4a6db44f0b55b424a5cc9d3e89cd88e250450' * commit …
(edit) @17d9c7c2   11 years michaelni Merge commit '3fb78e99a04d0ed8db834d813d933eb86c37142a' * commit …
(edit) @3352fdb2   11 years michaelni Merge commit '49ebe3f9fe02174ae7e14548001fd146ed375cc2' * commit …
(edit) @006c0fcf   11 years michaelni Merge commit '63f0d623100bdb0c6081456127f4b6713e83d3db' * commit …
(edit) @faafffaf   11 years michaelni Merge commit 'ad76e6e7e193b98e7335156422d35467816f9ef1' * commit …
(edit) @3d5a995e   11 years michaelni Merge commit 'e52567c2954f627d420b30f75f71af2f2e4afe80' * commit …
(edit) @c1488fab   11 years michaelni Merge commit '25cb0c1a1e66edacc1667acf6818f524c0997f10' * commit …
(edit) @ba9c557b   11 years michaelni avcodec/x86/vp9dsp: Fix compilation with nasm. Signed-off-by: Michael …
(edit) @b6b9c150   11 years michaelni ffmpeg: add max_error_rate to allow tuning the point decoding errors …
(edit) @728bb910   11 years michaelni avfilter/vf_deshake: fix block_contrast() lower brightness value …
(edit) @6405ca7d   11 years diego x86: h264_idct: Update comments to match 8/10-bit depth optimization split
(edit) @2779b7b3   11 years michaelni avfilter/deshake The old row index looks weird and wrong to me …
(edit) @abf2d53d   11 years michaelni avcodec/options_table: add field_order This allows setting and …
(edit) @23824b96   11 years onemda avcodec/dpx: support for 8 and 16 bit luma only files Signed-off-by: …
(edit) @e745dc2d   11 years onemda avcodec/dpx: refactor pixel format selection Signed-off-by: Paul B …
(edit) @b8866783   11 years michaelni avfilter/lswsutils: dont override the default scaler This should make …
(edit) @3e2fa991   11 years derek.buitenhuis x86inc: remove misaligned cpu flag Prevents a crash if the misaligned …
(edit) @71155665   11 years derek.buitenhuis x86inc: various minor backports from x264 Small backports that …
(edit) @47f9d7ce   11 years derek.buitenhuis x86inc: Check for OUTPUT_FORMAT having a value of "x64" This is …
(edit) @bbe4a6db   11 years derek.buitenhuis x86inc: Utilize the shadow space on 64-bit Windows Store XMM6 and …
(edit) @3fb78e99   11 years derek.buitenhuis x86inc: create xm# and ym#, analagous to m# For when we want to mix …
Note: See TracRevisionLog for help on using the revision log.