aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* dsputil: Move draw_edges and clear_block* out of dsputil_templateDiego Biurrun2014-03-262-40/+38
* dsputil: Move RV40-specific bits into rv40dspDiego Biurrun2014-03-264-85/+85
* hpeldsp_template: Detemplatize the codeDiego Biurrun2014-03-262-112/+104
* dsputil_template: Detemplatize the codeDiego Biurrun2014-03-262-127/+114
* Add missing headers to make template files compile (more) standaloneDiego Biurrun2014-03-2615-0/+50
* 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
* avconv: More descriptive message about framedropVittorio Giovara2014-03-251-1/+3
* vf_transpose: K&R formatting cosmeticsVittorio Giovara2014-03-251-33/+35
* 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-242-5/+6
* avconv: don't warn on multiple frames per packet for codecs that expect itAnton Khirnov2014-03-241-1/+2
* avconv: print verbose per-stream transcoding statisticsAnton Khirnov2014-03-242-4/+104
* avconv: split printing the final statistics into a separate functionAnton Khirnov2014-03-241-30/+36
* avconv: rewrite output data size trackingAnton Khirnov2014-03-242-23/+27
* avconv: explicitly report when the muxing overhead is unknownAnton Khirnov2014-03-241-3/+7
* avconv: remove unused nb_frames_dupAnton Khirnov2014-03-241-4/+3
* {v,a}f_showinfo: print frame side dataAnton Khirnov2014-03-242-0/+165
* mp3dec: export replaygain tags from ID3v2Anton Khirnov2014-03-243-1/+9
* af_volume: support using replaygain frame side dataAnton Khirnov2014-03-243-0/+64
* frame: add a function for removing side data from a frameAnton Khirnov2014-03-244-1/+27
* avconv: add stream-global side data to the first demuxed packetAnton Khirnov2014-03-242-0/+20
* 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-249-2/+256
* lavf: add an AVStream field for exporting stream-global side dataAnton Khirnov2014-03-244-2/+34
* lavc: give a typedeffed name to the AVPacket.side_data structAnton Khirnov2014-03-243-7/+13
* configure: Remove dcbzl check for e500v1 and e500v2 architecturesPeter Krefting2014-03-241-0/+2
* mpeg: K&R formatting cosmeticsTanja Batchelor2014-03-241-141/+169
* 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-232-6/+2
* RELEASE_NOTES: mention new filtersVittorio Giovara2014-03-231-3/+6
* lavc: drop ff_pixfmt_list_420Vittorio Giovara2014-03-2310-20/+52
* changelog: switch libx265 and compand entriesVittorio Giovara2014-03-231-2/+2
* configure: Always use -DOPJ_STATIC when checking for openjpegLuca Barbato2014-03-231-2/+2
* movenc: Allow override of major brand in ftyp atomJohn Stebbins2014-03-232-1/+6
* lagarith: Fix typo in printf format stringDiego Biurrun2014-03-221-1/+1
* dsputil: Move thirdpel-related bits into their own contextDiego Biurrun2014-03-2212-370/+489
* 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