5184 Commits (6e7ef5ec358c495a3c82f86d3d9d73ededa42983)

Author SHA1 Message Date
Alexander Strange 0b389aee4d Add '.mp1' for MP1 audio in MOV/CAF. 16 years ago
Jason Garrett-Glaser b46f18e5d2 Add ".mp2" as a fourcc for mp2 audio in MOV. Fixes a problematic MOV file. 16 years ago
Art Clarke e1d8d7bb4b Downgrade message log level (from AV_LOG_ERROR to AV_LOG_DEBUG) about 16 years ago
Patrick Dehne d9982edfed The AAC demuxer now depends on id3v1.o. 16 years ago
Baptiste Coudurier 53e099de8b check atom size against edit_count to avoid very long loop 16 years ago
Baptiste Coudurier 7060667580 fix probing and demuxing of pond.dv, issue #887 16 years ago
Baptiste Coudurier d509c743b7 check if frame size matches old sys and assumes corrupted input, fixes #1192 16 years ago
Justin Ruggles d7bb185f99 Add a VorbisComment metadata conversion table and use it in the FLAC and 16 years ago
Aurelien Jacobs 4f909c7675 matroskadec: prepend TargetType to metadata key name 16 years ago
Kostya Shishkov 8c1ff0abae Allocate a bit more memory for MPC SV8 seek table, so bitreader won't read 16 years ago
Jason Garrett-Glaser 67fe508916 Analysis of logs show that there are in fact some files with m1v1 too (not just m2v2), 16 years ago
Peter Ross eacfe8581d Electronic Arts demuxer: support Madcow video tag 16 years ago
David Conrad 86b61d4241 Also accept TS as a prefix for wav twoccs (used by Flip4Mac) instead of 16 years ago
Jason Garrett-Glaser 761cb87173 Add "0x11005354" as a fourcc for MOV audio; fixes audio detection in a problematic MOV file. 16 years ago
Alex Converse 70f99f8dd2 Do not include libavcodec/internal.h in the ADTS muxer. 16 years ago
Jason Garrett-Glaser fc3fc0293d Add new FOURCC (0x0003) for raw DIB video, set flip flag accordingly. 16 years ago
Jai Menon 8e6e9bacc4 Associate the 0x6c75 TwoCC used in certain Kodak cameras 16 years ago
Jimmy Christensen 94d3d6a468 DPX (Digital Picture Exchange) image decoder 16 years ago
David Conrad 34edd9948d Add sac3 to mp4 fourccs for mov+h264+aac-sac3+mp4s+ETERNAL_cut.mp4 16 years ago
Jason Garrett-Glaser 14ed2d9983 Add "m2v1" to fourccs for MPEG-2 video; fixes some MOV files. 16 years ago
Jason Garrett-Glaser be43ae6651 Add alternate fourcc for QCELP audio (qclq). Fixes a problematic MOV file. 16 years ago
Diego Biurrun 1d4b1bf2f6 cosmetics: Prettyprint one more line to have columns line up. 16 years ago
Diego Biurrun 7d7b8c32c9 cosmetics: Reformat to K&R and prettyprint newly created files. 16 years ago
Patrick Dehne 7541118286 Move id3v2 parsing code from mp3.c to id3v2.h and id3v2.c. 16 years ago
Baptiste Coudurier bbe46bc4c2 Remove time_rate, we cannot compute exactly when fragments are 16 years ago
Baptiste Coudurier 818062f2f3 if b frames are parsed, set codec->has_b_frames 16 years ago
Luca Barbato ec606b36b4 Support seeking as defined by the rfc 16 years ago
Luca Barbato 4db819bc7f Make sure buffer end remains constant within the loop 16 years ago
Ronald S. Bultje 277a28e8fc Make asf_get_packet() and asf_parse_packet() static. See "[PATCH] asfdec.c: 16 years ago
Jai Menon 3dfadf7b1e Add additional dependencies for sdp and rtsp demuxers. 16 years ago
Peter Holik a52dc730cf Cosmetics : Use dprintf instead of printf. 16 years ago
Jai Menon 2b01a52031 Cosmetics : Fix indentation after last commit. 16 years ago
Peter Holik 682d49f4ea Introduce http_get_line and modify http_connect to use http_get_line. 16 years ago
Stefano Sabatini bf7e799c9e Remove '\p', '\c' and '\e' doxygen markup from doxy, as it should 16 years ago
David Conrad 12d7c0793b Ensure that the extradata buffer is padded appripriately in the ogg demuxer. 16 years ago
Kostya Shishkov 0e848977ce Move function for reading whole specified amount of data from RTSP 16 years ago
Alex Converse 007c47e8b9 Add the .adts file extension to the ADTS muxer. 16 years ago
Baptiste Coudurier 281551131d broken stsd length might be < 16, fix elst-assert.mp4 16 years ago
Baptiste Coudurier 502d6c0a23 Change find_tag return type to int64_t, fix a bug 16 years ago
Baptiste Coudurier b2984add80 do not parse full header for private streams 16 years ago
Baptiste Coudurier 617c461625 correctly handle maximum streams limit 16 years ago
Baptiste Coudurier 1c4df2ab24 export data from private streams 16 years ago
Baptiste Coudurier 4a01b3c714 initialize pes state to skip 16 years ago
Larbi Joubala 15c315b7f1 fix 3gp metadata, write strings in UTF8, patch by Larbi Joubala, larbi dot joubala at resonate-mp4 dot com 16 years ago
Baptiste Coudurier 1f07654330 print reg desc in a more friendly way 16 years ago
Baptiste Coudurier ad183ff4e2 give context to dprintf 16 years ago
Baptiste Coudurier fc72ad1990 print registration descriptor in debug 16 years ago
Baptiste Coudurier 7e69621f56 split audio chunks in mov demuxer 16 years ago
Baptiste Coudurier 84c7d45e02 0x7a is E-AC3 descriptor 16 years ago
Baptiste Coudurier 67c9cd696a fix compilation with DEBUG defined 16 years ago