summaryrefslogtreecommitdiffstats
path: root/libavformat
Commit message (Expand)AuthorAgeFilesLines
* avio: Check for memory allocation failure of private dataDerek Buitenhuis2013-10-271-0/+7
* correct the AVOption documentation for AV_EF_CAREFULMichael Niedermayer2013-10-271-1/+1
* avformat/utils: make "first_dts not matching first dts in the queue" message ...Michael Niedermayer2013-10-271-1/+2
* avformat/utils: do not override pts in h264 when they are provided from the d...Michael Niedermayer2013-10-271-2/+4
* avformat/http: dont fail with unknown Content-EncodingsMichael Niedermayer2013-10-261-1/+0
* avformat/md5enc: add format, version and column headersMichael Niedermayer2013-10-261-1/+6
* avformat/rtpproto: when local rtp port and local rtcp port are not specified,...lemonlinger@gmail.com2013-10-251-13/+30
* avformat/mp3dec: perform seek resync in the correct directionMichael Niedermayer2013-10-251-2/+3
* avformat/rmdec: english typosMichael Niedermayer2013-10-251-2/+2
* avformat/wavdec: Fix smv packet interleavingMichael Niedermayer2013-10-251-2/+2
* avformat/rmdec: add some error messagesMichael Niedermayer2013-10-241-4/+13
* avformat/rmdec: fix return code of ff_rm_parse_packet()Michael Niedermayer2013-10-241-1/+1
* avformat/utils: Check size argument in ff_add_index_entry()Michael Niedermayer2013-10-241-0/+3
* avformat/framehash: add software version to framecrc/md5Michael Niedermayer2013-10-231-0/+3
* lavf/adtsenc: Add support for APE tagsJames Almer2013-10-232-1/+31
* Merge commit 'e01fba5562133ac56a4f44c6f214a80ee33cb388'Michael Niedermayer2013-10-232-3/+8
|\
| * movenc: Add an F4V muxerClément Bœsch2013-10-234-3/+41
| * nut: Fix unchecked allocationsDerek Buitenhuis2013-10-224-4/+16
| * avio: Use AVERROR_PROTOCOL_NOT_FOUNDLuca Barbato2013-10-211-1/+1
* | nut: Fix unchecked allocationsDerek Buitenhuis2013-10-224-4/+16
* | Merge remote-tracking branch 'cigaes/master'Michael Niedermayer2013-10-211-3/+5
|\ \
| * | lavf/tee: fix leak of bsfs array.Nicolas George2013-10-211-0/+1
| * | lavf/tee: fix leak of select option.Nicolas George2013-10-211-0/+1
| * | lavf/tee: fix leak of strdup/strtoked buffer.Nicolas George2013-10-211-3/+3
* | | avformat/bintext: protect against potential overflow of chars_per_frameMichael Niedermayer2013-10-211-1/+1
|/ /
* | avformat/mxfdec; parse random index pack to get last partition offset and use...Paul B Mahol2013-10-211-11/+45
* | avformat/vobsub: fix invalid sub queue access while seeking.Clément Bœsch2013-10-201-0/+2
* | avformat/utils: Check av_packet_new_side_data() return before using itMichael Niedermayer2013-10-201-2/+4
* | avformat/oggparsespeex: Check for extradata allocation failureMichael Niedermayer2013-10-201-1/+2
* | avformat/oggparseflac: check ff_alloc_extradata() return codeMichael Niedermayer2013-10-201-1/+2
* | avformat/oggparsecelt/celt_header: fix memleakMichael Niedermayer2013-10-201-1/+3
* | avformat/network: check for fcntl() failure in ff_socket()Michael Niedermayer2013-10-201-2/+4
* | avformat/au: add assert to help source code analyzersMichael Niedermayer2013-10-201-0/+2
* | avformat/oggdec: favor av_freep() over av_free()Michael Niedermayer2013-10-191-4/+4
* | Do not leave positive values undefined when negative are defined as errorMichael Niedermayer2013-10-194-7/+7
* | avformat/wtvdec: drop SHIFT_SECTOR_BITS() macroMichael Niedermayer2013-10-191-4/+2
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2013-10-192-9/+16
|\ \ | |/
| * wtv: Seek by sector properlyLuca Barbato2013-10-181-9/+16
* | avformat/wtv: rename to wtv_commonMichael Niedermayer2013-10-192-2/+2
* | Fix decoding of G.726 in AIFF.Carl Eugen Hoyos2013-10-182-1/+3
* | lavf/riff: Fix a comment.Carl Eugen Hoyos2013-10-181-1/+1
* | avformat: Use G726LE decoder for Sun AU filesCarl Eugen Hoyos2013-10-181-1/+13
* | Support 4k AVC-Intra in mov.Carl Eugen Hoyos2013-10-181-0/+1
* | avformat/flvdec: use avpriv_request_sample()Paul B Mahol2013-10-181-2/+2
* | Merge remote-tracking branch 'cehoyos/master'Michael Niedermayer2013-10-171-4/+4
|\ \
| * | Add some necessary casts in the wtv demuxer.Carl Eugen Hoyos2013-10-171-4/+4
* | | avformat/hevcdec: add more irap cases to hevc_probe()Dirk Farin2013-10-171-2/+6
* | | avformat/hevcdec: cosmetics, whitespacesDirk Farin2013-10-171-24/+26
|/ /
* | Support HEVC in transport streams.Carl Eugen Hoyos2013-10-161-0/+1
* | avformat/mov: fix "correctly" typoMichael Niedermayer2013-10-161-1/+1
OpenPOWER on IntegriCloud