summaryrefslogtreecommitdiffstats
path: root/libavformat
Commit message (Expand)AuthorAgeFilesLines
* hls, segment: fix splitting for audio-only streams.Anton Khirnov2013-04-272-10/+14
* lavf: introduce AVFMT_TS_NEGATIVELuca Barbato2013-04-256-5/+54
* mxfenc: Use correct printf format specifier for int64_tDiego Biurrun2013-04-221-1/+2
* riff: Factor out WAVEFORMATEX parsingLuca Barbato2013-04-211-18/+23
* riff: Add ACTRAC3+ guidPeter Ross2013-04-211-0/+1
* riff: Perform full lookup on WAVEFORMATEXTENSIBLE subformat guidPeter Ross2013-04-211-4/+23
* riff: Move guid structs and helper functions into riffPeter Ross2013-04-215-65/+68
* riff: check for eof if chunk size and code are 0Luca Barbato2013-04-211-0/+4
* riff: K&R formatting cosmeticsLuca Barbato2013-04-211-136/+195
* mp3dec: fallback to generic seeking when a TOC is not presentMichael Niedermayer2013-04-191-0/+11
* flvenc: do not mux more than one stream per typeRafaël Carré2013-04-161-0/+10
* img2enc: add an option for overwriting one file with subsequent imagesAnton Khirnov2013-04-111-2/+6
* Move misplaced file author information where it belongsDiego Biurrun2013-04-114-10/+9
* srtp: Include rtpdec.h for RTP_MAX_PACKET_LENGTHMartin Storsjö2013-04-091-0/+1
* rtpdec: Increase max rtp packet size to 8192Andrew Van Til2013-04-091-1/+1
* lavf: Use RTP_MAX_PACKET_LENGTH instead of 1500Andrew Van Til2013-04-094-6/+8
* img2: Add j2k file extension for JPEG 2000Nicolas Bertrand2013-04-041-0/+1
* xmv: do not leak memory in the error paths in xmv_read_header()Anton Khirnov2013-04-041-4/+8
* xmv: check audio track parameters validity.Anton Khirnov2013-04-041-10/+22
* id3v2: pad the APIC packets as required by lavc.Anton Khirnov2013-04-041-2/+3
* lavf: make sure stream probe data gets freed.Anton Khirnov2013-04-041-0/+1
* matroska: pass the lace size to the matroska_parse_rm_audioLuca Barbato2013-04-031-2/+2
* 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
* oma: Validate sample ratesLuca Barbato2013-03-313-6/+15
* flvdec: read audio sample size and channels metadataJustin Ruggles2013-03-281-1/+8
* flvdec: use the correct audio codec id when parsing metadataJustin Ruggles2013-03-281-1/+2
* 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
* lavc: Rename avpriv_mpv_find_start_code after moving out from mpegvideoMartin Storsjö2013-03-262-4/+5
* ape: 3.80-3.92 decoding supportKostya Shishkov2013-03-251-3/+25
* rtmp: Pass the parameters to do_adobe_auth in the right orderMartin Storsjö2013-03-201-1/+1
* Revert "asfenc: return error on negative timestamp"Anton Khirnov2013-03-191-8/+0
* iff: validate CMAP palette sizeKostya Shishkov2013-03-181-0/+5
* asfenc: return error on negative timestampLuca Barbato2013-03-181-0/+8
* lavf: sanity check size in av_get/append_packet().Anton Khirnov2013-03-151-19/+49
* flacdec: simplify bounds checking in flac_probe()Xi Wang2013-03-151-5/+3
* add support for Monkey's Audio versions from 3.93Kostya Shishkov2013-03-151-1/+1
* mpegts: add support for stream_type 0x42, which is CAVSCan Wu2013-03-154-0/+6
* rsodec: Use avpriv_report_missing_feature() where appropriateDiego Biurrun2013-03-131-1/+1
* avformat: av_log_ask_for_sample() ---> avpriv_request_sample()Diego Biurrun2013-03-1318-38/+38
* av_log_missing_feature() ---> avpriv_report_missing_feature()Diego Biurrun2013-03-133-4/+4
* matroskadec: request a read buffer for the wav headerLuca Barbato2013-03-121-1/+1
* Add informative messages to av_log_ask_for_sample calls lacking themDiego Biurrun2013-03-123-7/+4
* anm: Get rid of some very silly goto statementsDiego Biurrun2013-03-121-10/+5
* lavf: remove disabled FF_API_R_FRAME_RATE cruftAnton Khirnov2013-03-1112-110/+0
* lavf: remove disabled FF_API_AV_GETTIME cruftAnton Khirnov2013-03-113-14/+0
* lavf: remove disabled FF_API_INTERLEAVE_PACKET cruftAnton Khirnov2013-03-113-22/+0
OpenPOWER on IntegriCloud