20321 Commits (1aa71e258dff1f63177ac799c63cffc84e56eeff)
 

Author SHA1 Message Date
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
Peter Ross c63ea92bf2 Electronic Arts Madcow decoder 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 d4eeef0c19 Cosmetics: Re-indent after last commit 16 years ago
Alex Converse 85e9296f41 Move TNS and swb_offset tables from aacdectab.h to aactab.c so that they can be 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
Sascha Sommer c0e9b2e84f Move run level decode functionality to ff_wma_run_level_decode 16 years ago
Sascha Sommer e8c7f81cf2 cosmetics: Add brackets between if/else 16 years ago
Sascha Sommer 523c09ca44 Add additional sample rates to the frame len bits calculation code 16 years ago
Sascha Sommer eff9011d17 Fix placment of the DPCM Xan comment 16 years ago
Sascha Sommer cee4bb894d Move frame len bits calculation to ff_wma_get_frame_len_bits 16 years ago
Jai Menon 8e6e9bacc4 Associate the 0x6c75 TwoCC used in certain Kodak cameras 16 years ago
Diego Biurrun ae1374ce10 cosmetics: Prettyprint and reformat wma.c closer to K&R style. 16 years ago
Baptiste Coudurier 761c8c923e Fail and print correct error message when video stream pixel format 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
Jeff Downs d468ff0fdf Fix cast of byte buffer to uint32 that was disregarding alignment 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 477ffff218 The internal header libavutil/internal.h should not be used outside libavutil. 16 years ago
Ramiro Polla fdf70cc5c9 Kill warnings of possibly unused variables by using av_unused. 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
Diego Biurrun dc8229015c Fix compilation: #undef standard library functions that are 16 years ago
Diego Biurrun 02163b799d Add libavutil/internal.h #include, required for the DECLARE_ALIGNED macro. 16 years ago
Diego Biurrun 0ef37cd52e cosmetics: Reformat file to K&R style upon Kostya's request. 16 years ago
Diego Biurrun 233816820d 10l: Add vc1dec.o to the list of WMV3 objects, same as for VC-1. 16 years ago
Diego Biurrun b761659bef Split decoder-specific code off from vc1.c into vc1dec.c and keep code 16 years ago
Baptiste Coudurier 844d17fb14 Add const in cast. Removes warning: 16 years ago
Baptiste Coudurier 89bc05d1ea give s->resample_context to avoid segfault, avclass was moved 16 years ago
David Conrad 77fc598d98 Disable native Vorbis encoder; quality is much worse than libvorbis and 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
Baptiste Coudurier aa9b754ffc Remove even condition on pad and crop. 16 years ago
Diego Biurrun 17492d5e40 Add code to enable and disable all VAAPI and VDPAU parts. 16 years ago
Diego Biurrun 9da1115877 Remove Mans as MPEG-TS maintainer, he never intended to maintain MPEG-TS. 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
Haruhiko Yamagata b19d493f2b Add field prev_interlaced_frame to H264Context to be able to flag soft telecine 16 years ago
Ronald S. Bultje 277a28e8fc Make asf_get_packet() and asf_parse_packet() static. See "[PATCH] asfdec.c: 16 years ago
Diego Biurrun 28b80940ff Express the H.264 parser dependency on the golomb code in configure instead of 16 years ago
Diego Biurrun ef434a4b24 Add missing dependencies for H.264 and VC-1 parsers. 16 years ago
Jai Menon 3dfadf7b1e Add additional dependencies for sdp and rtsp demuxers. 16 years ago
Luca Abeni 747069e254 Properly initialize AVFrames to default values in the MPEG decoder (fixes 16 years ago
Diego Biurrun 9d58d4717a cosmetics: Add missing ending backslash to installed header list. 16 years ago