summaryrefslogtreecommitdiffstats
path: root/libavformat
Commit message (Expand)AuthorAgeFilesLines
* misc typo, style and wording fixesDiego Biurrun2012-12-183-3/+3
* doxy: Clarify what avpriv_set_pts_info doesDerek Buitenhuis2012-12-171-5/+7
* au: Reorder code so that both muxer and demuxer are under #ifdefsDiego Biurrun2012-12-171-63/+63
* cosmetics: Use consistent names for multiple inclusion guards.Diego Biurrun2012-12-171-3/+3
* rtpdec_vp8: Cosmetics: Fix bad alignment/indentationMartin Storsjö2012-12-161-2/+2
* rtpenc: Allow including a SDES/CNAME block in RTCP SR packetsMartin Storsjö2012-12-162-0/+18
* rtpenc_vp8: Include the picture number in VP8 packetsMartin Storsjö2012-12-162-7/+15
* rtpproto: Remove unused definesMartin Storsjö2012-12-121-3/+0
* rtpdec_mpeg4: Cosmetic cleanupMartin Storsjö2012-12-121-12/+7
* rtpdec: Cosmetic cleanup of the headerMartin Storsjö2012-12-121-19/+26
* rtpdec: Get rid of a useless _s suffix on a struct nameMartin Storsjö2012-12-121-3/+3
* rtpdec/enc: Remove outdated/useless/misleading commentsMartin Storsjö2012-12-122-17/+15
* rtpdec: Improve some commentsMartin Storsjö2012-12-121-2/+3
* rtpdec: Remove unused context variablesMartin Storsjö2012-12-121-3/+0
* rtpdec: Limit writing to the buffer sizeMartin Storsjö2012-12-121-1/+1
* swfdec: cosmetics: fix indentationJustin Ruggles2012-12-111-16/+16
* swfdec: do better validation of tag lengthJustin Ruggles2012-12-111-3/+19
* rtpdec: Remove an outdated todo commentMartin Storsjö2012-12-101-10/+0
* rtpdec: Rename a static variable to normal naming conventionsMartin Storsjö2012-12-101-5/+5
* rtpdec: K&R formatting and spelling cosmeticsMartin Storsjö2012-12-091-102/+110
* avio: K&R cosmetic formattingLuca Barbato2012-12-091-54/+67
* lavf: fix arithmetic overflows in avformat_seek_file()Mans Rullgard2012-12-081-1/+1
* hls: use a meaningful long nameLuca Barbato2012-12-081-1/+1
* hls: add start_number optionLuca Barbato2012-12-081-0/+1
* tak: demuxer, parser, and decoderPaul B Mahol2012-12-074-1/+188
* bitstream: add get_bits64() to support reading more than 32 bits at onceMichael Niedermayer2012-12-071-13/+0
* mov: validate number of DataReferenceBox entries against box sizeJanne Grunau2012-12-071-1/+3
* mov: compute avg_frame_rate only if duration is knownJanne Grunau2012-12-071-2/+3
* raw demuxer: initialize end of partial packetsJanne Grunau2012-12-051-0/+4
* Remove pointless #undefs of previously forbidden functions.Anton Khirnov2012-12-045-12/+0
* build: cosmetics: Move CONFIG_RTPDEC entry to a more suitable placeDiego Biurrun2012-12-031-19/+19
* build: Make the ISMV muxer select the MOV muxerDiego Biurrun2012-12-031-3/+0
* img2: K&R formatting cosmeticsDiego Biurrun2012-11-293-120/+131
* 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
* nuv: cosmetics: pretty-printingJustin Ruggles2012-11-281-132/+147
* 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
* 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
* 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
* riff: only warn on a bad INFO chunk code size instead of failingJustin Ruggles2012-11-261-4/+5
* lavf: avoid integer overflow in ff_compute_frame_duration()Janne Grunau2012-11-261-1/+4
* 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
* id3v2: fix reading unsynchronized frames.Anton Khirnov2012-11-221-8/+10
* apetag: fix error handling in ff_ape_parse_tag()Xi Wang2012-11-211-2/+2
* mxfdec: fix typo in mxf_read_seek()Janne Grunau2012-11-151-1/+1
OpenPOWER on IntegriCloud