summaryrefslogtreecommitdiffstats
path: root/libavformat
Commit message (Expand)AuthorAgeFilesLines
* mp3enc: add an option for disabling the Xing frame.Anton Khirnov2014-01-171-1/+4
* mov: Free an earlier allocated array if allocating a new oneMartin Storsjö2014-01-151-0/+1
* mov: Free intermediate arrays in the normal cleanup functionMartin Storsjö2014-01-151-0/+8
* mxf: Fix potential leak in mxf_read_local_tags()Tomas Härdin2014-01-141-0/+3
* mxf: Correctly support files from Pinnacle ThunderTomas Härdin2014-01-141-1/+5
* mxf: Fix a possible leak of extradataMichael Niedermayer2014-01-141-0/+2
* mxf: Use av_malloc_arrayLuca Barbato2014-01-141-7/+7
* mxf: Drop unnecessary checksLuca Barbato2014-01-141-5/+0
* mxf: Fix off by one error in d10 aes3 decodingMarton Balint2014-01-141-1/+1
* mxf: Do not use int to check the seek positionLuca Barbato2014-01-141-2/+4
* mxf: Set AV_FIELD_PROGRESSIVEReimar Döffinger2014-01-141-0/+1
* lavf: make av_probe_input_buffer more robustAnton Khirnov2014-01-131-2/+1
* lavf: use a fixed width typeAnton Khirnov2014-01-131-1/+1
* lavf: simplify handling of offset in av_probe_input_buuffer()Anton Khirnov2014-01-131-6/+4
* flv: Workaround for buggy Omnia A/XE encoderBenjamin Larsson2014-01-111-0/+6
* flac muxer: add option to disable writing the global headerJustin Ruggles2014-01-092-1/+29
* ATRAC3+ decoderMaxim Polijakowski2014-01-091-2/+1
* network.h: Add #endif comments to improve readabilityDiego Biurrun2014-01-061-6/+7
* segafilm: fix leaks if reading the header failsAnton Khirnov2014-01-061-15/+20
* lavf: remove a pointless checkAnton Khirnov2014-01-061-2/+1
* oggparseogm: check timing variablesAnton Khirnov2014-01-061-0/+5
* sdp: Check that fmt->oformat is non-null before accessing itMartin Storsjö2014-01-051-1/+1
* pmpdec: check that there is at least one audio packet.Anton Khirnov2014-01-031-0/+5
* avutil: Move library version related macros to version.hDiego Biurrun2013-12-261-1/+1
* mms: Remove non-utf8 charactersLuca Barbato2013-12-262-2/+2
* Add a libwebp encoderJustin Ruggles2013-12-211-1/+1
* flv: Use the correct type to hold the file offsetLuca Barbato2013-12-201-1/+1
* jvdec: Do not feed the decoder with known wrong dataLuca Barbato2013-12-201-2/+15
* jvdec: Fix memory leak of jv->framesPaul B Mahol2013-12-201-0/+10
* jvdec: Return EOF on end of fileLuca Barbato2013-12-201-0/+3
* rtpdec_h264: Check the return value of functions doing allocationsMichael Niedermayer2013-12-141-4/+8
* sdp: Check theora colorspace before producing the configuration stringMartin Storsjö2013-12-141-7/+7
* hdsenc: Check the init_file() return codeMichael Niedermayer2013-12-141-1/+3
* hdsenc: Fix an off by one error in an array size checkMichael Niedermayer2013-12-141-1/+1
* hdsenc: Avoid integer overflowMichael Niedermayer2013-12-141-1/+1
* mpegts: add HEVC registration descriptorCarl Eugen Hoyos2013-12-121-0/+1
* img2: add stereo 3d still picture file extensionsMartin Lambers2013-12-121-0/+3
* rtsp: suppress a incompatible pointer types warningVittorio Giovara2013-12-121-2/+2
* rtspdec: Fix keep-alive request for ACTi camerasRumin Sam2013-12-111-1/+1
* lavf: remove an unneeded call to avcodec_get_frame_defaults().Anton Khirnov2013-12-111-1/+0
* Replace all uses of avcodec_free_frame with av_frame_free().Anton Khirnov2013-12-111-1/+1
* configure: Prefix libc-related variables with "libc_"Diego Biurrun2013-12-091-2/+2
* avformat: AviSynth demuxer rewrited s2013-12-081-166/+625
* mxfdec: set extradata sizeAnton Khirnov2013-11-291-1/+3
* MSN Audio supportKostya Shishkov2013-11-261-0/+1
* build: Integrate multilibrary examples into the build systemDiego Biurrun2013-11-252-531/+0
* Add missing #includes for *INT64_MAX and *INT64_CDiego Biurrun2013-11-2318-1/+34
* hls: Avoid reading outside of the allocated arrayMartin Storsjö2013-11-221-1/+2
* hls: Check whether the AVIOContext contains a new redirected URLMartin Storsjö2013-11-221-0/+5
* http: Expose the content location via an AVOptionMartin Storsjö2013-11-222-6/+16
OpenPOWER on IntegriCloud