aboutsummaryrefslogtreecommitdiffstats
path: root/libavformat
Commit message (Expand)AuthorAgeFilesLines
* Print meaningful error messages when url_fopen fails.Jai Menon2009-06-201-2/+6
* add 0-termination in table, patch by Wolfram Gloger, wmglo at dent dot med do...Wolfram Gloger2009-06-201-0/+1
* fix dvcprohd 720p channels 3 and 4 audio timestamps, patch by Brian Brice, bb...Brian Brice2009-06-191-3/+6
* Add support for id3 tag parsing for ADTS AAC streamsPatrick Dehne2009-06-191-1/+22
* Move id3v1/id3v2 handling code from mp3.c to id3v[12].c.Patrick Dehne2009-06-195-76/+104
* Add support for muxing XSUB subtitles to AVI muxer.Reimar Döffinger2009-06-191-1/+14
* Add fourcc 0x10000004, seems to actually be MPEG4. Fixes a problematic AVI f...Jason Garrett-Glaser2009-06-181-0/+1
* Print why av_find_stream_info() failed, this is a rather common questionMichael Niedermayer2009-06-181-1/+6
* Set restrictions on packet_size, as per ISO-11172 / H-222 specificationsRonald S. Bultje2009-06-171-2/+7
* Remove a test on an always false condition.Benoit Fouet2009-06-171-1/+1
* Add '.mp1' for MP1 audio in MOV/CAF.Alexander Strange2009-06-171-0/+1
* Add ".mp2" as a fourcc for mp2 audio in MOV. Fixes a problematic MOV file.Jason Garrett-Glaser2009-06-161-0/+2
* Downgrade message log level (from AV_LOG_ERROR to AV_LOG_DEBUG) aboutArt Clarke2009-06-161-1/+1
* The AAC demuxer now depends on id3v1.o.Patrick Dehne2009-06-151-1/+1
* check atom size against edit_count to avoid very long loopBaptiste Coudurier2009-06-151-0/+3
* fix probing and demuxing of pond.dv, issue #887Baptiste Coudurier2009-06-151-2/+13
* check if frame size matches old sys and assumes corrupted input, fixes #1192Baptiste Coudurier2009-06-141-2/+2
* Add a VorbisComment metadata conversion table and use it in the FLAC andJustin Ruggles2009-06-134-0/+20
* matroskadec: prepend TargetType to metadata key nameAurelien Jacobs2009-06-131-1/+2
* Allocate a bit more memory for MPC SV8 seek table, so bitreader won't readKostya Shishkov2009-06-131-1/+1
* Analysis of logs show that there are in fact some files with m1v1 too (not ju...Jason Garrett-Glaser2009-06-131-0/+1
* Electronic Arts demuxer: support Madcow video tagPeter Ross2009-06-131-0/+9
* Also accept TS as a prefix for wav twoccs (used by Flip4Mac) instead ofDavid Conrad2009-06-132-2/+1
* Add "0x11005354" as a fourcc for MOV audio; fixes audio detection in a proble...Jason Garrett-Glaser2009-06-131-0/+1
* Do not include libavcodec/internal.h in the ADTS muxer.Alex Converse2009-06-121-2/+1
* Add new FOURCC (0x0003) for raw DIB video, set flip flag accordingly.Jason Garrett-Glaser2009-06-121-0/+1
* Associate the 0x6c75 TwoCC used in certain Kodak camerasJai Menon2009-06-121-0/+1
* DPX (Digital Picture Exchange) image decoderJimmy Christensen2009-06-123-0/+3
* Add sac3 to mp4 fourccs for mov+h264+aac-sac3+mp4s+ETERNAL_cut.mp4David Conrad2009-06-121-0/+1
* Add "m2v1" to fourccs for MPEG-2 video; fixes some MOV files.Jason Garrett-Glaser2009-06-121-0/+1
* Add alternate fourcc for QCELP audio (qclq). Fixes a problematic MOV file.Jason Garrett-Glaser2009-06-121-0/+1
* cosmetics: Prettyprint one more line to have columns line up.Diego Biurrun2009-06-111-1/+1
* cosmetics: Reformat to K&R and prettyprint newly created files.Diego Biurrun2009-06-112-131/+130
* Move id3v2 parsing code from mp3.c to id3v2.h and id3v2.c.Patrick Dehne2009-06-116-288/+345
* Remove time_rate, we cannot compute exactly when fragments areBaptiste Coudurier2009-06-112-29/+7
* if b frames are parsed, set codec->has_b_framesBaptiste Coudurier2009-06-111-0/+3
* Support seeking as defined by the rfcLuca Barbato2009-06-102-0/+4
* Make sure buffer end remains constant within the loopLuca Barbato2009-06-101-1/+2
* Make asf_get_packet() and asf_parse_packet() static. See "[PATCH] asfdec.c:Ronald S. Bultje2009-06-092-21/+17
* Add additional dependencies for sdp and rtsp demuxers.Jai Menon2009-06-091-2/+2
* Cosmetics : Use dprintf instead of printf.Peter Holik2009-06-061-8/+6
* Cosmetics : Fix indentation after last commit.Jai Menon2009-06-061-7/+7
* Introduce http_get_line and modify http_connect to use http_get_line.Peter Holik2009-06-061-15/+27
* Remove '\p', '\c' and '\e' doxygen markup from doxy, as it shouldStefano Sabatini2009-06-062-3/+3
* Ensure that the extradata buffer is padded appripriately in the ogg demuxer.David Conrad2009-06-052-2/+4
* Move function for reading whole specified amount of data from RTSPKostya Shishkov2009-06-043-20/+21
* Add the .adts file extension to the ADTS muxer.Alex Converse2009-06-031-1/+1
* broken stsd length might be < 16, fix elst-assert.mp4Baptiste Coudurier2009-06-031-4/+6
* Change find_tag return type to int64_t, fix a bugBaptiste Coudurier2009-06-031-6/+3
* do not parse full header for private streamsBaptiste Coudurier2009-06-021-3/+19