summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* avviddec: Ignore negotiation error on shutdownOlivier Crête2015-07-271-0/+4
* avauddec: Access field using accessorsOlivier Crête2015-07-251-6/+10
* Add support for musepack (mpc) sv8 audioJames Smith2015-07-222-1/+4
* avviddec: fix slice_offset memory leakVineeth T M2015-07-211-1/+4
* Update mailing list in doap fileTim-Philipp Müller2015-07-161-1/+1
* Disable iconv support to fix Windows buildSebastian Dröge2015-07-071-3/+4
* Automatic update of common submoduleStefan Sauer2015-07-031-0/+0
* Fix OSX build: Explicitly disable VDA h264 decoderHeinrich Fink2015-07-031-1/+1
* Make the LGPL build the default and require --enable-gpl to build a GPL licen...Sebastian Dröge2015-07-013-12/+12
* avmux: Blacklist some subtitle and adaptive streaming muxersSebastian Dröge2015-07-011-1/+7
* Switch from libav v11.4 to ffmpeg n2.7.1Sebastian Dröge2015-07-014-8/+28
* avaudenc: Remember how many samples the codec consumed for telling the base c...Sebastian Dröge2015-06-301-3/+4
* avauddec: Ensure input buffers have FF_INPUT_BUFFER_PADDING_SIZE padding, whi...Thomas Bluemel2015-06-302-0/+65
* avmux: Ignore stream_segment,ssegment muxer that is provided by ffmpegSebastian Dröge2015-06-291-1/+2
* avvidenc: Fix compiler warningSebastian Dröge2015-06-281-1/+1
* avvidenc: Set AVFrame flags for interlacing per frame and not in set_format()Sebastian Dröge2015-06-281-7/+7
* av{aud,vid}enc: Create wrapped output buffers with GST_MEMORY_FLAG_READONLYSebastian Dröge2015-06-282-6/+6
* avvidenc: Properly wrap and free the output AVPackets generated during drainingSebastian Dröge2015-06-281-5/+7
* avvidenc: Make sure to keep input data alive until libav is done with itSebastian Dröge2015-06-281-5/+30
* avaudenc: Make sure to keep input data alive until libav is done with itSebastian Dröge2015-06-281-23/+53
* av{aud,vid}enc: Stop using deprecated AVFrame APIsSebastian Dröge2015-06-283-25/+27
* avauddec: Remove custom buffer allocation functionSebastian Dröge2015-06-281-66/+1
* avauddec: Use undeprecated AVFrame APISebastian Dröge2015-06-282-17/+26
* avviddec: Free frame before the codec is freedSebastian Dröge2015-06-281-2/+2
* avviddec: Use undeprecated AVFrame API and unref frame once we're done with itSebastian Dröge2015-06-281-2/+4
* avauddec: Negotiate based on the AVFrame instead of just the AVCodecContextSebastian Dröge2015-06-281-22/+41
* avviddec: Use the new get_buffer2() API instead of the deprecated APIsSebastian Dröge2015-06-281-94/+26
* avviddec: Also proxy the data/size pointers for our wrapper AVBufferRefSebastian Dröge2015-06-281-1/+2
* codecmap: add vp9 mappingWim Taymans2015-06-261-0/+9
* avviddec: Wrap the original AVBufferRef in our own buffer for the destroy fun...Sebastian Dröge2015-06-261-6/+18
* avviddec: libav will already copy the reordered_opaque pointer for usSebastian Dröge2015-06-261-3/+0
* avviddec: Negotiate based on the AVFrame information, not the context informa...Sebastian Dröge2015-06-262-60/+88
* Back to developmentSebastian Dröge2015-06-251-3/+3
* Release 1.5.21.5.2Sebastian Dröge2015-06-247-23/+109
* Automatic update of common submoduleNicolas Dufresne2015-06-161-0/+0
* avcodec: Check against codec format listNicolas Dufresne2015-06-111-6/+26
* viddec: Replicate any 3D/multiview info from input caps onto outputJan Schmidt2015-06-111-0/+9
* cruft: add the obsolete tmpl dir to cruft-dirsStefan Sauer2015-06-091-0/+3
* Automatic update of common submoduleEdward Hervey2015-06-091-0/+0
* Automatic update of common submoduleStefan Sauer2015-06-081-0/+0
* Automatic update of common submoduleStefan Sauer2015-06-071-0/+0
* Automatic update of common submoduleStefan Sauer2015-06-071-0/+0
* docs: remove variables that we define in the snippet from commonStefan Sauer2015-06-071-3/+0
* Automatic update of common submoduleStefan Sauer2015-06-072-9/+20
* Back to developmentSebastian Dröge2015-06-071-3/+3
* Release 1.5.11.5.1Sebastian Dröge2015-06-079-371/+1481
* avviddec: Release stream lock while calling avcodec_decode_video2()Sebastian Dröge2015-06-051-0/+7
* avviddec: Post error message before returning a flow errorOlivier Crête2015-06-021-1/+2
* check: Use GST_CHECK_MAIN () macro everywhereEdward Hervey2015-06-022-36/+2
* Make top-level 'check-torture' and 'check-valgrind' targets functionalTim-Philipp Müller2015-06-021-5/+11