aboutsummaryrefslogtreecommitdiffstats
path: root/libavformat
Commit message (Expand)AuthorAgeFilesLines
* mvi: check av_mallocz() resultPaul B Mahol2012-12-011-0/+2
* check std tag size before reading.Michael Niedermayer2012-12-011-0/+4
* gifdec: remove width and height from demuxer contextPaul B Mahol2012-11-301-8/+6
* undo file modifiers that suck inPaul B Mahol2012-11-301-0/+0
* Add exception for "gif" in image2 probe() method.Vitaliy E Sugrobov2012-11-301-1/+1
* Gif demuxerVitaliy E Sugrobov2012-11-304-2/+295
* Merge commit '9d46eaec7a90bd8f5cd9e45398c6d17804182320'Michael Niedermayer2012-11-303-131/+141
|\
| * img2: K&R formatting cosmeticsDiego Biurrun2012-11-293-120/+131
* | iff: fix some incorrect interpretations of invalid filesPaul B Mahol2012-11-301-3/+4
* | iff: MAUD supportPaul B Mahol2012-11-301-5/+61
* | Correctly skip strf tag for subtitles when decoding avi.Carl Eugen Hoyos2012-11-301-0/+1
* | id3v2: check index against buffer size. Fix out of array accessMichael Niedermayer2012-11-291-2/+2
* | BRSTM demuxerPaul B Mahol2012-11-294-1/+297
* | Merge commit 'e4d349b4014ee2a03f521027e0bd1ace4a9e60bd'Michael Niedermayer2012-11-292-12/+21
|\|
| * rtpenc_chain: Remove unused variableDiego Biurrun2012-11-281-1/+1
| * nuv: check for malloc failure when allocating extradataJustin Ruggles2012-11-281-6/+14
| * nuv: use the stream indices generated by avformat_new_stream()Justin Ruggles2012-11-281-5/+6
* | Merge commit 'c74f81786d434dfaf9b3dff06aa96bfd23d0127b'Michael Niedermayer2012-11-291-136/+151
|\|
| * nuv: cosmetics: pretty-printingJustin Ruggles2012-11-281-132/+147
* | Merge commit '5c7bf2dddee5bdfa247ff0d57cb8a37d19077f66'Michael Niedermayer2012-11-295-45/+78
|\|
| * lavf: move nuv fourcc audio tags from riff to nuvJustin Ruggles2012-11-282-8/+20
| * lavf: add a common function for selecting a pcm codec from parametersJustin Ruggles2012-11-284-36/+57
* | Merge commit 'bfe5454cd238b16e7977085f880205229103eccb'Michael Niedermayer2012-11-2920-17/+11
|\|
| * lavf: move ff_codec_get_tag() and ff_codec_get_id() definitions to internal.hJustin Ruggles2012-11-2818-16/+9
| * lavf: move "MP3 " fourcc from riff to nutJustin Ruggles2012-11-282-1/+1
* | Vivo demuxerDaniel Verkamp2012-11-284-1/+314
* | iff demuxer: 16SV supportPaul B Mahol2012-11-281-1/+7
* | avrdec: implement seekingPaul B Mahol2012-11-282-1/+4
* | avrdec: sample rate takes 3 bytes not 4Paul B Mahol2012-11-281-1/+2
* | avrdec: fix typo in .long_namePaul B Mahol2012-11-281-1/+1
* | nut: put nut PCM audio tags in front of avi tags.Michael Niedermayer2012-11-281-3/+7
* | Merge commit '6e5cdf26281945ddea3aaf5eca4d127791f23ca8'Michael Niedermayer2012-11-271-0/+6
|\|
| * wavenc: write fact chunk sample count at the correct file positionMichael Niedermayer2012-11-261-4/+5
| * riff: do not add empty metadata tags in INFO chunkJustin Ruggles2012-11-261-0/+6
* | Merge commit '3c370f5abc55739a261534b9f9bdc739cedbbbb9'Michael Niedermayer2012-11-271-1/+2
|\|
| * riff: only warn on a bad INFO chunk code size instead of failingJustin Ruggles2012-11-261-4/+5
* | file: fix 10l error in access() checkMichael Niedermayer2012-11-271-1/+1
* | AFC demuxerPaul B Mahol2012-11-274-1/+84
* | astdec: improve probingPaul B Mahol2012-11-271-2/+5
* | cafdec: fix seeking with adpcmMichael Niedermayer2012-11-271-1/+1
* | file: Fallback to stat() based file_check() when access() or its named flags ...Michael Niedermayer2012-11-271-0/+10
* | file: fix file_check()Michael Niedermayer2012-11-271-7/+8
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-11-261-1/+4
|\|
| * lavf: avoid integer overflow in ff_compute_frame_duration()Janne Grunau2012-11-261-1/+4
* | iff demuxer: don't bother checking bitmap compression type; iff decoder does ...Peter Ross2012-11-261-24/+2
* | Merge commit '28c8e288fa0342fdef532a7522a4707bebf831cc'Michael Niedermayer2012-11-261-11/+11
|\|
| * yop: fix typoPaul B Mahol2012-11-251-1/+1
| * riff: Make ff_riff_tags static and move under appropriate #ifdefDiego Biurrun2012-11-251-11/+11
* | mov: set flags to indicate that byte wise seeking is not supported.Michael Niedermayer2012-11-251-0/+1
* | lavf/sbgdec: use proper constants for av_log().Nicolas George2012-11-241-2/+2