63752 Commits (a40c338a00a4e1c7f2cce189db0f406f85d5792a)
 

Author SHA1 Message Date
Anton Khirnov ed39cda029 flacenc: send final extradata in packet side data 11 years ago
Anton Khirnov 0957b274e3 lavc: add an option to enable side data-only packets during encoding 11 years ago
wm4 eb800f120d libavcodec: set AVFrame colorspace fields on decoding 11 years ago
wm4 8c02adc62d lavu: add all color-related enums to AVFrame 11 years ago
Tudor Suciu d2ef708c95 matroskaenc: Allow VP9 and Opus in webm 11 years ago
Michael Niedermayer 181b2c3724 avcodec/mjpegenc: disallow encoding amv with height%16!=0 11 years ago
Michael Niedermayer 149be91374 avcodec/mjpegdec: request a AMV sample with non mod 16 height 11 years ago
James Almer e1bd40fe6b x86/motion_est: enable sad16_sse2 on k10 CPUs 11 years ago
Michael Niedermayer 6dc709f0f5 avcodec/cljr: support width%4 encoding 11 years ago
Michael Niedermayer 59a70422b1 avcodec/cljr: remove coded_frame code 11 years ago
James Almer ac1077ab50 lavc/dsputil: add missing vsad8 and vsse8 functions 11 years ago
Michael Niedermayer 28f7b81f9b Merge remote-tracking branch 'cehoyos/master' 11 years ago
Michael Niedermayer e692c9672b avcodec/asvenc: fix encoding dimensions %16 != 0 11 years ago
Michael Niedermayer 879aa062f9 avutil/frame: frame_copy_video: support copying from a smaller to a larger frame 11 years ago
Michael Niedermayer e868f84e83 avcodec/snow: fix 1 pixel block sizes 11 years ago
Carl Eugen Hoyos 26b0d7198e Read mov files where the moov atom is hidden within a free atom. 11 years ago
Carl Eugen Hoyos aab2e939a9 Fix compilation with --disable-everything --enable-demuxer=matroska. 11 years ago
Carl Eugen Hoyos e91e626182 lavc/jpeglsenc: Enable frame-threading. 11 years ago
Carl Eugen Hoyos 64afc3bb93 lavc/lclenc: Enable frame-threading. 11 years ago
Carl Eugen Hoyos cdfe06aeb2 lavc/ljpegenc: Enable frame-threading. 11 years ago
Carl Eugen Hoyos b91bf48f00 lavc/tiffenc: Enable frame-threading. 11 years ago
Carl Eugen Hoyos c528d833a9 lavc/utvideoenc: Enable frame-threading. 11 years ago
Carl Eugen Hoyos 6e67852881 Use rc_max_rate in av_find_best_stream() if bitrate == 0. 11 years ago
John Peebles 925f7980eb libavformat: output cues for each subtitle block in MKV muxer 11 years ago
Michael Niedermayer 9c22e909ed Revert "avformat/movenchint: Fix movhinting with ff_rtp_chain_mux_open() from abb810db036628e11a5171134ebe320b187ee6d6" 11 years ago
Michael Niedermayer 8c895ae73f Merge commit 'f797b134cad4d248b1c8955659997980d0668bc3' 11 years ago
Martin Storsjö f797b134ca rtpenc_chain: Don't copy the time base to the source stream by default 11 years ago
Christophe Gisquet 4ba8560077 huffyuv: increase VLC_BITS to 12 11 years ago
Michael Niedermayer 2e532aa82d avformat/flvenc: fix assertion failure after 4h muxing 11 years ago
James Almer f128342df2 build: fix compilation of svq1enc_mmx.c with --disable-mmx 11 years ago
James Almer 4ac41a52e2 x86/huffyuvdsp: fix some prototypes 11 years ago
Michael Niedermayer 83b8987df7 Merge commit 'd6d767d93e532246cacf3567e6bcad76a821f838' 11 years ago
Michael Niedermayer 1fe40e1b05 avformat/movenchint: Fix movhinting with ff_rtp_chain_mux_open() from abb810db03 11 years ago
Michael Niedermayer 692757062a Merge commit 'abb810db036628e11a5171134ebe320b187ee6d6' 11 years ago
Thierry Fauck d6d767d93e ppc: Fix compilation for ppc64le (ELFv2) 11 years ago
Martin Storsjö abb810db03 Revert "rtpenc_chain: Don't copy the time_base back to the caller" 11 years ago
Christophe Gisquet d136fe6fd7 x86: huffyuvdsp: fewer functions for x86_64 11 years ago
Michael Niedermayer e0d0745560 avcodec/options: leave priv_data in avcodec_copy_context() intact 11 years ago
Michael Niedermayer 82efa24c51 avcodec/proresenc_anatoliy: simplify get() 11 years ago
Michael Niedermayer f6b1cd3936 avcodec/proresenc_anatoliy: load 4 samples at a time in get() 11 years ago
Michael Niedermayer 63b4d6feb8 avcodec/proresenc_anatoliy: Use fdct from DSPContext instead of direct call. 11 years ago
Michael Niedermayer e263af3024 avcodec/proresenc_anatoliy: Set bits_per_raw_sample 11 years ago
Michael Niedermayer 8716605a26 avformat/nutenc: Suggest genpts if AV_NOPTS_VALUE 11 years ago
Carl Eugen Hoyos 3ea0d9c8a5 Fix VDPAU decoders, regression since f2f99f07. 11 years ago
Timothy Gu 154cee9292 x86: dsputilenc: convert ff_sse{8, 16}_mmx() to yasm 11 years ago
Timothy Gu 0b6292b7b8 x86: dsputilenc: move all the function prototypes together 11 years ago
Timothy Gu bfb4882345 tests: Add MPEG4 nsse test 11 years ago
Christophe Gisquet f743fa9c7f x86: huffyuvdsp: add_hfyu_left_pred_bgr32 11 years ago
Michael Niedermayer 7be79c76d3 avcodec/huffyuvdsp: Change w to intptr in add_hfyu_median_pred() and add_hfyu_left_pred() 11 years ago
Christophe Gisquet 884078d2df x86: huffyuvdsp: add SSE2 median prediction 11 years ago