summaryrefslogtreecommitdiff
path: root/libavcodec
Commit message (Expand)AuthorAgeFilesLines
...
* Add missing headers to make template files compile (more) standaloneDiego Biurrun2014-03-2611-0/+32
* dsputil_template: Move bits that are used templatized into separate fileDiego Biurrun2014-03-263-28/+53
* dsputil: Move hpel_template #include out of dsputil_templateDiego Biurrun2014-03-263-4/+3
* x86: h264_qpel: Fix typo in CALL_2X_PIXELS macro invocationDiego Biurrun2014-03-261-1/+1
* avcodec: add missing includesVittorio Giovara2014-03-253-0/+7
* libx265: Only use one memcpy for headersDerek Buitenhuis2014-03-241-6/+1
* libx265: Write global extradata when requestedMichael Niedermayer2014-03-241-1/+9
* build: Add config option for CABAC codeDiego Biurrun2014-03-241-3/+3
* libavcodec: when decoding, copy replaygain side data to decoded framesAnton Khirnov2014-03-243-9/+43
* Add replaygain side data type and code for parsing replaygain tags.Anton Khirnov2014-03-242-1/+7
* lavc: give a typedeffed name to the AVPacket.side_data structAnton Khirnov2014-03-242-7/+9
* h264: Split h264 slice decoding from nal decodingLuca Barbato2014-03-235-2516/+2627
* h264: move macroblock decoding into its own fileVittorio Giovara2014-03-233-787/+823
* build: Sort h264 objectsLuca Barbato2014-03-231-4/+4
* build: h264 parser depends on full h264 decoderLuca Barbato2014-03-231-5/+1
* lavc: drop ff_pixfmt_list_420Vittorio Giovara2014-03-2310-20/+52
* lagarith: Fix typo in printf format stringDiego Biurrun2014-03-221-1/+1
* dsputil: Move thirdpel-related bits into their own contextDiego Biurrun2014-03-2210-366/+487
* x86: dsputil: Move hpeldsp-related declarations to a separate headerDiego Biurrun2014-03-226-18/+42
* ppc: dsputil: Move hpeldsp-related declarations to a separate headerDiego Biurrun2014-03-225-8/+37
* x86: dsputil: Move fpel declarations to a separate headerDiego Biurrun2014-03-229-21/+50
* dsputil: Refactor duplicated CALL_2X_PIXELS / PIXELS16 macrosDiego Biurrun2014-03-2212-43/+68
* dsputil: Move ff_zigzag_direct and ff_crop_tab declarations to mathops.hDiego Biurrun2014-03-2214-14/+21
* imgconvert: Move ff_deinterlace_line_*_mmx declarations out of dsputilDiego Biurrun2014-03-223-16/+18
* x86: dsputil: Move inline assembly macros to a separate headerDiego Biurrun2014-03-228-76/+108
* nuv: Reuse the DSPContext from RTJpegContextDiego Biurrun2014-03-223-23/+27
* avcodec: more correct printf specifiersDiego Biurrun2014-03-2226-98/+172
* vaapi: switch ff_vaapi_get_surface_id from Picture to AVFramewm42014-03-206-13/+13
* vdpau: switch ff_vdpau_get_surface_id from Picture to AVFramewm42014-03-206-13/+13
* vdpau: don't assume Picture and H264Picture are the samewm42014-03-206-16/+15
* dsputil: Use correct type in me_cmp_func function pointerDiego Biurrun2014-03-209-91/+95
* build: Group general components separate from de/encoders in arch MakefilesDiego Biurrun2014-03-204-31/+39
* dsputil: Conditionally compile dsputil code on all architecturesDiego Biurrun2014-03-202-12/+12
* dsputil: Propagate bit depth information to all (sub)init functionsDiego Biurrun2014-03-2014-85/+83
* arm: dsputil: K&R formatting cosmeticsDiego Biurrun2014-03-204-21/+29
* ppc: dsputil: Drop trailing semicolon from macrosDiego Biurrun2014-03-202-29/+29
* ppc: dsputil: Merge some declarations and initializationsDiego Biurrun2014-03-206-270/+219
* ppc: dsputil: Simplify some ifdeffed function definitionsDiego Biurrun2014-03-201-13/+5
* ppc: dsputil: Drop some unnecessary parenthesesDiego Biurrun2014-03-202-9/+9
* ppc: dsputil: more K&R formatting cosmeticsDiego Biurrun2014-03-204-416/+437
* ppc: dsputil: K&R formatting cosmeticsDiego Biurrun2014-03-203-391/+429
* ppc: dsputil: comment formatting and wording/grammar improvementsDiego Biurrun2014-03-207-199/+180
* hpeldsp_template: Merge some declarations and initializationsDiego Biurrun2014-03-201-4/+4
* hpeldsp_template: K&R formatting cosmeticsDiego Biurrun2014-03-201-213/+297
* hpel_template: Drop some unnecessary parenthesesDiego Biurrun2014-03-201-3/+3
* hpel_template: K&R formatting cosmeticsDiego Biurrun2014-03-201-72/+117
* libopenjpeg: Support rgba64 decodingVittorio Giovara2014-03-181-1/+1
* libopenjpeg: Support rgba64 encodingCarl Eugen Hoyos2014-03-181-0/+3
* libopenjpeg: K&R formatting cosmeticsVittorio Giovara2014-03-182-91/+91
* sbrdsp: move #if to disable all educational codeJanne Grunau2014-03-181-4/+8