summaryrefslogtreecommitdiff
path: root/libavcodec
Commit message (Expand)AuthorAge
* h264 does not depend on mpegvideo any moreVittorio Giovara2014-03-16
* mpegvideo: remove h264-only fieldsVittorio Giovara2014-03-16
* mpegvideo: move ff_draw_horiz_band() to mpegutils.cVittorio Giovara2014-03-16
* mpegvideo: move mpegvideo formats-related defines to mpegutils.hVittorio Giovara2014-03-16
* h264: Remove MotionEstContext and move the relevant fields to H264ContextVittorio Giovara2014-03-16
* h264: Replace mpegvideo-specific MAX_THREADS by private defineVittorio Giovara2014-03-16
* h264: Replace mpegvideo-specific MAX_PICTURE_COUNT by private defineVittorio Giovara2014-03-16
* h264: move relevant fields from Picture to H264PictureVittorio Giovara2014-03-16
* er: move relevant fields from Picture to ERPictureVittorio Giovara2014-03-16
* h264: directly use frames in ff_h264_draw_horiz_band()Vittorio Giovara2014-03-16
* mpegvideo: directly use frames in ff_draw_horiz_band()Vittorio Giovara2014-03-16
* codec_desc: group image codecs togetherVittorio Giovara2014-03-14
* codec_desc: add missing .long_nameVittorio Giovara2014-03-14
* codec_desc: K&R formatting cosmeticsVittorio Giovara2014-03-14
* arm: dsputil: Drop restrict keyword from add_pixels_clamped_armv6 prototypeDiego Biurrun2014-03-14
* ljpeg: fix duplicated pixel format entryVittorio Giovara2014-03-13
* bfin: Use more sensible file namesDiego Biurrun2014-03-13
* bfin: hpeldsp: Split no_rnd pixel operations off into a separate fileDiego Biurrun2014-03-13
* bfin: dsputil: Unconditionally compile hpel pixels codeDiego Biurrun2014-03-13
* bfin: hpeldsp: "nornd" ---> "no_rnd" function name suffix for consistencyDiego Biurrun2014-03-13
* bfin: Move all assembly declarations only used within one .c file thereDiego Biurrun2014-03-13
* bfin: hpeldsp: K&R formatting cosmeticsDiego Biurrun2014-03-13
* bfin: Refactor duplicated assembly-related macrosDiego Biurrun2014-03-13
* bfin: Refactor duplicated l1_text/l1_data_B macrosDiego Biurrun2014-03-13
* bfin: dsputil: K&R formatting cosmeticsDiego Biurrun2014-03-13
* bfin: dsputil: Drop broken and trivial profiling codeDiego Biurrun2014-03-13
* bfin: hpeldsp: Drop broken put_pixels_*_xy2_nornd bitsDiego Biurrun2014-03-13
* bfin: dsputil: Drop broken vsad bitsDiego Biurrun2014-03-13
* bfin: dsputil: Remove unused global variableDiego Biurrun2014-03-13
* x86: dsputil_init: Drop some unnecessary parenthesesDiego Biurrun2014-03-13
* x86: dsputil_init: K&R formatting cosmeticsDiego Biurrun2014-03-13
* x86: dsputil_x86.h: K&R formatting cosmeticsDiego Biurrun2014-03-13
* x86: motion_est: K&R formatting cosmeticsDiego Biurrun2014-03-13
* dsputilenc_mmx: K&R formatting cosmeticsDiego Biurrun2014-03-13
* dsputil_mmx: K&R formatting cosmeticsDiego Biurrun2014-03-13
* dsputilenc_mmx: Merge two assignment blocks with identical conditionsDiego Biurrun2014-03-13
* dsputil_template: K&R formatting cosmeticsDiego Biurrun2014-03-13
* rnd_avg.h: K&R formatting cosmeticsDiego Biurrun2014-03-13
* dsputil: cosmetics: Lose camelCase on ff_cropTbl and ff_squareTbl namesDiego Biurrun2014-03-13
* dsputil: Merge variable declarations and initializationsDiego Biurrun2014-03-13
* dsputil: K&R formatting cosmeticsDiego Biurrun2014-03-13
* dsputil.h: K&R formatting cosmeticsDiego Biurrun2014-03-13
* dsputil.h: Clean up commentsDiego Biurrun2014-03-13
* dsputil: Remove disabled avg_no_rnd_qpel leftoversDiego Biurrun2014-03-13
* x86: Make function prototype comments in assembly code consistentDiego Biurrun2014-03-13
* x86: h264_idct_10_bit: Use proper type in function prototype commentsDiego Biurrun2014-03-13
* Update dsputil- and SIMD-related comments to match reality more closelyDiego Biurrun2014-03-13
* arm: dsputil: Add a bunch of missing #includesDiego Biurrun2014-03-13
* x86: Add some more missing headersDiego Biurrun2014-03-13
* ppc: Add some missing headersDiego Biurrun2014-03-13