summaryrefslogtreecommitdiff
path: root/libavcodec
Commit message (Expand)AuthorAge
* Check if an mp3 header is using a reserved sample rate.Justin Ruggles2014-06-22
* libx264: Correctly manage constant rate factor paramsLuca Barbato2014-06-22
* ape: Replace memset(0) by zero initializationDiego Biurrun2014-06-22
* mpeg: Mark ff_mpeg_set_erpic() staticDiego Biurrun2014-06-22
* build: Have the eatqi decoder depend on the MPEG-1 decoderDiego Biurrun2014-06-22
* build: Add missing object files for Matroska demuxerDiego Biurrun2014-06-22
* dsputil: Split audio operations off into a separate contextDiego Biurrun2014-06-22
* h264: fix build when error resilience is disabledVittorio Giovara2014-06-20
* Add av_image_check_sar() and use it to validate SARJustin Ruggles2014-06-20
* dv: cosmetics, reindentAnton Khirnov2014-06-20
* dv: get rid of global non-const tablesAnton Khirnov2014-06-20
* dvenc: initialize the profile only once, at initAnton Khirnov2014-06-20
* lavc: add a convenience function for rescaling timestamps in a packetAnton Khirnov2014-06-20
* i263: skip dummy framesDirk Ausserhaus2014-06-19
* dsputil: Split clear_block*/fill_block* off into a separate contextDiego Biurrun2014-06-18
* hevc: Mark num_bins_in_se as unusedLuca Barbato2014-06-18
* dcadec: replace ldexpf with a multiplication by a constantNiels Möller2014-06-18
* vp9 encoder: use a decent default speed settingRafaël Carré2014-06-17
* tiffenc: fix packet size calculationTristan Matthews2014-06-17
* jpeg2000: Mark static data init functions as av_coldDiego Biurrun2014-06-17
* ac3: Only initialize float_dsp for the float encoder variantDiego Biurrun2014-06-13
* Rename tpel_template.c ---> pel_template.cDiego Biurrun2014-06-13
* libx265: Remove unneeded bit depth checkDerek Buitenhuis2014-06-12
* libx265: Add 4:2:2 supportDerek Buitenhuis2014-06-12
* libx265: Actually use X265_API_IMPORTSDerek Buitenhuis2014-06-12
* Remove some unnecessary CONFIG_FOO_COMPONENT ifdefsDiego Biurrun2014-06-12
* libx264: Support bitrate reconfigurationLuca Barbato2014-06-11
* h263enc: keep block_last_index always valid during advanced intra codingJanne Grunau2014-06-11
* mpegvideo: synchronize AVFrame pointers in ERContext fullyJanne Grunau2014-06-11
* mpegvideoenc: check color_rangeVittorio Giovara2014-06-10
* ppc: Consistently use convenience macro for runtime CPU detectionDiego Biurrun2014-06-10
* ppc: Fix runtime CPU detection for apedsp, huffyuvdsp, svq1encDiego Biurrun2014-06-10
* x86: h264: Don't keep data in the redzone across function calls on 64 bit unixMartin Storsjö2014-06-10
* adpcm: Write the proper predictor in trellis mode in IMA QTMartin Storsjö2014-06-10
* adpcm: Avoid reading out of bounds in the IMA QT trellis encoderMartin Storsjö2014-06-06
* avcodec options: add enum option for color_rangeMarc-Antoine Arnaud2014-06-06
* avcodec options: add enum option for colorspaceMarc-Antoine Arnaud2014-06-06
* avcodec options: add enum option for color_trcMarc-Antoine Arnaud2014-06-06
* avcodec options: add enum option for color_primariesMarc-Antoine Arnaud2014-06-06
* mpeg2: add sequence display extension informationMarc-Antoine Arnaud2014-06-06
* libfdk-aac: Relicense the library wrappers to the ISC licenseMartin Storsjö2014-06-06
* arm: check if AS supports .dnJanne Grunau2014-06-03
* Remove all Blackfin architecture optimizationsDiego Biurrun2014-06-02
* bink: Rename BinkDSPContext member so as not to clash with BlockDSPContextDiego Biurrun2014-06-02
* Decode both parts of Indeo4 IP framesDirk Ausserhaus2014-06-01
* Move Indeo4 frametypes into common header.Dirk Ausserhaus2014-06-01
* flacenc: send final extradata in packet side dataAnton Khirnov2014-06-01
* lavc: add an option to enable side data-only packets during encodingAnton Khirnov2014-06-01
* libavcodec: set AVFrame colorspace fields on decodingwm42014-06-01
* lavu: add all color-related enums to AVFramewm42014-06-01