summaryrefslogtreecommitdiff
path: root/libavformat
Commit message (Expand)AuthorAge
* 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
* correctly handle maximum streams limitBaptiste Coudurier2009-06-02
* export data from private streamsBaptiste Coudurier2009-06-02
* initialize pes state to skipBaptiste Coudurier2009-05-31
* fix 3gp metadata, write strings in UTF8, patch by Larbi Joubala, larbi dot jo...Larbi Joubala2009-05-31
* print reg desc in a more friendly wayBaptiste Coudurier2009-05-31
* give context to dprintfBaptiste Coudurier2009-05-31
* print registration descriptor in debugBaptiste Coudurier2009-05-31
* split audio chunks in mov demuxerBaptiste Coudurier2009-05-31
* 0x7a is E-AC3 descriptorBaptiste Coudurier2009-05-31
* fix compilation with DEBUG definedBaptiste Coudurier2009-05-31
* use dts codec probingBaptiste Coudurier2009-05-31
* set codec_tag to stream type, so user can deal with itBaptiste Coudurier2009-05-31
* set codec_tag to registration descriptor if presentBaptiste Coudurier2009-05-31
* add streams even if they are not present in PMT, fix #1092 and #835Baptiste Coudurier2009-05-31
* remove no longer needed fake dvbsub stream typeBaptiste Coudurier2009-05-31
* reindentBaptiste Coudurier2009-05-31
* remove no longer needed initBaptiste Coudurier2009-05-31
* factorizeBaptiste Coudurier2009-05-31
* simplify and mergeBaptiste Coudurier2009-05-31
* move new_pes_av_stream to avoid forward declarationBaptiste Coudurier2009-05-31
* remove definesBaptiste Coudurier2009-05-31
* rework stream type and codec identificationBaptiste Coudurier2009-05-31