summaryrefslogtreecommitdiffstats
path: root/libavformat
Commit message (Expand)AuthorAgeFilesLines
* rtsp: Handle standard assigned codec names for private payload types, tooMartin Storsjö2010-09-151-0/+6
* Handle G.722 in RTP, and all the exceptions mandated in RFC 3551Martin Storsjö2010-09-154-1/+26
* Clarify what av_read_frame() returns.Michael Niedermayer2010-09-141-0/+5
* Add R10k decoder.Zhou Zongyi2010-09-132-0/+2
* Read all id3v2 tags at the beginning of mp3 files.David Byron2010-09-112-3/+10
* FLV MetadataTomás Touceda2010-09-101-0/+8
* nutenc: fix unstable floating-point calculationsMåns Rullgård2010-09-101-2/+2
* adts demuxer: Set the time base to be the LCM of all ADTS sample rates.Alex Converse2010-09-091-0/+3
* Add a muxer and demuxer for raw G.722Martin Storsjö2010-09-095-1/+33
* In mov muxer, write reduced sample aspect ratio values in paspBaptiste Coudurier2010-09-081-2/+2
* Check dref size based on a patch by googleBaptiste Coudurier2010-09-081-0/+3
* In mov demuxer, do not override aspect ratio in tkhd by pasp like quicktime, ...Baptiste Coudurier2010-09-081-6/+7
* Fix formatting for negative start times (issue 2139).Christian d'Heureuse2010-09-071-1/+1
* Read the number of channels from the 'dac3' tag for AC-3 in MP4.Justin Ruggles2010-09-061-0/+16
* Add a special function to mkv demxuer to parse length values that includesReimar Döffinger2010-09-061-1/+15
* move stream info arrays into a struct to ease future dynamic allocationAurelien Jacobs2010-09-051-32/+28
* matroskadec: allow uint and float elements with length = 0Aurelien Jacobs2010-09-051-2/+4
* Move INET6_ADDRSTRLEN to network.h, similar to other network-related fixupsRonald S. Bultje2010-09-032-4/+4
* Vorbis metadata writing. Patch by James Darnley <james.darnley gmail com>.James Darnley2010-09-031-4/+22
* Reindent after r25032.Ronald S. Bultje2010-09-031-2/+2
* Send NAT punching messages to the address specified in the Transport:John Wimer2010-09-033-1/+19
* Set frame_size in the amr demuxerMartin Storsjö2010-09-031-0/+2
* rtsp: 10l, try to update the correct rtp streamMartin Storsjö2010-09-031-1/+1
* Optimize/simplify ebml_read_num.Reimar Döffinger2010-09-021-7/+4
* Cosmetics: Reindent after r25023.Carl Eugen Hoyos2010-09-021-6/+6
* Fix crash when decoding DV in AVI introduced in r24579 (issue 2174).Andrew Wason2010-09-021-1/+3
* cosmetics: spaces between and after parenthesesBaptiste Coudurier2010-09-011-2/+2
* gxf muxer only accepts pal or ntsc resolutions currently, so fail if resoluti...Baptiste Coudurier2010-09-011-1/+5
* Solving memory leak and initialization problem with prev_pkt / pkt.Tobias Bindhammer2010-08-311-3/+13
* split raw.c into rawdec.c and rawenc.cAurelien Jacobs2010-08-3022-368/+415
* move raw video demuxer to its own fileAurelien Jacobs2010-08-303-41/+58
* move pcm muxers to their own fileAurelien Jacobs2010-08-303-104/+117
* move pcm demuxers to their own fileAurelien Jacobs2010-08-3015-121/+251
* add WAWV fourcc, works on V-codecs/WAWV.aviBen Littler2010-08-301-0/+1
* simplify code by using the AV_NE() macroAurelien Jacobs2010-08-291-12/+4
* move null muxer to its own fileAurelien Jacobs2010-08-293-23/+41
* cleanup includes which are not used anymore in raw.cAurelien Jacobs2010-08-291-4/+0
* move ac3/eac3 demuxer to its own fileAurelien Jacobs2010-08-293-88/+105
* move dnxhd demuxer to its own fileAurelien Jacobs2010-08-293-34/+55
* move dirac demuxer to its own fileAurelien Jacobs2010-08-293-24/+44
* move h261 demuxer to its own fileAurelien Jacobs2010-08-293-56/+76
* move h263 demuxer to its own fileAurelien Jacobs2010-08-293-59/+78
* move h264 demuxer to its own fileAurelien Jacobs2010-08-293-62/+81
* cosmeticAurelien Jacobs2010-08-291-1/+1
* move m4v demuxer to its own fileAurelien Jacobs2010-08-293-44/+63
* move cavsvideo demuxer to its own fileAurelien Jacobs2010-08-293-59/+78
* move mpegvideo demuxer to its own fileAurelien Jacobs2010-08-293-48/+68
* move ingenient demuxer to its own fileAurelien Jacobs2010-08-294-64/+85
* move DTS demuxer to its own fileAurelien Jacobs2010-08-294-65/+88
* simplify code by using the AV_NE() macroAurelien Jacobs2010-08-291-5/+1
OpenPOWER on IntegriCloud