source: ffmpeg

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Graph Diff Rev Age Author Log Message
(edit) @855e3b57   11 years michaelni Merge commit '0097cbea695e534fce39958ccd103af2fbf65831' * commit …
(edit) @05c5dd40   11 years michaelni Merge commit 'ed39cda02923316b6710c1bcc34d3445370be5b4' * commit …
(edit) @03bb99ae   11 years michaelni Merge commit '0957b274e312e985d69cb490bee2a7ff820acaa6' * commit …
(edit) @0ccfcb06   11 years michaelni Merge commit 'eb800f120d2d42590fde2302fe828c847e41e773' * commit …
(edit) @6e8e9f1e   11 years michaelni Merge commit '8c02adc62d71dfbb079a04753d8c16152c49de88' * commit …
(edit) @ec1ed645   11 years michaelni avcodec/cljr: require (v)strict -1 to use width %4 != 0 Suggested-by: …
(edit) @754bf121   11 years michaelni Merge commit 'd2ef708c95ace2518deffe830a9c439aeb9edd5d' * commit …
(edit) @0097cbea   11 years anton flac muxer: accept only STREAMINFO extradata The other format (full …
(edit) @ed39cda0   11 years anton flacenc: send final extradata in packet side data
(edit) @0957b274   11 years anton lavc: add an option to enable side data-only packets during encoding …
(edit) @eb800f1   11 years anton libavcodec: set AVFrame colorspace fields on decoding Signed-off-by: …
(edit) @8c02adc6   11 years anton lavu: add all color-related enums to AVFrame Signed-off-by: Anton …
(edit) @d2ef708c   11 years anton matroskaenc: Allow VP9 and Opus in webm Bug-Id: 695 Signed-off-by: …
(edit) @181b2c37   11 years michaelni avcodec/mjpegenc: disallow encoding amv with height%16!=0 I do not …
(edit) @149be913   11 years michaelni avcodec/mjpegdec: request a AMV sample with non mod 16 height …
(edit) @e1bd40fe   11 years michaelni x86/motion_est: enable sad16_sse2 on k10 CPUs The check is meant for …
(edit) @6dc709f0   11 years michaelni avcodec/cljr: support width%4 encoding Signed-off-by: Michael …
(edit) @59a70422   11 years michaelni avcodec/cljr: remove coded_frame code Signed-off-by: Michael …
(edit) @ac1077ab   11 years michaelni lavc/dsputil: add missing vsad8 and vsse8 functions the mpeg encoder …
(edit) @28f7b81   11 years michaelni Merge remote-tracking branch 'cehoyos/master' * cehoyos/master: …
(edit) @e692c967   11 years michaelni avcodec/asvenc: fix encoding dimensions %16 != 0 Signed-off-by: …
(edit) @879aa062   11 years michaelni avutil/frame: frame_copy_video: support copying from a smaller to a …
(edit) @e868f84   11 years michaelni avcodec/snow: fix 1 pixel block sizes Signed-off-by: Michael …
(edit) @26b0d719   11 years Carl Eugen Hoyos Read mov files where the moov atom is hidden within a free atom. …
(edit) @aab2e939   11 years Carl Eugen Hoyos Fix compilation with --disable-everything --enable-demuxer=matroska. …
(edit) @e91e626   11 years Carl Eugen Hoyos lavc/jpeglsenc: Enable frame-threading.
(edit) @64afc3bb   11 years Carl Eugen Hoyos lavc/lclenc: Enable frame-threading.
(edit) @cdfe06ae   11 years Carl Eugen Hoyos lavc/ljpegenc: Enable frame-threading.
(edit) @b91bf48f   11 years Carl Eugen Hoyos lavc/tiffenc: Enable frame-threading.
(edit) @c528d833   11 years Carl Eugen Hoyos lavc/utvideoenc: Enable frame-threading.
(edit) @6e678528   11 years Carl Eugen Hoyos Use rc_max_rate in av_find_best_stream() if bitrate == 0. Fixes …
(edit) @925f7980   11 years michaelni libavformat: output cues for each subtitle block in MKV muxer …
(edit) @9c22e909   11 years michaelni Revert "avformat/movenchint: Fix movhinting with …
(edit) @8c895ae7   11 years michaelni Merge commit 'f797b134cad4d248b1c8955659997980d0668bc3' * commit …
(edit) @f797b134   11 years martin rtpenc_chain: Don't copy the time base to the source stream by default …
(edit) @4ba85600   11 years michaelni huffyuv: increase VLC_BITS to 12 May require a different tuning for …
(edit) @2e532aa8   11 years michaelni avformat/flvenc: fix assertion failure after 4h muxing Signed-off-by: …
(edit) @f128342d   11 years michaelni build: fix compilation of svq1enc_mmx.c with --disable-mmx It's …
(edit) @4ac41a52   11 years michaelni x86/huffyuvdsp: fix some prototypes Remove duplicate prototypes and …
(edit) @83b8987   11 years michaelni Merge commit 'd6d767d93e532246cacf3567e6bcad76a821f838' * commit …
(edit) @1fe40e1b   11 years michaelni avformat/movenchint: Fix movhinting with ff_rtp_chain_mux_open() from …
(edit) @69275706   11 years michaelni Merge commit 'abb810db036628e11a5171134ebe320b187ee6d6' * commit …
(edit) @d6d767d9   11 years martin ppc: Fix compilation for ppc64le (ELFv2) CC: libav-stable@libav.org
(edit) @abb810db   11 years martin Revert "rtpenc_chain: Don't copy the time_base back to the caller" …
(edit) @d136fe6f   11 years michaelni x86: huffyuvdsp: fewer functions for x86_64 When there are 2 …
(edit) @e0d07455   11 years michaelni avcodec/options: leave priv_data in avcodec_copy_context() intact …
(edit) @82efa24c   11 years michaelni avcodec/proresenc_anatoliy: simplify get() Signed-off-by: Michael …
(edit) @f6b1cd39   11 years michaelni avcodec/proresenc_anatoliy: load 4 samples at a time in get() …
(edit) @63b4d6f   11 years michaelni avcodec/proresenc_anatoliy: Use fdct from DSPContext instead of direct …
(edit) @e263af30   11 years michaelni avcodec/proresenc_anatoliy: Set bits_per_raw_sample Signed-off-by: …
(edit) @8716605a   11 years michaelni avformat/nutenc: Suggest genpts if AV_NOPTS_VALUE Signed-off-by: …
(edit) @3ea0d9c8   11 years Carl Eugen Hoyos Fix VDPAU decoders, regression since f2f99f07.
(edit) @154cee92   11 years michaelni x86: dsputilenc: convert ff_sse{8, 16}_mmx() to yasm Signed-off-by: …
(edit) @0b6292b7   11 years michaelni x86: dsputilenc: move all the function prototypes together …
(edit) @bfb48823   11 years michaelni tests: Add MPEG4 nsse test Signed-off-by: Timothy Gu …
(edit) @f743fa9c   11 years michaelni x86: huffyuvdsp: add_hfyu_left_pred_bgr32 C MMX SSE2 …
(edit) @7be79c76   11 years michaelni avcodec/huffyuvdsp: Change w to intptr in add_hfyu_median_pred() and …
(edit) @884078d2   11 years michaelni x86: huffyuvdsp: add SSE2 median prediction From 5010c to 4566 on …
(edit) @b3dfebd6   11 years michaelni avformat/matroskadec: fix off by 1 error in matroska_read_seek() …
(edit) @8bfb4d72   11 years michaelni avcodec/indeo4: Decode both parts of IP frames Fixes part of …
(edit) @d24673a2   11 years michaelni avcodec/indeo4: Move frametypes into common header. Signed-off-by: …
(edit) @ca2ec98c   11 years Carl Eugen Hoyos Do not overwrite the sample format with AV_SAMPLE_FMT_NONE in …
(edit) @1acb5ca0   11 years Carl Eugen Hoyos Improve frame size calculation in caf muxer to fix adpcm_ms remuxing. …
(edit) @772d46d3   11 years michaelni avcodec/qpeldsp: Restore author attribution See: …
(edit) @8c891d90   11 years michaelni avcodec/x86/qpeldsp_init: Restore author attribution See: …
(edit) @b15a3cc5   11 years michaelni qpel_template: Restore author attribution See: …
(edit) @98a6806f   11 years michaelni Merge commit '368f50359eb328b0b9d67451f56fda20b3255f9a' * commit …
(edit) @d35899cc   11 years michaelni Merge commit 'cb52a17cb62297802b0a77e5af9850d87c3f925b' * commit …
(edit) @40f3a87c   11 years michaelni Merge commit '054013a0fc6f2b52c60cee3e051be8cc7f82cef3' * commit …
(edit) @5c6e94c4   11 years michaelni Merge commit '256da0770e495176d1b2699ec6e9c7993c2a6d7b' * commit …
(edit) @a9a312d2   11 years michaelni Merge commit '3832a6590156e6abc575bed51cbffa78617ee5fd' * commit …
(edit) @c814a6c7   11 years michaelni avcodec/x86/svq1enc_mmx: Add author attribution See: …
(edit) @ea0931fb   11 years michaelni Merge commit '65d5d5865845f057cc6530a8d0f34db952d9009c' * commit …
(edit) @cb8763bd   11 years michaelni Merge commit '2ea2612df508abdd1f97c6a6ef56275a52c5c41e' * commit …
(edit) @b3f46150   11 years michaelni ffmpeg: fix check for muxing overhead being unknown Signed-off-by: …
(edit) @02a3e327   11 years michaelni x86/dsputilenc: add missing guards to ff_pix_sum16_xop XOP support …
(edit) @99a319c4   11 years michaelni x86: huffyuvdsp: port add_bytes to yasm C MMX SSE2 …
(edit) @22670039   11 years michaelni x86: hpeldsp: better factorization Signed-off-by: Michael Niedermayer …
(edit) @bf7e9cc8   11 years michaelni tests: allow passing dimensions to videogen Signed-off-by: Michael …
(edit) @7b4c4605   11 years michaelni rename add_hfyu_left_prediction_int16 to add_hfyu_left_pred_int16 …
(edit) @550ae6c0   11 years michaelni rename add_hfyu_median_prediction_int16 to add_hfyu_median_pred_int16 …
(edit) @40a4ab8b   11 years michaelni rename sub_hfyu_median_prediction_int16 to sub_hfyu_median_pred_int16 …
(edit) @05de4d30   11 years michaelni x86/dsputilenc: implement XOP version of pix_sum16 SSE2: 137 cycles …
(edit) @232959f1   11 years michaelni Merge commit '08cd92144e73195eecc28ed0348e66e255516b82' * commit …
(edit) @fba0ac28   11 years michaelni avcodec/dpx_parser: Allow frame size to be too small Fixes Ticket3402 …
(edit) @8df5d9aa   11 years michaelni avcodec/dpx_parser: fix flushing end out Signed-off-by: Michael …
(edit) @f518fb33   11 years michaelni avcodec/dpx_parser: reset index when finding a startcode, not after …
(edit) @368f5035   11 years diego dsputil: Split off quarterpel bits into their own context
(edit) @cb52a17c   11 years diego dsputil: Move Bink-specific add_pixels8 to binkdsp
(edit) @054013a0   11 years diego dsputil: Move APE-specific bits into apedsp
(edit) @256da077   11 years diego dsputil: Move mspel_pixels_tab to the only place it is used
(edit) @3832a659   11 years diego dsputil: Move ff_alternate_*_scan tables to mpegvideo
(edit) @65d5d586   11 years diego dsputil: Move SVQ1 encoding specific bits into svq1enc
(edit) @2ea2612d   11 years diego svq1enc: Rename SVQ1Context to SVQ1EncContext This allows making it …
(edit) @25e6310a   11 years michaelni huffyuv: change left prediction access in BGRA Signed-off-by: Michael …
(edit) @c609f803   11 years michaelni huffyuv: avoid duplicated defines Move the defines to the dsp header. …
(edit) @08cd9214   11 years martin aarch64: Use the correct syntax for relocations This fixes building …
(edit) @4991eacc   11 years michaelni Merge commit '962d63157322466a9a82f9f9d84c1b6f1b582f65' * commit …
(edit) @e46cc1da   11 years michaelni Merge commit '43e7f0797f9f821a3866a20f05e512e13c82076a' * commit …
(edit) @a72df4da   11 years michaelni Merge commit 'cf6977712c9e5abe6dc55289f6322ccbf10321a9' * commit …
Note: See TracRevisionLog for help on using the revision log.