summaryrefslogtreecommitdiff
path: root/libavformat
Commit message (Expand)AuthorAge
* misc typo, style and wording fixesDiego Biurrun2012-12-18
* doxy: Clarify what avpriv_set_pts_info doesDerek Buitenhuis2012-12-17
* au: Reorder code so that both muxer and demuxer are under #ifdefsDiego Biurrun2012-12-17
* cosmetics: Use consistent names for multiple inclusion guards.Diego Biurrun2012-12-17
* rtpdec_vp8: Cosmetics: Fix bad alignment/indentationMartin Storsjö2012-12-16
* rtpenc: Allow including a SDES/CNAME block in RTCP SR packetsMartin Storsjö2012-12-16
* rtpenc_vp8: Include the picture number in VP8 packetsMartin Storsjö2012-12-16
* rtpproto: Remove unused definesMartin Storsjö2012-12-12
* rtpdec_mpeg4: Cosmetic cleanupMartin Storsjö2012-12-12
* rtpdec: Cosmetic cleanup of the headerMartin Storsjö2012-12-12
* rtpdec: Get rid of a useless _s suffix on a struct nameMartin Storsjö2012-12-12
* rtpdec/enc: Remove outdated/useless/misleading commentsMartin Storsjö2012-12-12
* rtpdec: Improve some commentsMartin Storsjö2012-12-12
* rtpdec: Remove unused context variablesMartin Storsjö2012-12-12
* rtpdec: Limit writing to the buffer sizeMartin Storsjö2012-12-12
* swfdec: cosmetics: fix indentationJustin Ruggles2012-12-11
* swfdec: do better validation of tag lengthJustin Ruggles2012-12-11
* rtpdec: Remove an outdated todo commentMartin Storsjö2012-12-10
* rtpdec: Rename a static variable to normal naming conventionsMartin Storsjö2012-12-10
* rtpdec: K&R formatting and spelling cosmeticsMartin Storsjö2012-12-09
* avio: K&R cosmetic formattingLuca Barbato2012-12-09
* lavf: fix arithmetic overflows in avformat_seek_file()Mans Rullgard2012-12-08
* hls: use a meaningful long nameLuca Barbato2012-12-08
* hls: add start_number optionLuca Barbato2012-12-08
* tak: demuxer, parser, and decoderPaul B Mahol2012-12-07
* bitstream: add get_bits64() to support reading more than 32 bits at onceMichael Niedermayer2012-12-07
* mov: validate number of DataReferenceBox entries against box sizeJanne Grunau2012-12-07
* mov: compute avg_frame_rate only if duration is knownJanne Grunau2012-12-07
* raw demuxer: initialize end of partial packetsJanne Grunau2012-12-05
* Remove pointless #undefs of previously forbidden functions.Anton Khirnov2012-12-04
* build: cosmetics: Move CONFIG_RTPDEC entry to a more suitable placeDiego Biurrun2012-12-03
* build: Make the ISMV muxer select the MOV muxerDiego Biurrun2012-12-03
* img2: K&R formatting cosmeticsDiego Biurrun2012-11-29
* rtpenc_chain: Remove unused variableDiego Biurrun2012-11-28
* nuv: check for malloc failure when allocating extradataJustin Ruggles2012-11-28
* nuv: use the stream indices generated by avformat_new_stream()Justin Ruggles2012-11-28
* nuv: cosmetics: pretty-printingJustin Ruggles2012-11-28
* lavf: move nuv fourcc audio tags from riff to nuvJustin Ruggles2012-11-28
* lavf: add a common function for selecting a pcm codec from parametersJustin Ruggles2012-11-28
* lavf: move ff_codec_get_tag() and ff_codec_get_id() definitions to internal.hJustin Ruggles2012-11-28
* lavf: move "MP3 " fourcc from riff to nutJustin Ruggles2012-11-28
* wavenc: write fact chunk sample count at the correct file positionMichael Niedermayer2012-11-26
* riff: do not add empty metadata tags in INFO chunkJustin Ruggles2012-11-26
* riff: only warn on a bad INFO chunk code size instead of failingJustin Ruggles2012-11-26
* lavf: avoid integer overflow in ff_compute_frame_duration()Janne Grunau2012-11-26
* yop: fix typoPaul B Mahol2012-11-25
* riff: Make ff_riff_tags static and move under appropriate #ifdefDiego Biurrun2012-11-25
* id3v2: fix reading unsynchronized frames.Anton Khirnov2012-11-22
* apetag: fix error handling in ff_ape_parse_tag()Xi Wang2012-11-21
* mxfdec: fix typo in mxf_read_seek()Janne Grunau2012-11-15