summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* avprobe: add local per-file stateAnton Khirnov2016-02-26
* mpegvideo_enc: use avcodec_free_context() instead of av_free()Anton Khirnov2016-02-26
* avprobe: print information from the codec descriptorAnton Khirnov2016-02-26
* avprobe: remove a pointless condition and a dead branchAnton Khirnov2016-02-26
* APIchanges: add missing hashes and datesAnton Khirnov2016-02-26
* lavf: add a missing bump and APIchanges for the codecpar switchAnton Khirnov2016-02-26
* vc1dec: Check group allocations separatedlyVittorio Giovara2016-02-25
* vc1dec: Fix leak on error for array allocationsVittorio Giovara2016-02-25
* vc1dec: Properly call deinit function on errorVittorio Giovara2016-02-25
* vc1dec: Drop commented out cruftVittorio Giovara2016-02-25
* img2: Drop av_ prefix for a static functionVittorio Giovara2016-02-24
* idct: Only build prores IDCT if ProRes decoder is enabledDiego Biurrun2016-02-24
* qsvdec: store the sync point in heap memoryAnton Khirnov2016-02-24
* qsvenc: store the sync point in heap memoryMaxym Dmytrychenko2016-02-24
* vsrc_movie: convert to codecparAnton Khirnov2016-02-24
* examples/transcode_aac: convert to codecparAnton Khirnov2016-02-24
* examples/qsvdec: convert to codecparAnton Khirnov2016-02-24
* examples/output: convert to codecparAnton Khirnov2016-02-24
* avplay: convert do codecparAnton Khirnov2016-02-24
* avplay: do not use AVStream.codec for decodingAnton Khirnov2016-02-24
* avconv: convert to codecparAnton Khirnov2016-02-23
* avconv: switch opening decoders and encodersAnton Khirnov2016-02-23
* lavf: replace AVStream.codec with AVStream.codecparAnton Khirnov2016-02-23
* lavc: add a variant of av_get_audio_frame_duration working with AVCodecParame...Anton Khirnov2016-02-23
* lavc: add codec parameters APIAnton Khirnov2016-02-23
* x86: hevc: Fix linking with both yasm and optimizations disabledDiego Biurrun2016-02-23
* fate: Ignore errors from concatenating report filesDiego Biurrun2016-02-23
* fate: Be silent when fetching Git updatesDiego Biurrun2016-02-23
* mpeg12enc: always write closed gops for intra only outputsMarton Balint2016-02-22
* h264: Add an AVClass pointer to H264ContextMichael Niedermayer2016-02-22
* libx264: Fix noise_reduction option assignmentVittorio Giovara2016-02-22
* lavf: add a protocol whitelist/blacklist for file opened internallyAnton Khirnov2016-02-22
* urlprotocol: receive a list of protocols from the callerAnton Khirnov2016-02-22
* aviobuf: add a private data struct for avio_open()ed contextsAnton Khirnov2016-02-22
* protocols: make the list of protocols staticAnton Khirnov2016-02-22
* lavf: move urlcontext_child_class_next() to protocols.cAnton Khirnov2016-02-22
* lavf: move avio_enum_protocols() to protocols.cAnton Khirnov2016-02-22
* lavf: reorganize URLProtocolsAnton Khirnov2016-02-22
* hls: disallow opening nested files in child demuxersAnton Khirnov2016-02-22
* smoothstreamingenc: do not open the files as read+writeAnton Khirnov2016-02-22
* dashenc: eliminate ffurl_* usageAnton Khirnov2016-02-22
* lavf: use the io_open callbacks for files opened from open_input() as wellAnton Khirnov2016-02-22
* avprobe: do not call avio_close() on a custom contextAnton Khirnov2016-02-22
* nutenc: do not use AVCodecContext.frame_sizeAnton Khirnov2016-02-22
* matroska: Always consider S_TEXT/UTF8 as SRT when demuxingLuca Barbato2016-02-22
* fate: Be silent when switching to Git branchDiego Biurrun2016-02-20
* rtpdec: Use the right logging contextDiego Biurrun2016-02-19
* build: Disentangle VC-1 decoder and parserDiego Biurrun2016-02-19
* build: Add vc1dsp component for more fine-grained dependenciesDiego Biurrun2016-02-19
* msmpeg4data: Move WMV2 data tables to their own fileDiego Biurrun2016-02-19