20190 Commits (e187d87d7d1118bf6e592ad09320694c027bd0f8)
 

Author SHA1 Message Date
Ramiro Polla 7cc8d616aa Fix unaligned accesses by doing bytewise access until aligned, then 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 d310d56a36 do not use av_parser_change for h264 which uses bitstream filter, fix #1027 16 years ago
Måns Rullgård a4ddf509fe regtest: print commands also for image format tests 16 years ago
Måns Rullgård 50f3fabc48 Print error message when output buffer allocation fails 16 years ago
Baptiste Coudurier 2c608fed3a print error when dv frame profile cannot be found 16 years ago
Baptiste Coudurier d509c743b7 check if frame size matches old sys and assumes corrupted input, fixes #1192 16 years ago
Diego Biurrun 90b4f09177 Merge FreeBSD and DragonFlyBSD OS detection sections. 16 years ago
Adam Hoka d6dcfc7f5b Add DragonFlyBSD to the list of supported OSes. 16 years ago
Peter Ross 7d58228055 Initialise MAD decode_block_intra() loop iterator to zero. 16 years ago
Vladimir Voroshilov 94994d8d9a G.729 decoder initialization routine (skeleton) 16 years ago
Vladimir Voroshilov 730c1e4a06 Replace MAX_SUBFRAME_SIZE and ctx->subframe_size with SUBFRAME_SIZE, 16 years ago
Justin Ruggles d7bb185f99 Add a VorbisComment metadata conversion table and use it in the FLAC and 16 years ago
Justin Ruggles 7ca1295985 Do not guess the channel layout when getting its string value. 16 years ago
Aurelien Jacobs 4f909c7675 matroskadec: prepend TargetType to metadata key name 16 years ago
Justin Ruggles 0fb6a8b339 Remove the 3-front-channel layout from the list of channel layout 16 years ago
Kostya Shishkov 0d5390b062 Correct reading bits in MPC SV8 base codes (when we have to read 0 or >16 bits). 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
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