14845 Commits (79f4494a042b98e910524c7b93f294c9ec5118d0)
 

Author SHA1 Message Date
Michael Niedermayer 79f4494a04 indent 16 years ago
Michael Niedermayer 0ab515e935 simplify 16 years ago
Justin Ruggles 7645da9194 cosmetic: use hex value instead of decimal to show relation to 0x7FFFFF 16 years ago
Michael Niedermayer df8a7dff29 Remove delayed_output_pic, I do not understand what this variable was good for. 16 years ago
Michael Niedermayer 1b547abaa3 Drop out of order pics even if bitstream_restriction_flag is set. 16 years ago
Vitor Sessak 34e0d78936 Set avctx->coded_frame in RoQ encoder. At some point in 16 years ago
Michael Niedermayer 6ebc89ac48 Make the ugly hack which uses an unused entry in the internal buffer 16 years ago
Stefano Sabatini fc7ad2af05 Make ffmpeg -t X with X<=0 transcode nothing. 16 years ago
Michael Niedermayer 5bfe3b853a minor simplification of qdm2_decode_fft_packets() 16 years ago
Michael Niedermayer 197ea52443 Make frames non reference by default, so they are disposed of automatically 16 years ago
Michael Niedermayer 44eb047a5b Correcting displayed muxing overhead and video stream size. 16 years ago
Michael Niedermayer e0168e3b9c Support reading large metadata. 16 years ago
Michael Niedermayer 1e77df15dd Make bitstream_* fields unsigned. 16 years ago
Michael Niedermayer cfcd396bae Only realloc() bitstream buffer when the needed size increased, 16 years ago
Michael Niedermayer 2b4b8c824e If metadata has been parsed goto end instead of trying to 16 years ago
Erik Hovland 8d8d2b7391 Fix a mem leak in vc1_decode_frame(). 16 years ago
Erik Hovland be390a4e2e Fix a mem leak in av_find_stream_info(). 16 years ago
Måns Rullgård b7b38fb28a intreadwrite: support DEC compiler __unaligned type qualifier 16 years ago
Måns Rullgård c6002ea14d MPEGTS: Improve probe function 16 years ago
Baptiste Coudurier 5469b788ea cosmetics, remove space 16 years ago
Baptiste Coudurier 40e7aaa384 Return max score when ftyp atom is encountered. 16 years ago
Michael Niedermayer a1f3ffa3ce Make C code in yuv2yuv1() do accurate rounding, this could be split 16 years ago
Vitor Sessak 96e8987e5b Simplify: do not overuse pointer aritmetic 16 years ago
Michael Niedermayer d78c1ea16f indent 16 years ago
Michael Niedermayer bf2bdde67a Forgotten accurate rounding function YSCALEYUV2YV121_ACCURATE. 16 years ago
Michael Niedermayer 7bae01c62c simplify yuv2yuv1() 16 years ago
Vitor Sessak c52d2da905 Declare parameters of pred() that could be const as such 16 years ago
Vitor Sessak efa85e5e45 Another simplification 16 years ago
Vitor Sessak 4a51e06bfc Simplify 16 years ago
Vitor Sessak 02a1eb9329 Simplify 16 years ago
Vitor Sessak e4265007a6 Declare function parameters as const 16 years ago
Michael Niedermayer 6afc7c19f0 10l forgot SWS_BILINEAR 16 years ago
Michael Niedermayer 010c00bc81 Ensure that exactly one scaler algo is used. 16 years ago
Måns Rullgård fbbea48eb3 Rearrange AV_[RW][BL]*() macros 16 years ago
Michael Niedermayer 7c5ea40ca4 100l, someone used FLT_MIN where -FLT_MAX was meant at a few places in the 16 years ago
Diego Biurrun 8351d2ba75 Replace LDLATEFLAGS hackery by proper LDFLAGS tests. 16 years ago
Michael Niedermayer 2615800a27 Try to fix FATE after my time_base simplification change. 16 years ago
Diego Biurrun 2ece2e9773 Move up swscale_error target so that regression tests error out immediately. 16 years ago
Stefano Sabatini ef2b64f04c Free in avcodec_close() avctx->rc_eq. Fix a memory leak. 16 years ago
Michael Niedermayer 9dff86c672 10000l, revert 16 years ago
Michael Niedermayer 1d42f41091 indent 16 years ago
Michael Niedermayer 7a9dba3cd6 SVQ3 uses the JPEG variant of YUV 4:2:0. 16 years ago
Diego Biurrun 9e4cd83347 cosmetics: Fix mxf codec long name. 16 years ago
Baptiste Coudurier 59e7894c3d print AVCodecContext address instead of AVClass, better when multiple instances of same codecs are used, based on r14237 16 years ago
Michael Niedermayer 38844c0b42 The funny memcpyin svq3 generally has src & dst overlapping, so it 16 years ago
Michael Niedermayer fb0fbd7c6c Print slice num as well. 16 years ago
Loren Merritt 5eb0f2a425 float_to_int16_interleave: change src to an array of pointers instead of assuming it's contiguous. 16 years ago
Loren Merritt 633d9def9d vorbis: reduce memory by reusing buffers 16 years ago
Loren Merritt 1a32536737 unroll another common case in vorbis_residue_decode 16 years ago
Siarhei Siamashka 589790c294 OGG: Add padding at end of Vorbis headers 16 years ago