summaryrefslogtreecommitdiffstats
path: root/libavformat
Commit message (Expand)AuthorAgeFilesLines
* mmf: K&R formatting cosmeticsLuca Barbato2013-05-091-39/+45
* oma: properly forward errors in oma_read_packetLuca Barbato2013-05-071-2/+4
* oma: return meaningful errorsLuca Barbato2013-05-071-6/+6
* nut: use meaningful error valuesLuca Barbato2013-05-071-11/+17
* wav: Always seek to an even offsetLuca Barbato2013-05-061-2/+8
* nut: use a define for the nut versionLuca Barbato2013-05-063-2/+4
* avformat: Add av_cold attributes to init functions missing themDiego Biurrun2013-05-0510-12/+27
* sctp: Add a note on why sctp_recvmsg and sctp_sendmsg have ff_-prefixesDiego Biurrun2013-05-041-4/+4
* avs: Increase magic value score above file extension scoreDiego Biurrun2013-05-041-1/+3
* avformat: Add AVPROBE_SCORE_EXTENSION define and use where appropriateDiego Biurrun2013-05-0436-53/+55
* build: output-example: Add avutil to ELIBS in link commandDiego Biurrun2013-05-041-1/+1
* nut: K&R formatting cosmeticsLuca Barbato2013-05-041-137/+141
* wav: return meaningful errorsLuca Barbato2013-05-031-9/+9
* silly typo fixesDiego Biurrun2013-05-035-11/+11
* id3v2: check for end of file while unescaping tagsLuca Barbato2013-05-031-2/+3
* matroskaenc: add an option to put the index at the start of the fileAnton Khirnov2013-05-032-2/+64
* matroskaenc: cosmetics, reorder the #includesAnton Khirnov2013-05-031-9/+11
* wav: K&R formatting cosmeticsLuca Barbato2013-05-021-52/+70
* id3v2: K&R formatting cosmeticsLuca Barbato2013-05-021-126/+147
* avformat: Drop unnecessary ff_ name prefixes from static functionsDiego Biurrun2013-04-308-30/+34
* oma: K&R formatting cosmeticsLuca Barbato2013-04-271-84/+103
* 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
OpenPOWER on IntegriCloud