8958 Commits (449659919caa2dec5cb94792b64cf55f6afe0460)
 

Author SHA1 Message Date
  Panagiotis Issaris 449659919c Fix compilation when using the --disable-opts parameter. This to help those 19 years ago
  Baptiste Coudurier d1b2356998 1000l, revert r8547, im too stupid 19 years ago
  Baptiste Coudurier ed057fccfc typo, fix -fs 19 years ago
  Baptiste Coudurier 11979c460c move atom size check before parsing function search 19 years ago
  Baptiste Coudurier a097e559b2 unset sample count to disable track when is broken 19 years ago
  Baptiste Coudurier 62b6498df2 break if atom size is more than size left in container atom, fix shooter.mov 19 years ago
  Benoit Fouet db56acd480 Accept only existing bitrates. 19 years ago
  Limin Wang f5ad81f527 Allow setting v4l2 input and video standard. 19 years ago
  Bobby Bingham 4992d8bf7d Change the vhook code to send real timestamps to the filters instead of the 19 years ago
  Baptiste Coudurier 2f124d2af2 add hdv1 fourcc 19 years ago
  Baptiste Coudurier 0b339acb9e revert r8538 (set bit rate for asf format) until regression tests issue is stated 19 years ago
  Zuxy Meng 4d38ebfd7b set bit rate for asf format, patch by Zuxy Meng, zuxy meng gmail com 19 years ago
  Baptiste Coudurier 5508d26b7c fix decoding of big audio packets (48k 16bit 2 channels), needed size is related to samples which is short * while len passed to decode_audio2 is related to pkt->data which is uint8_t * 19 years ago
  Michael Niedermayer c367d06702 prevent exit missuse 19 years ago
  Michael Niedermayer 7975048628 require at least a score of AVPROBE_SCORE_MAX/4 or reaching of PROBE_BUF_MAX 19 years ago
  Michael Niedermayer 7ebf5927fd codec id addition guidlines 19 years ago
  Kostya Shishkov 351f6b4e91 FASTTX==0 means additional 16 bits in extradata 19 years ago
  Kostya Shishkov 6b27f3b87f One more FASTTX-related hack 19 years ago
  Kostya Shishkov 9ac421e3c1 Remove redundant assign 19 years ago
  Baptiste Coudurier bad0cefbdd add IJPG fourcc, to play m_ijpg.avi 19 years ago
  Michael Niedermayer 61f676e1c1 warning about vhooks status 19 years ago
  Michael Niedermayer adcb72b521 set pict_type to I type during init so parsers which dont set it get all i frames, fixes mp3 seeking 19 years ago
  Ivan Kalvachev d215d07ae0 get rid of unused entries in the middle of xvmc_render struct, 19 years ago
  Ian Braithwaite 1890c2acf4 Optimize by building the mdct window and multipying/adding at the same time. 19 years ago
  Michael Niedermayer f39c3c8855 factorize & 19 years ago
  Michael Niedermayer 0abfd53344 simplify 19 years ago
  Aurelien Jacobs ed18643199 properly set *data_size when returning >= 0 values in shorten_decode_frame() 19 years ago
  Michael Niedermayer 0cb7f8a260 check input validity, this prevents a few variables from reachin odd values which might have lead to out of array writes and thus might have been exploitable 19 years ago
  Michael Niedermayer 34a370cb0c simplify 19 years ago
  Baptiste Coudurier f0cb03e9f2 increment subminor version due to r8502 and r8504, those revisions make dnxhd and gif decoders in line with libavcodec API 19 years ago
  Baptiste Coudurier 04f7136bfe remove TODO, its done now 19 years ago
  Baptiste Coudurier 10d4899c01 pass correct buffer size to lzw decode init 19 years ago
  Michael Niedermayer 5f01beb548 move eob_reached logic into ff_lzw_decode_tail() which simplifies the code, avoids some checks in the innermost loop and also gets rid of the controversal break while hopefully retaining the last byte in a valid bytestream, invalid bytestreams still can have very significant overread 19 years ago
  Baptiste Coudurier c59f24e657 activate parser on MP3 id, fix [A-Destiny]_Konjiki_no_Gash_Bell_-_65_[71EE362C].mp4 19 years ago
  Baptiste Coudurier 0174f51470 prefer MP3 id 19 years ago
  Michael Niedermayer 6aaf3abd6d simplify 19 years ago
  Baptiste Coudurier db6d109da2 use MKTAG 19 years ago
  Baptiste Coudurier b0c17f7776 dont fail immediately when a somehow broken track is detected, some tracks might be good, fix mi2_vorbis51.mp4 19 years ago
  Michael Niedermayer 2975ca0ab6 lzw maintainer 19 years ago
  Michael Niedermayer bf7709619b factorize 19 years ago
  Michael Niedermayer 62ef8925c5 simplify 19 years ago
  Kostya Shishkov b666151045 1000l to myself - get correct quantization for blocks 1 and 2 19 years ago
  Aurelien Jacobs 8509fc7b13 add support for V_THEORA into Matroska 19 years ago
  Aurelien Jacobs da91ed594e use generic xiph header spliting func to split theora headers 19 years ago
  Aurelien Jacobs 5bb127a98f extract vorbis header spliting code into a reusable function 19 years ago
  Baptiste Coudurier 239e1b6f8f actually return bytes read 19 years ago
  Baptiste Coudurier ea82552c09 return error if loop has ended before decoding image 19 years ago
  Baptiste Coudurier 877519f550 actually return bytes read 19 years ago
  Baptiste Coudurier 7a28b7714e add some length checks 19 years ago
  Baptiste Coudurier 5f7ab90a0c simplify 19 years ago