summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
...
* | ffmpeg_opt: add missing space in error messageMichael Niedermayer2015-05-21
* | Merge remote-tracking branch 'cehoyos/master'Michael Niedermayer2015-05-21
|\ \
| * | lavc/qdrw: Do not fail decoding valid Quickdraw images.Carl Eugen Hoyos2015-05-21
| * | lavf/mov: Use AVCOL_SPC constants when checking color_space.Carl Eugen Hoyos2015-05-21
| * | lavf/mov: Write colour matrix "6" for color_space bt470bg.Carl Eugen Hoyos2015-05-21
| * | lavf/mkv: Only skip prores header if the packet is large enough.Carl Eugen Hoyos2015-05-21
* | | ffmpeg_opt: fix the error message log level for the unsupported stream typesMichael Niedermayer2015-05-21
* | | ffmpeg_opt: Give the user a hint on how to ignore unsupported streamsMichael Niedermayer2015-05-21
* | | libvpx: add support for yuv440p and yuv440p10/12 encodingJames Almer2015-05-20
* | | ffmpeg: support ignoring unsupported mapped streamsRodger Combs2015-05-21
|/ /
* | Merge commit '3efe0393e4f0eaa27bac8833edbd7d3cff4704e1'Michael Niedermayer2015-05-20
|\|
| * hevc: make avcodec_decode_video2() fail if get_format() failswm42015-05-19
* | nutdec: abort if EOF is reached in decode_info_header/read_sm_dataAndreas Cadhalpun2015-05-20
* | avcodec/vmnc: Add back adapted comment about 24bitVittorio Giovara2015-05-20
* | Merge commit '7046bd9bc9ce04521edf453c9b603d84d69c7512'Michael Niedermayer2015-05-20
|\|
| * lavfi: Move avcodec header to the only filter needing itVittorio Giovara2015-05-19
* | nutdec: stop skipping bytes at EOFAndreas Cadhalpun2015-05-20
* | nutdec: fix infinite resync loopsAndreas Cadhalpun2015-05-20
* | avcodec/vmnc: Simplify "24bit" supportMichael Niedermayer2015-05-20
* | Merge commit 'eafbc6716cede6d4a652f8bedf82f2901c68d06d'Michael Niedermayer2015-05-20
|\|
| * vmnc: Delay pixel size checkVittorio Giovara2015-05-19
* | avcodec/hevc: Remove unused variableMichael Niedermayer2015-05-20
* | configure: add cpuflags for loongson3 series cpu周晓勇2015-05-20
* | avformat/nutdec: Fix recovery when immedeately after seeking a failure happensMichael Niedermayer2015-05-20
* | avformat/nutdec: Return error on EOF from get_str()Michael Niedermayer2015-05-20
* | fate: Add fate-mathops testMichael Niedermayer2015-05-20
* | avcodec: add mathops testMichael Niedermayer2015-05-20
* | lavc/vmnc: Fix 32bit colour-space, there is no transparency.Carl Eugen Hoyos2015-05-20
* | configure: disable mipsfpu for loongson3周晓勇2015-05-20
* | doc/encoders: add flacMichael Niedermayer2015-05-20
* | Fix movtext crashes caused due to lack of proper bounds checkingNiklesh2015-05-19
* | avcodec/flacenc: Support Multi dimensional quantizationMichael Niedermayer2015-05-20
* | avcodec/flacenc: Mark pointers/array arguments const which are not changedMichael Niedermayer2015-05-19
* | avcodec/flacenc: Simplify md5 calculation code by using AV_WL24()Michael Niedermayer2015-05-19
* | avutil/pixfmt: Improve ascii art showing the meaning of the AVChromaLocation ...Michael Niedermayer2015-05-19
* | avcodec/flacenc: Move udata and sums to FlacSubframeMichael Niedermayer2015-05-19
* | fate: Add test for -exact_rice_parameters 1Michael Niedermayer2015-05-19
* | avcodec/flacenc: Support calculating rice parameters exactlyMichael Niedermayer2015-05-19
* | avcodec/flacenc: Do not copy unused udata array -> 5x faster calc_rice_params()Michael Niedermayer2015-05-19
* | avcodec/golomb: Remove disabled and broken codeMichael Niedermayer2015-05-19
* | avcodec/mss2: use < 0 instead of != 0 to check for error of vlc initializationMichael Niedermayer2015-05-19
* | ffmpeg_opt: Compensate for DTS/PTS difference in seeking when its based on DTSMichael Niedermayer2015-05-18
* | libavcodec/x265: detect csps in libx265_encode_init_csp()Steve Borho2015-05-18
* | avcodec/snow_dwt: Remove ff_ prefix from ff_spatial_idwt_init() and ff_spatia...Michael Niedermayer2015-05-18
* | avcodec/hevc_cabac: Rename ff_hevc_transform_skip_flag_decode() to hevc_trans...Michael Niedermayer2015-05-18
* | avfilter/avfiltergraph: Rename ff_avfilter_graph_config_pointers to graph_con...Michael Niedermayer2015-05-18
* | avformat/mxfenc: Set horizontal chroma subsample value from pixel format if a...Michael Niedermayer2015-05-18
* | avformat/mxfenc: Set the component depth from the pixel format if availableMichael Niedermayer2015-05-18
* | Merge remote-tracking branch 'rbultje/vp9-bugfixes'Michael Niedermayer2015-05-18
|\ \
| * | vp9: match another find_ref_mvs() bug in libvpx.Ronald S. Bultje2015-05-16