aboutsummaryrefslogtreecommitdiffstats
path: root/libavformat
Commit message (Expand)AuthorAgeFilesLines
* Merge commit '9af7a8523a6bb517834ebed36093bdab11a8b38e'Michael Niedermayer2013-11-014-2/+208
|\
| * HNM4/HNM4A demuxer & video decoderDavid Kment2013-10-314-1/+207
* | avformat/thp: force moving forwardMichael Niedermayer2013-10-311-1/+1
* | avformat/thp: fix variable types to avoid overflowsMichael Niedermayer2013-10-311-7/+7
* | avformat/http: fix cookiesMichael Niedermayer2013-10-311-1/+1
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2013-10-303-11/+3
|\|
| * lavf: Remove a now useless parameter to ffurl_register_protocolMartin Storsjö2013-10-303-11/+3
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2013-10-301-0/+2
|\|
| * oggparsetheora: check av_mallocz resultAnton Khirnov2013-10-301-0/+2
* | Merge commit '5e5fb21877d8da7b3b8a27bb4d6a070d210c152d'Michael Niedermayer2013-10-301-3/+3
|\|
| * oggparsetheora: return meaningful error codesAnton Khirnov2013-10-301-3/+3
* | Merge commit 'd4c12b8be4bdd2ffddb3bd5e11773de4c4c46f68'Michael Niedermayer2013-10-301-53/+54
|\|
| * oggparsetheora: K&R cosmetics, reformatAnton Khirnov2013-10-301-53/+53
* | lavf/spdifdec: fix demuxing of AAC in IEC 61937Anssi Hannula2013-10-291-1/+1
* | Merge commit '8b64c2ba0382892cad9e1a5ba601696d4cbb4d04'Michael Niedermayer2013-10-292-1/+8
|\|
| * lavc: add a dummy field to AVStream to preserve ABI compatibility for avconvAnton Khirnov2013-10-292-0/+8
| * avio: Check for memory allocation failure of private dataDerek Buitenhuis2013-10-291-0/+7
* | lavf: remove unreliable timestamp guessing heuristicAnton Khirnov2013-10-293-28/+0
* | avformat/avisynth: re-add trailing \n.Clément Bœsch2013-10-291-1/+1
* | matroskaenc: fixed display width / height calculation for stereo modeMichael Niedermayer2013-10-291-2/+22
* | Merge commit 'feeafb4adabd5c17de1738ed9962e40892b20edb'Michael Niedermayer2013-10-295-6/+6
|\|
| * lavf: do not export av_register_{rtp,rdt}_dynamic_payload_handlers from share...Anton Khirnov2013-10-285-6/+6
| * lavf: remove unreliable timestamp guessing heuristicAnton Khirnov2013-10-284-34/+0
* | avformat/gxf: fix old codec idMichael Niedermayer2013-10-281-1/+1
* | avisynth: Factor out a couple of returnsStephen Hutchinson2013-10-281-2/+2
* | avisynth: Simplify a stray av_log messageStephen Hutchinson2013-10-281-1/+1
* | avisynth: Switch a couple of AVERROR_UNKNOWNs to AVERROR(ENOMEM)Stephen Hutchinson2013-10-281-2/+2
* | avisynth: Use AV_* prefixes for video and audio IDsStephen Hutchinson2013-10-281-6/+6
* | avisynth: Remove outdated undef blockStephen Hutchinson2013-10-281-6/+0
* | avisynth: Remove a couple of useless AviSynthContext castsStephen Hutchinson2013-10-281-2/+2
* | avisynth: Don't declare structs anonymouslyStephen Hutchinson2013-10-281-4/+3
* | avisynth: Compact AvxSynth's avoidance of 2.6's colorspaces.Stephen Hutchinson2013-10-281-9/+6
* | avisynth: CosmeticsStephen Hutchinson2013-10-281-85/+116
* | avisynth: Change most of the comments to /* */ from //Stephen Hutchinson2013-10-281-22/+24
* | avisynth: Introduce USING_AVISYNTH macroStephen Hutchinson2013-10-281-4/+5
* | mpegts: demux synchronous SMPTE 336M Key-Length-Value (KLV) metadataPeter Ross2013-10-281-0/+20
* | Merge commit '53151723e377b9c43f876e20d7f27a17993256c8'Michael Niedermayer2013-10-281-40/+50
|\|
| * avio: K&R formatting cosmeticsLuca Barbato2013-10-281-40/+50
* | 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