summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* fate: Add test for indeo2 with delta framesVittorio Giovara2016-03-013-3/+124
* indeo2: Fix banding artefactsLuca Barbato2016-03-012-39/+138
* indeo2data: K&R formatting cosmeticsLuca Barbato2016-03-011-104/+104
* fft: Split MDCT bits off from FFTDiego Biurrun2016-03-0120-243/+463
* sdp: fix opus sprop-stereo fmtp syntaxMark Harris2016-03-011-1/+1
* fate: fft: Split DCT/FFT/MDCT/RDFT tests into separate targetsDiego Biurrun2016-02-261-14/+29
* rdft: arm: Split RDFT initialization into a separate fileDiego Biurrun2016-02-263-13/+34
* fft: arm: Drop unnecessary #include, add missing onesDiego Biurrun2016-02-263-1/+8
* fft: x86: cosmetics: Drop silly comments, add comment, whitespaceDiego Biurrun2016-02-261-5/+6
* qsv: Move down the implementation queryLuca Barbato2016-02-261-16/+16
* avpacket: properly reset data/size in av_packet_move_ref()Anton Khirnov2016-02-261-0/+2
* avprobe: switch to codecparAnton Khirnov2016-02-261-42/+65
* avprobe: add local per-stream stateAnton Khirnov2016-02-261-0/+20
* avprobe: add local per-file stateAnton Khirnov2016-02-261-15/+23
* mpegvideo_enc: use avcodec_free_context() instead of av_free()Anton Khirnov2016-02-261-2/+1
* avprobe: print information from the codec descriptorAnton Khirnov2016-02-261-5/+7
* avprobe: remove a pointless condition and a dead branchAnton Khirnov2016-02-261-66/+63
* APIchanges: add missing hashes and datesAnton Khirnov2016-02-261-37/+35
* lavf: add a missing bump and APIchanges for the codecpar switchAnton Khirnov2016-02-262-1/+4
* vc1dec: Check group allocations separatedlyVittorio Giovara2016-02-251-6/+19
* vc1dec: Fix leak on error for array allocationsVittorio Giovara2016-02-251-2/+5
* vc1dec: Properly call deinit function on errorVittorio Giovara2016-02-251-11/+5
* vc1dec: Drop commented out cruftVittorio Giovara2016-02-251-8/+0
* img2: Drop av_ prefix for a static functionVittorio Giovara2016-02-241-2/+2
* idct: Only build prores IDCT if ProRes decoder is enabledDiego Biurrun2016-02-241-0/+2
* qsvdec: store the sync point in heap memoryAnton Khirnov2016-02-241-6/+28
* qsvenc: store the sync point in heap memoryMaxym Dmytrychenko2016-02-241-7/+18
* vsrc_movie: convert to codecparAnton Khirnov2016-02-241-4/+12
* examples/transcode_aac: convert to codecparAnton Khirnov2016-02-241-17/+49
* examples/qsvdec: convert to codecparAnton Khirnov2016-02-241-6/+6
* examples/output: convert to codecparAnton Khirnov2016-02-241-17/+43
* avplay: convert do codecparAnton Khirnov2016-02-241-12/+12
* avplay: do not use AVStream.codec for decodingAnton Khirnov2016-02-241-18/+35
* avconv: convert to codecparAnton Khirnov2016-02-234-95/+106
* avconv: switch opening decoders and encodersAnton Khirnov2016-02-231-4/+5
* lavf: replace AVStream.codec with AVStream.codecparAnton Khirnov2016-02-23251-4304/+4515
* lavc: add a variant of av_get_audio_frame_duration working with AVCodecParame...Anton Khirnov2016-02-233-12/+29
* lavc: add codec parameters APIAnton Khirnov2016-02-234-1/+319
* x86: hevc: Fix linking with both yasm and optimizations disabledDiego Biurrun2016-02-231-4/+8
* fate: Ignore errors from concatenating report filesDiego Biurrun2016-02-231-1/+1
* fate: Be silent when fetching Git updatesDiego Biurrun2016-02-231-1/+1
* mpeg12enc: always write closed gops for intra only outputsMarton Balint2016-02-222-2/+2
* h264: Add an AVClass pointer to H264ContextMichael Niedermayer2016-02-221-0/+1
* libx264: Fix noise_reduction option assignmentVittorio Giovara2016-02-221-2/+2
* lavf: add a protocol whitelist/blacklist for file opened internallyAnton Khirnov2016-02-2211-13/+125
* urlprotocol: receive a list of protocols from the callerAnton Khirnov2016-02-2224-54/+162
* aviobuf: add a private data struct for avio_open()ed contextsAnton Khirnov2016-02-221-16/+66
* protocols: make the list of protocols staticAnton Khirnov2016-02-223-12/+59
* lavf: move urlcontext_child_class_next() to protocols.cAnton Khirnov2016-02-223-20/+23
* lavf: move avio_enum_protocols() to protocols.cAnton Khirnov2016-02-222-15/+15
OpenPOWER on IntegriCloud