28219 Commits (4c0f36412abca964efe675599054a0cdd84fce29)

Author SHA1 Message Date
Diego Biurrun d0aabeab23 x86: h264_qpel: Fix typo in CALL_2X_PIXELS macro invocation 11 years ago
Michael Niedermayer c05065aac0 avcodec/h261: move b_stride/b_xy under the if() where they are used 11 years ago
Michael Niedermayer 6795dcfa65 avcodec/hevc: Export picture type 11 years ago
Michael Niedermayer 4090d5baa8 avcodec/h261dec: fix motion vector vissualization 11 years ago
Peter Ross a490970af2 libavcodec/*/vp8dsp_init: indent 11 years ago
Peter Ross 89f2f5dbd7 On2 VP7 decoder 11 years ago
Peter Ross 7d4c0220f1 avcodec/vp8: vp8_find_free_buffer 11 years ago
Vittorio Giovara dc0c70e018 avcodec: add missing includes 11 years ago
Michael Niedermayer a81ee2651f avcodec/svq1enc: fix undefined pointer operation 11 years ago
Michael Niedermayer c25d2cd20b avcodec/x86/mpegvideoenc_template: fix integer overflow 11 years ago
Michael Niedermayer bce2abc936 avcodec/h264: use ff_h264_set_erpic() instead of memset 11 years ago
Derek Buitenhuis ecb5b9c098 libx265: Only use one memcpy for headers 11 years ago
Derek Buitenhuis 206d5330f6 libx265: Simple cosmetic fix 11 years ago
Derek Buitenhuis 21a561176e libx265: Only use one memcpy for headers 11 years ago
Michael Niedermayer 60728e8bab libx265: Write global extradata when requested 11 years ago
Diego Biurrun 8ef33497a6 build: Add config option for CABAC code 11 years ago
Anton Khirnov 4a0f665143 libavcodec: when decoding, copy replaygain side data to decoded frames 11 years ago
Anton Khirnov 5a7e35dd23 Add replaygain side data type and code for parsing replaygain tags. 11 years ago
Anton Khirnov 0e2c3ee9a3 lavc: give a typedeffed name to the AVPacket.side_data struct 11 years ago
Luca Barbato f51d0f39c0 h264: Split h264 slice decoding from nal decoding 11 years ago
Vittorio Giovara e9a77f4bc0 h264: move macroblock decoding into its own file 11 years ago
Luca Barbato ede2b451cc build: Sort h264 objects 11 years ago
Luca Barbato fb7127b2c8 build: h264 parser depends on full h264 decoder 11 years ago
Michael Niedermayer c8246d3766 avcodec/x86/h264_qpel: Fix typo introduced by 322a1dda97 11 years ago
Michael Niedermayer 82a90e7764 Move avpriv_find_pix_fmt() to utils.c 11 years ago
Vittorio Giovara 6f6c029464 lavc: drop ff_pixfmt_list_420 11 years ago
Michael Niedermayer fc567ac49e avcodec: Add padding after the remaining AVFrames 11 years ago
Diego Biurrun 4f4840377f lagarith: Fix typo in printf format string 11 years ago
Michael Niedermayer ae4b11df0d avcodec/snowenc: make snow non experimental 11 years ago
Diego Biurrun 57f09608e1 dsputil: Move thirdpel-related bits into their own context 11 years ago
Diego Biurrun 82dd1026cf x86: dsputil: Move hpeldsp-related declarations to a separate header 11 years ago
Diego Biurrun ae116cd3ed ppc: dsputil: Move hpeldsp-related declarations to a separate header 11 years ago
Diego Biurrun 6655c933a8 x86: dsputil: Move fpel declarations to a separate header 11 years ago
Diego Biurrun 322a1dda97 dsputil: Refactor duplicated CALL_2X_PIXELS / PIXELS16 macros 11 years ago
Diego Biurrun f9279ee749 dsputil: Move ff_zigzag_direct and ff_crop_tab declarations to mathops.h 11 years ago
Diego Biurrun 600b854ad8 imgconvert: Move ff_deinterlace_line_*_mmx declarations out of dsputil 11 years ago
Diego Biurrun 1a8d0cf77e x86: dsputil: Move inline assembly macros to a separate header 11 years ago
Diego Biurrun 1df0b06162 nuv: Reuse the DSPContext from RTJpegContext 11 years ago
Diego Biurrun cc8163e1a3 avcodec: more correct printf specifiers 11 years ago
Matt Oliver cd5cf395f6 Additional icl inline asm fix. 11 years ago
James Darnley f02832904d lavc/libx264: add a warning when using qscale 11 years ago
Michael Niedermayer 87ecefdab0 elbg: change utility_inc to 64bit 11 years ago
Michael Niedermayer 1b4f2fb165 avcodec/snowdec: also print qbias and mvscale in debug output 11 years ago
Michael Niedermayer 2fb388fc9d avcodec/snowdec: forward error codes 11 years ago
Michael Niedermayer 296aa4ac01 avcodec/snowdec: return more specific error codes 11 years ago
Michael Niedermayer 8a5ea5b9ef avcodec/snowenc: simplify spatial_decomposition_count seting code 11 years ago
Michael Niedermayer 2fd14f062c avcodec/snowenc: allow larger mb variances 11 years ago
Michael Niedermayer b4356c9cc2 avcodec/ratecontrol: make (mc_)mb_var_sum(_last) 64bit 11 years ago
Michael Niedermayer e92a78a409 avcodec/mpegvideo: make mc_mb_var_sum / mb_var_sum 64bit 11 years ago
Michael Niedermayer c3272674c9 avcodec/mpegvideo: make mc_mb_var_sum_temp / mb_var_sum_temp 64bit 11 years ago