source: ffmpeg

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Graph Diff Rev Age Author Log Message
(edit) @ee5145c0   10 years michaelni avcodec/aacpsy: Use av_mallocz_array() Signed-off-by: Michael …
(edit) @6e6bd548   10 years michaelni avcodec/alsdec: Clear MPEG4AudioConfig so that no use of uninitialized …
(edit) @dcaf9660   10 years michaelni x86/float_dsp: port vector_fmul_window to yasm Signed-off-by: James …
(edit) @d4be3a8d   10 years michaelni configure: add llauddsp dependancy for wmalossless_decoder Found-by: …
(edit) @fc8db12a   10 years michaelni x86/vp9: inital AVX2 intra_pred tos3k-vp9-b10000.webm on a Core …
(edit) @5183fac9   10 years michaelni avcodec/hevc_sei: fix invalid get_bits() in a comment Signed-off-by: …
(edit) @01ef127   10 years michaelni ffmpeg: support setting AVStream.discard Signed-off-by: Michael …
(edit) @5affab96   10 years michaelni ffmpeg_opt: remove unused variable and undocumented and not working …
(edit) @118c0421   10 years michaelni avcodec/tscc2: fix macro () Signed-off-by: Michael Niedermayer …
(edit) @925bd174   10 years michaelni avcodec/tta: fix macro () Signed-off-by: Michael Niedermayer …
(edit) @f2407407   10 years michaelni avfilter/af_amix: Use av_mallocz_array() Signed-off-by: Michael …
(edit) @a62814ab   10 years michaelni avfilter/af_channelmap: Use av_mallocz_array() Signed-off-by: Michael …
(edit) @1c7ac94c   10 years michaelni avfilter/af_aphaser: Use av_malloc_array() Signed-off-by: Michael …
(edit) @3a10bf93   10 years michaelni avdevice/lavfi: Use av_malloc_array() Signed-off-by: Michael …
(edit) @b2d1e22c   10 years michaelni avformat/udp: fix build on MINIX Signed-off-by: Michael Niedermayer …
(edit) @74760883   10 years michaelni avformat/flvenc: Do not allow creating h263/mpeg4 in flv without …
(edit) @5a376976   10 years michaelni avcodec/vorbisdec: Reset first_frame This avoids returning a initial …
(edit) @71da91e8   10 years michaelni avcodec/libvpxenc: update the ranges for "cpu_used" so it matches the …
(edit) @5265e3e4   10 years michaelni avcodec/libvpxenc: Update the "cpu-used" options default to match the …
(edit) @37cf695a   10 years michaelni Merge commit '3d79d0c93e5b37a35b1b22d6c18699c233aad1ba' * commit …
(edit) @faabef3d   10 years michaelni Merge commit '103243ca649cc305129ed0352bf4d97e5ddf4d80' * commit …
(edit) @cd016db4   10 years michaelni Merge commit 'f558f0d2da9426c7f5ba346b5b8e6eb720148362' * commit …
(edit) @00acf5c4   10 years michaelni Merge commit '7c29b7229bedf0c37d09bd02dab88e563adffd3c' * commit …
(edit) @9e1d97aa   10 years michaelni Merge commit 'efc2dfe6a0238ec08769626db899ea910be24407' * commit …
(edit) @58e501b1   10 years michaelni Merge commit 'bd71c300f9ba7f9875bb5df17ce522e9128bae10' * commit …
(edit) @3b42a8e4   10 years michaelni avcodec/mpeg12enc: store sequence display extension only if we have …
(edit) @5163fb94   10 years michaelni Merge commit '8a06794112d02a5707f766b8b38a5d50dfd03898' * commit …
(edit) @7eb5b20a   10 years michaelni huffyuvdec: trick for plane decoding <= 14bits Refactor the code to …
(edit) @c8018135   10 years michaelni lavf/matroskaenc: Fix Cues on Audio for WebM DASH Fix a change that …
(edit) @e374e772   10 years michaelni avutil/libm: fix fminf() emulation build failure due to undefined …
(edit) @3d79d0c9   10 years martin adpcm: Avoid reading out of bounds in the IMA QT trellis encoder This …
(edit) @103243ca   10 years martin oggenc: Set the right AVOption size for the pref_duration option On …
(edit) @049b20b2   10 years michaelni avcodec/adpcmenc: fix integer overflow / undefined behavior in …
(edit) @1aa60980   10 years michaelni fate: enable fate-seek-acodec-adpcm-ima_qt-trellis Signed-off-by: …
(edit) @867c02a   10 years michaelni avfilter/avf_showcqt: avoid using fminf() The loop with fminf() …
(edit) @afce8348   10 years michaelni avutil/libm: Replace macro based fminf() by function This avoids …
(edit) @fa8f060b   10 years michaelni adpcm: Write the proper predictor in trellis mode in IMA QT The …
(edit) @fb7646d9   10 years michaelni fate: enable adpcm-ima_qt-trellis Signed-off-by: Michael Niedermayer …
(edit) @a32765c4   10 years michaelni adpcm: Fix trellis encoding of IMA QT This was broken in 095be4fb - …
(edit) @f558f0d2   10 years derek.buitenhuis avcodec options: add enum option for color_range Signed-off-by: Derek …
(edit) @7c29b722   10 years derek.buitenhuis avcodec options: add enum option for colorspace Signed-off-by: Derek …
(edit) @efc2dfe6   10 years derek.buitenhuis avcodec options: add enum option for color_trc Signed-off-by: Derek …
(edit) @bd71c300   10 years derek.buitenhuis avcodec options: add enum option for color_primaries Signed-off-by: …
(edit) @8a067941   10 years derek.buitenhuis mpeg2: add sequence display extension information Signed-off-by: …
(edit) @3133e7f   10 years michaelni avutil/libm: use FFMIN instead of fmin() MSVC apparently doesnt …
(edit) @27b893b2   10 years michaelni avformat/mov: fix "warning: variable altitude set but not used" …
(edit) @2c1bf3fc   10 years michaelni avutil/libm: fix fminf typo Found-by: ubitux Signed-off-by: Michael …
(edit) @97508af2   10 years michaelni build: add fminf() emulation Signed-off-by: Michael Niedermayer …
(edit) @a80342fe   10 years michaelni Merge remote-tracking branch 'cehoyos/master' * cehoyos/master: …
(edit) @adf4ee4   10 years michaelni wma lossless: reuse scalarproduct_and_madd_int16 This is done by …
(edit) @c2e2b29b   10 years michaelni Merge commit '2f7065190ad48744014a02288799d03adfa613e0' * commit …
(edit) @a083543d   10 years michaelni Merge commit 'e7d6d0bf3c5cc1bc048b0ddbc169a91862568e0c' * commit …
(edit) @2f70651   10 years martin libfdk-aac: Relicense the library wrappers to the ISC license This …
(edit) @e7d6d0bf   10 years martin mov: Export geotag metadata fields The '?xyz' form is used by android …
(edit) @d58bcc19   10 years Carl Eugen Hoyos Allow >2G for skip_initial_bytes.
(edit) @ec98f80a   10 years michaelni x86/dsputil: move some mmx init code inside dsputil_init_mmx() This …
(edit) @0545ef71   10 years michaelni avcodec/mjpegdec: Improve intel jpeg flip heuristic Fixes Ticket3698 …
(edit) @0a2004b   10 years michaelni avcodec/aic: fix quantization table permutation Fixes Ticket3700 …
(edit) @bd650ee3   10 years michaelni avcodec/mpegaudiodec: Reset dither and mdct state This makes the mp3 …
(edit) @ccff45a0   10 years michaelni apedsp: move to llauddsp APE is not the sole codec using …
(edit) @151f88d5   10 years michaelni Merge commit 'd816e125fe1fa5c909b706d47904a4d6c1799996' * commit …
(edit) @27856b2f   10 years michaelni ffmpeg: prevent pts < dts to be passed through to the muxer on stream …
(edit) @d816e12   10 years diego dict: const correctness for av_dict_get() and av_dict_copy()
(edit) @40e938a   10 years michaelni avfilter: new multimedia filter avf_showcqt.c this filter is the same …
(edit) @da53de07   10 years michaelni tests: add adpcm trellis tests adpcm_ima_qt does not produce …
(edit) @591d9a07   10 years michaelni tests: Add ac3_fixed decoder test Signed-off-by: Timothy Gu …
(edit) @fdc6e7b9   10 years michaelni tests/swr: move the results out of the functions This prevents all …
(edit) @d37c620c   10 years michaelni avutil/ppc/intreadwrite: try to fix intreadwrite for ppc64le Untested …
(edit) @0d632b35   10 years michaelni huffyuvdec: remove superfluous check in BGR code Before: 154861 …
(edit) @6848325a   10 years michaelni huffyuvdec: remove superfluous check An invalid entry already has the …
(edit) @a3702040   10 years michaelni huffyuvdec: trick for plane decoding, 8bits 10496 -> 9105 cycles. …
(edit) @35dae622   10 years michaelni huffyuvdec: clean up macro It's no longer used inside another …
(edit) @98ff07d1   10 years michaelni avcodec/dcadec: Check dca_dmixtable index Found-by: Niels Möller …
(edit) @47313bbb   10 years michaelni avcodec/dcadec: remove fishy FFMAX() These where intended to maintain …
(edit) @6a0f9f27   10 years michaelni Merge remote-tracking branch 'cehoyos/master' * cehoyos/master: Fix …
(edit) @7738f925   10 years Carl Eugen Hoyos Fix rc_max_rate documentation. The mpegvideo decoder sets rc_max_rate …
(edit) @3c57f3ef   10 years Carl Eugen Hoyos Fix some fate filter tests with --target-path.
(edit) @0efe3be   10 years michaelni Merge commit '39ec5e1cf8444f827c42effb76e5694e091bbff3' * commit …
(edit) @d76f0c03   10 years michaelni avfilter/bufferqueue: Increase buffer queue size Avoid buffer …
(edit) @8f4b176c   10 years michaelni avcodec/dvbsubdec: add some basic av_log debuging support …
(edit) @deadcf5e   10 years michaelni huffyuvdec: implement trick for BGR Before: 179436 decicycles in rgb, …
(edit) @11b47038   10 years michaelni huffyuvdec: implement trick When the joint table does not contain a …
(edit) @39ec5e1c   10 years lu_zero avconv: Report the codec and the encoder separately Bug-Id: 694
(edit) @c7e54628   10 years michaelni Merge commit '95b7fa1729b93bbb3f4fb85a5c0cb53cf970c3c7' * commit …
(edit) @a40c338a   10 years michaelni Merge commit 'd5a55981986ac5d1a31aef3a8d16eaff8534a412' * commit …
(edit) @95b7fa17   10 years martin oggenc: Support flushing the muxer This allows the caller to write …
(edit) @d5c9d055   10 years michaelni avcodec/x86/dsputilenc_mmx: fix build without yasm Signed-off-by: …
(edit) @571ab834   10 years michaelni avformat/avidec: allow rounding errors between scale/rate and timebase …
(edit) @19c9d1e8   10 years michaelni avcodec/h264: in the absence of recovery points, be more tolerant on …
(edit) @fbaf73a3   10 years michaelni avcodec/lagarithrac: lag_get_rac: use normal division maybe 0.3% …
(edit) @d8ae0dfd   10 years michaelni avcodec/lagarithrac: increase LUT from 256 to 1024 bytes about 2 …
(edit) @4fb4bf72   10 years michaelni avcodec/lagarithrac.h/lag_get_rac: drop apparently unneeded operations
(edit) @625ffa14   10 years michaelni x86/motion_est: sad_{x, y}2_mmxext functions are bitexact Only the …
(edit) @3ab4f96a   10 years michaelni motion-test: force C functions for the reference C context It was …
(edit) @03acecae   10 years michaelni Merge remote-tracking branch 'cehoyos/master' * cehoyos/master: Fix …
(edit) @12d6ae01   10 years Carl Eugen Hoyos Fix fate-aac-ln-encode with --target-path (second try).
(edit) @108dec30   10 years michaelni x86: dsputilenc: convert hf_noise*_mmx to yasm Signed-off-by: Timothy …
(edit) @d63d964   10 years michaelni avcodec/libopenjpegenc: Add frame-threading capability This gives a …
(edit) @88f2586a   10 years lou fix various typos Signed-off-by: Lou Logan <lou@lrcd.com> …
(edit) @137c5e11   10 years michaelni ffmpeg: try to use the more fitting of the 2 encoder contexts This …
Note: See TracRevisionLog for help on using the revision log.