summaryrefslogtreecommitdiff
path: root/libavcodec
Commit message (Expand)AuthorAge
* lavc: handle hw_frames_ctx where necessaryAndrey Turkin2016-05-25
* jpeg2000: Fix profile define valuesFrancois Cartegnie2016-05-24
* lavc: document that avcodec_close() should not be usedAnton Khirnov2016-05-23
* lavc: deprecate avcodec_get_context_defaults3()Anton Khirnov2016-05-23
* lavc: deprecate avcodec_copy_context()Anton Khirnov2016-05-23
* mp3: Make the extrasize explicitLuca Barbato2016-05-22
* get_bits: Drop some TRACE-level debug codeDiego Biurrun2016-05-22
* nvenc: allow setting the number of slicesAnton Khirnov2016-05-19
* nvenc: De-compensate aspect ratio compensation of DVD-like content.Philip Langdale2016-05-19
* nvenc: list the major contributors in the copyright headerAnton Khirnov2016-05-19
* nvenc: drop the hard dependency on CUDAAnton Khirnov2016-05-19
* nvenc: only support HW frames when CUDA is enabledAnton Khirnov2016-05-19
* nvenc: write the VUI signal properties for HEVCAnton Khirnov2016-05-19
* nvenc: only write the VUI signal type fields if they are setAnton Khirnov2016-05-19
* nvenc: Generate bufferingPeriod/pictureTiming SEITimo Rothenpieler2016-05-19
* nvenc: Delay frame output to increase encoding speedTimo Rothenpieler2016-05-19
* nvenc: add support for lossless encodingAnton Khirnov2016-05-19
* nvenc: Generate AUD NAL units for better compatiblityTimo Rothenpieler2016-05-19
* nvenc: fix the rc option definitionsAnton Khirnov2016-05-19
* mjpegdec: Properly fail on malloc failureDerek Buitenhuis2016-05-19
* lavc: revert the Makefile part of 330177bAnton Khirnov2016-05-19
* Move VLC and RL_VLC_ELEM structure definitions to a separate headerAlexandra Hájková2016-05-17
* mpeg4videodec: Call av_log() in check_marker() with AVCodecContext instead of...Alexandra Hájková2016-05-16
* Move check_marker() from get_bits to mpeg4videodecAlexandra Hájková2016-05-16
* lavc: mark the old audio/video encoding API as deprecatedAnton Khirnov2016-05-16
* avpacket: fix setting AVPacket.data in av_packet_ref()Anton Khirnov2016-05-16
* lavc: make avcodec_open2() fail when the timebase is not set for encodingAnton Khirnov2016-05-16
* tests: Move all test programs to a subdirectoryDiego Biurrun2016-05-13
* Split global .gitignore file into per-directory filesDiego Biurrun2016-05-13
* Add some more deprecation guardsDiego Biurrun2016-05-11
* Reduce the scope of some variablesDiego Biurrun2016-05-11
* pgssub: Fix subpicture colorspace and rangeJan Ekström2016-05-10
* simple_idct_template: Fix strict aliasing violationMichael Niedermayer2016-05-10
* Mark read-only tables as staticDiego Biurrun2016-05-05
* cosmetics: Fix spelling mistakesVittorio Giovara2016-05-04
* Remove unnecessary get_bits.h #includes and add missing headers where needed.Alexandra Hájková2016-05-04
* h264: Drop broken trace debug outputDiego Biurrun2016-05-03
* vaapi: Drop pointless debug outputDiego Biurrun2016-05-03
* libopencore-amr: Fix ff_dlog()/av_log() invocationsDiego Biurrun2016-05-03
* Drop pointless assert.h #includesDiego Biurrun2016-05-03
* mmaldec: limit internal bufferingwm42016-04-30
* mmaldec: print the MMAL format FourCC automaticallywm42016-04-30
* mmaldec: send only a single EOS packet on flushingwm42016-04-30
* mmaldec: correct package buffering accountingwm42016-04-30
* mmaldec: add vc1 decoding supportwm42016-04-30
* mmaldec: Add mpeg2 decoding supportJulian Scheel2016-04-30
* mmaldec: Fix avpriv_atomic_get usageJulian Scheel2016-04-30
* mmaldec: Use av_assert0() instead of assert()Michael Niedermayer2016-04-30
* dds: Add support for monochrome imagesVittorio Giovara2016-04-26
* dds: Drop gray-alpha swappingVittorio Giovara2016-04-26