19173 Commits (eebbb33abfe82bb3b044ff1f1cb0b263bde9402b)
 

Author SHA1 Message Date
  Michael Niedermayer eebbb33abf Make sure spatial_decomposition_count is not too large for picture size. 17 years ago
  Michael Niedermayer 69409ccb80 Skip non intra frames that have no reference frames. 17 years ago
  Michael Niedermayer 440882f7be Make sure spatial_decomposition_count is >0. 17 years ago
  Michael Niedermayer dc7f45a08e Make sure the block array is of the correct size. 17 years ago
  Michael Niedermayer bc4350a333 Check spatial_decomposition_count too, fixes another crash. 17 years ago
  Michael Niedermayer 45d1d9794d 10l, forgot to remove old code, which broke snow. 17 years ago
  Michael Niedermayer 158f189f82 Factorize check of read symbols. 17 years ago
  Michael Niedermayer a794356602 Fix spatial_decomposition_type validity check. 17 years ago
  Michael Niedermayer f0812be883 Fix crash when max_ref_frames was out of range. 17 years ago
  Diego Biurrun 985fdd534f Give liblzo benchmark conditionals more descriptive names and add convenience 17 years ago
  Diego Biurrun e467369278 Add a configure check for lzo1x_999_compress() and compile the lzo test program 17 years ago
  Reimar Döffinger ef12ec23fa Fix memleak in nuv demuxer: free packet already allocated packet when 17 years ago
  Diego Biurrun 7a709548a7 Remove unnecessary gcc_fixes.h #include. 17 years ago
  Diego Biurrun 952f18ffe6 cosmetics: Reformat comment paragraph and fix a few typos in it. 17 years ago
  Michael Niedermayer cdf38a17fb Fix -ss / -t interaction with -acodec copy. 17 years ago
  Michael Niedermayer 0127b86108 Fix mb_height for interlaced mpeg2. 17 years ago
  Ramiro Polla e90f5b5ab1 configure: Add --enable-runtime-cpudetect 17 years ago
  Ramiro Polla 10a7d21672 Rename RUNTIME_CPUDETECT to CONFIG_RUNTIME_CPUDETECT and always define it. 17 years ago
  Reimar Döffinger 9470511185 Correctly set packet size for partial video packets in nuv demuxer. 17 years ago
  Reimar Döffinger feb993e579 Add av_shrink_packet function for use in av_get_packet that reduces pkt->size 17 years ago
  Zhentan Feng c81604f862 Reduce code duplication. 17 years ago
  Ronald S. Bultje 2851d2253f Document addition of new avcodec_decode_video2/audio3/subtitle2() API and 17 years ago
  Martin Storsjö 08e696c0b2 Add support for AMR audio in the RTP muxer 17 years ago
  Baptiste Coudurier 17ad7b24c8 force sample for qcelp when not stored in mov, fix #968 17 years ago
  Ronald S. Bultje 4bce3ba480 Reindent after r18372. 17 years ago
  Ronald S. Bultje 6e9f56c127 Add waveformat-extensible support in the wav muxer. 17 years ago
  Robert Swain 7b356d3951 Clarify which time_base the relevant members of AVPacket use 17 years ago
  Baptiste Coudurier 3c8d144789 move codec tag tables near corresponding code 17 years ago
  Baptiste Coudurier 08680ab8c2 cosmetics, reindent 17 years ago
  Baptiste Coudurier 0872acc45c cosmetics, add empty line and remove useless braces 17 years ago
  Baptiste Coudurier b6cb99469f fix compilation, add missing parenthesis 17 years ago
  Baptiste Coudurier 130ba4b17a comment the ipod subtitle check 17 years ago
  Baptiste Coudurier 6452af7a33 invert condition to simplify code 17 years ago
  Baptiste Coudurier cf9ce6a3d6 remove no more needed code, tag is set by default 17 years ago
  Baptiste Coudurier 2ab57c0443 cosmetics, reindent, add empty lines 17 years ago
  Baptiste Coudurier 6b60028595 split mov_find_codec_tag in separate per format functions 17 years ago
  Stefano Sabatini f3370e14ea Improve grammar/comprehensibility of the lavu 50.2.0 entry. 17 years ago
  Reimar Döffinger b0723c8a12 Always return 0 if read_packet is successful. 17 years ago
  Reimar Döffinger ac2b2226ac Do not uselessly read version string into a buffer. 17 years ago
  Reimar Döffinger 6883ebe4b9 Describe read_alloc return value and required pkt handling to avoid memleaks 17 years ago
  Reimar Döffinger 4e5735f774 Error out also when reading nuv header returns with partial data and return 17 years ago
  Baptiste Coudurier 2fa6bc789f set bits_per_coded_sample for rawvideo 17 years ago
  Baptiste Coudurier 50d2d05d34 override mov fourcc for pcm audio, this is safer when stream copying 17 years ago
  Robert Swain f0ed92df60 Fix second amr_nb_decode_frame() to also use the new AVPacket argument 17 years ago
  Thilo Borgmann cdd8930e6a Move av_packet_*() functions from libavformat/ to libavcodec/, where the 17 years ago
  Aurelien Jacobs 012f930855 fix vp5/vp6 decoding by using new prototype for decode function 17 years ago
  Thilo Borgmann 7a00bbad21 Implement avcodec_decode_video2(), _audio3() and _subtitle2() which takes an 17 years ago
  Thilo Borgmann 18c915eef4 Move AVPacket up a bit, so that structs/functions that include AVPacket can 17 years ago
  Aurelien Jacobs b02d3aef94 use av_freep() instead of av_free() + =NULL. 17 years ago
  Luca Abeni 0f55f341fe Fix the copyright year 17 years ago