14863 Commits (4f20b45fbeea62fa149c8bc471d75e42a1f7469c)
 

Author SHA1 Message Date
  Michael Niedermayer 4f20b45fbe Fix h264_loop_filter_strength_mmx2() so it works with PAFF. 17 years ago
  Benjamin Larsson d11f9e1b15 Prevent the qdm2 code from overreading/overflowing. Fixes Coverity ID 112 run 2 17 years ago
  Michael Niedermayer fb19e1443b Take the brain amputated spec literally if the user asks for it (-strict 1). 17 years ago
  Michael Niedermayer 0042808e31 Remove explicit strict_std_compliance support as it seems to work fine over 17 years ago
  Michael Niedermayer 5771b2c324 Make strict_std_compliance available to decoders. 17 years ago
  Benjamin Larsson f7dbf86d93 Fix for possible null pointer dereferencing, closes Coverity report 68 run 2. 17 years ago
  Vitor Sessak 9f59e608d2 Cosmetics: alignment 17 years ago
  Vitor Sessak 3c617380e7 Simplify co(): do not abuse pointer aritmetics 17 years ago
  Michael Niedermayer 2a811db238 Make the automatic has_b_frames increasing code increase it up to the 17 years ago
  Vitor Sessak 6bc5714be6 Simplify co(): remove variables that are only used once 17 years ago
  Michael Niedermayer 28bb9eb24b Try to fix my latest 100l fate SVQ3 breakage. 17 years ago
  Michael Niedermayer 801b27fa7c Remove apparently unneeded out!=NULL check. 17 years ago
  Michael Niedermayer 3eaa6d0e56 Simplify picture output code. 17 years ago
  Michael Niedermayer 6b476f05e3 Remove useless #if 0 code. 17 years ago
  Michael Niedermayer 7c0efeccfa Do not forget marking disposed delayed pics as unused. 17 years ago
  Baptiste Coudurier f12c4bba79 add ogv extension 17 years ago
  Baptiste Coudurier 0fb6c620c0 cosmetics, remove space 17 years ago
  Baptiste Coudurier 9b92ed7666 update swf video frame number when muxing done, fix #439 17 years ago
  Michael Niedermayer 79f4494a04 indent 17 years ago
  Michael Niedermayer 0ab515e935 simplify 17 years ago
  Justin Ruggles 7645da9194 cosmetic: use hex value instead of decimal to show relation to 0x7FFFFF 17 years ago
  Michael Niedermayer df8a7dff29 Remove delayed_output_pic, I do not understand what this variable was good for. 17 years ago
  Michael Niedermayer 1b547abaa3 Drop out of order pics even if bitstream_restriction_flag is set. 17 years ago
  Vitor Sessak 34e0d78936 Set avctx->coded_frame in RoQ encoder. At some point in 17 years ago
  Michael Niedermayer 6ebc89ac48 Make the ugly hack which uses an unused entry in the internal buffer 17 years ago
  Stefano Sabatini fc7ad2af05 Make ffmpeg -t X with X<=0 transcode nothing. 17 years ago
  Michael Niedermayer 5bfe3b853a minor simplification of qdm2_decode_fft_packets() 17 years ago
  Michael Niedermayer 197ea52443 Make frames non reference by default, so they are disposed of automatically 17 years ago
  Michael Niedermayer 44eb047a5b Correcting displayed muxing overhead and video stream size. 17 years ago
  Michael Niedermayer e0168e3b9c Support reading large metadata. 17 years ago
  Michael Niedermayer 1e77df15dd Make bitstream_* fields unsigned. 17 years ago
  Michael Niedermayer cfcd396bae Only realloc() bitstream buffer when the needed size increased, 17 years ago
  Michael Niedermayer 2b4b8c824e If metadata has been parsed goto end instead of trying to 17 years ago
  Erik Hovland 8d8d2b7391 Fix a mem leak in vc1_decode_frame(). 17 years ago
  Erik Hovland be390a4e2e Fix a mem leak in av_find_stream_info(). 17 years ago
  Måns Rullgård b7b38fb28a intreadwrite: support DEC compiler __unaligned type qualifier 17 years ago
  Måns Rullgård c6002ea14d MPEGTS: Improve probe function 17 years ago
  Baptiste Coudurier 5469b788ea cosmetics, remove space 17 years ago
  Baptiste Coudurier 40e7aaa384 Return max score when ftyp atom is encountered. 17 years ago
  Michael Niedermayer a1f3ffa3ce Make C code in yuv2yuv1() do accurate rounding, this could be split 17 years ago
  Vitor Sessak 96e8987e5b Simplify: do not overuse pointer aritmetic 17 years ago
  Michael Niedermayer d78c1ea16f indent 17 years ago
  Michael Niedermayer bf2bdde67a Forgotten accurate rounding function YSCALEYUV2YV121_ACCURATE. 17 years ago
  Michael Niedermayer 7bae01c62c simplify yuv2yuv1() 17 years ago
  Vitor Sessak c52d2da905 Declare parameters of pred() that could be const as such 17 years ago
  Vitor Sessak efa85e5e45 Another simplification 17 years ago
  Vitor Sessak 4a51e06bfc Simplify 17 years ago
  Vitor Sessak 02a1eb9329 Simplify 17 years ago
  Vitor Sessak e4265007a6 Declare function parameters as const 17 years ago
  Michael Niedermayer 6afc7c19f0 10l forgot SWS_BILINEAR 17 years ago