summaryrefslogtreecommitdiffstats
path: root/libavformat
Commit message (Expand)AuthorAgeFilesLines
* tty: make use of AV_OPT_TYPE_IMAGE_SIZEPaul B Mahol2013-04-051-9/+5
* tty: make use of AV_OPT_TYPE_VIDEO_RATEPaul B Mahol2013-04-051-9/+4
* Merge commit '8c65264595d5a82c56ae5043320e4b875a414229'Michael Niedermayer2013-04-051-1/+1
|\
| * img2: Add j2k file extension for JPEG 2000Nicolas Bertrand2013-04-041-0/+1
* | rtpdec: Increase max rtp packet size to 8192Andrew Van Til2013-04-051-1/+1
* | rtsp/rtp_read_header: Use RTP_MAX_PACKET_LENGTH instead of 1500Andrew Van Til2013-04-051-1/+1
* | matroskadec: Check EBML lace sizes.Michael Niedermayer2013-04-041-4/+4
* | matroskadec: Check for overflows in xiph lace decodingMichael Niedermayer2013-04-041-2/+2
* | matroskadec: fix return code for too long xiph lacesMichael Niedermayer2013-04-041-1/+1
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2013-04-041-4/+8
|\ \ | |/
| * xmv: do not leak memory in the error paths in xmv_read_header()Anton Khirnov2013-04-041-4/+8
* | Merge commit 'd1016dccdcb10486245e5d7c186cc31af54b2a9c'Michael Niedermayer2013-04-041-14/+21
|\ \ | |/
| * xmv: check audio track parameters validity.Anton Khirnov2013-04-041-10/+22
* | Merge commit '8d617b11cfc87b2c6056fee029ac5bc760af874a'Michael Niedermayer2013-04-041-2/+2
|\ \ | |/
| * id3v2: pad the APIC packets as required by lavc.Anton Khirnov2013-04-041-2/+3
* | Merge commit 'dbb1425811a672eddf4acf0513237cdf20f83756'Michael Niedermayer2013-04-041-1/+1
|\ \ | |/
| * lavf: make sure stream probe data gets freed.Anton Khirnov2013-04-041-0/+1
* | Merge commit 'bcc94328980e6c56546792ab08b0756abdce310b'Michael Niedermayer2013-04-041-1/+2
|\ \ | |/
| * matroska: pass the lace size to the matroska_parse_rm_audioLuca Barbato2013-04-031-2/+2
* | Merge commit '8a96df7b70be509dae9ceec82d2c10a20361356d'Michael Niedermayer2013-04-041-1/+1
|\ \ | |/
| * matroska: fix a corner case in ebml-lace parsingLuca Barbato2013-04-031-1/+1
| * matroska: Update the available size after lace parsingDale Curtis2013-04-031-3/+4
* | oggdec: Support byte based seekingMichael Niedermayer2013-04-041-0/+5
* | avformat: Add a mechanism to allow demuxers to detect byte based seeking.Michael Niedermayer2013-04-042-0/+10
* | matroskadec: fix display_width/height = 0 handlingMichael Niedermayer2013-04-031-4/+4
* | Skip padding in an id3 tag in aiff files.Carl Eugen Hoyos2013-04-031-1/+4
* | smacker: fix off by one errorPaul B Mahol2013-04-031-1/+1
* | flvdec: fix seeking in audio only filesMichael Niedermayer2013-04-031-1/+1
* | avformat: fix atomatic format selection for (s)segmentMichael Niedermayer2013-04-021-0/+4
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2013-04-012-5/+14
|\ \ | |/
| * oma: Validate sample ratesLuca Barbato2013-03-313-6/+15
* | Use PIX_FMT_BGR24 for the AviSynth demuxer, instead of RGB24.Stephen Hutchinson2013-03-311-1/+1
* | Write broken aac frames to mov files instead of skipping them.Carl Eugen Hoyos2013-03-301-7/+8
* | Do not show "Estimating duration from bitrate" warning if no duration was est...Carl Eugen Hoyos2013-03-301-2/+4
* | ffmpeg/avformat: factor av_guess_frame_rate() outMichael Niedermayer2013-03-293-1/+27
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2013-03-291-1/+8
|\ \ | |/
| * flvdec: read audio sample size and channels metadataJustin Ruggles2013-03-281-1/+8
* | Merge commit 'c3d015775388882b8a122afc337ea35108f652be'Michael Niedermayer2013-03-291-1/+2
|\ \ | |/
| * flvdec: use the correct audio codec id when parsing metadataJustin Ruggles2013-03-281-1/+2
* | id3v2: allocate large enough bufferMichael Niedermayer2013-03-291-1/+2
* | yop: Do not keep a copy of parts of the returned packetMichael Niedermayer2013-03-291-2/+1
* | avidec: Fix demuxing of non seekable avis with multiple RIFFsMichael Niedermayer2013-03-281-1/+1
* | Merge commit 'cf53704c55378cc0dcfc16637cdac7d58f0b3107'Michael Niedermayer2013-03-281-2/+5
|\ \ | |/
| * win32: Use 64-bit fstat/lseek variants for MSVC as wellHendrik Leppkes2013-03-272-1/+4
| * win32: Make ff_win32_open more robustReimar Döffinger2013-03-271-6/+12
| * win32: Allow other programs to open the same filesReimar Döffinger2013-03-271-2/+3
| * ape: use correct context for the bit table printed in debugKostya Shishkov2013-03-271-1/+1
* | estimate_timings_from_bit_rate: Check timebase and bitrateMichael Niedermayer2013-03-281-2/+4
* | electronicarts: check timebase, fix assertion failureMichael Niedermayer2013-03-281-0/+4
* | Fix heap-buffer-overflow in matroska_parse_blockDale Curtis2013-03-271-3/+4
OpenPOWER on IntegriCloud