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