19669 Commits (b4c80b649e72f394853a17966cfe501942bd2941)
 

Author SHA1 Message Date
Måns Rullgård b4c80b649e Fix building from within subdirs 16 years ago
Martin Storsjö a2ce9a9914 Use IF1 frame sizes in AMR-WB. 16 years ago
Siarhei Siamashka 373177949f Use iMDCT output scaling to simplify ffvorbis and make it slightly faster. 16 years ago
Siarhei Siamashka 7dfed8e1dc Fix for a problem with inverted sign of output data from ffvorbis decoder. 16 years ago
Siarhei Siamashka 34aecf1c87 Support for testing (i)MDCT output scale factor in fft-test tool. 16 years ago
Diego Biurrun 1754fe4d30 The AC-3 decoder is now LGPL. Exchange the license header and change references 16 years ago
Jason Garrett-Glaser d869a460db LGPL version of ac3_decode_transform_coeffs_ch, ~12.4% faster. 16 years ago
Måns Rullgård bae3abb02c Define ARCH_MIPS64 when building for MIPS64 16 years ago
Måns Rullgård 08a85a59d6 Define HAVE_BIGENDIAN as 0 or 1 according to CPU type 16 years ago
Måns Rullgård 5b34250da0 configure: add some MIPS CPUs 16 years ago
Alex Converse 6c6dac1dc1 Add missing libavformat dependencies on mpeg4audio.o 16 years ago
Kostya Shishkov 5b21719ea2 Let SwScaler know that RGB48 BE/LE is 16-bits per component format. 16 years ago
Diego Biurrun 6532cd55b1 Move AMR-WB-specific code to the AMR-WB section of the file. 16 years ago
Diego Biurrun 4e1424fdc7 cosmetics: Move AMR-WB-specific code to the AMR-WB part of the file. 16 years ago
Kostya Shishkov 075ec82c54 Make SwScaler recognize RGB48 BE/LE colourspaces (not support though). 16 years ago
Stefano Sabatini cec8e5f76a Log with level AV_LOG_ERROR if av_parse_color() cannot recognize a 16 years ago
Diego Biurrun 76499b9ff1 Remove useless casts of vec_ld() parameters. 16 years ago
Benjamin Larsson 7dd5568924 Indent 16 years ago
Benjamin Larsson 031b1cbeeb Change from INIT_VLC_USE_STATIC to INIT_VLC_USE_NEW_STATIC in atrac3 16 years ago
Benjamin Larsson fbf4d03a7c Indent 16 years ago
Benjamin Larsson 8d9f12657c Switch from INIT_VLC_USE_STATIC to INIT_VLC_USE_NEW_STATIC in qdm2. 16 years ago
Vitor Sessak a2c4b2cc9a Make TMV decoder check packet sizes before reading from it. 16 years ago
Reimar Döffinger 936bb4a9bc Add a forward declaration of mpeg1_decode_block_intra to fix compilation 16 years ago
Justin Ruggles 9a7a71ed4c eac3dec: use 16-bit pre-mantissas instead of 24-bit in AHT decoding. it is 16 years ago
Måns Rullgård db2f209352 mpeg12: fix non-standard use of "extern inline" 16 years ago
Yao Peter eb853afb8a Fix the M bit for multi-packet NALs. 16 years ago
Justin Ruggles 1ac7d1ac50 ac3dec: fix coupling range check. the start subband must be less than 16 years ago
Måns Rullgård 78ad664a7e oma: fix build if memcmp() is a macro 16 years ago
Siarhei Siamashka 7d485f165f Support for getting (i)MDCT output multiplied by a constant scaling factor. 16 years ago
Martin Storsjö 3ac56e28b0 Move img_convert_ctx to VideoState and free it in stream_close(). 16 years ago
Martin Storsjö 7c5ab14540 Add missing frees to stream_close() and do_exit(). 16 years ago
Kostya Shishkov b3867c93d1 Fix off-by-one error in MS RLE decoder which may result into writing past 16 years ago
Baptiste Coudurier 2d5fabc87a move increment after debug print 16 years ago
Diego Biurrun d8ed5bae6f cosmetics: K&R coding style, indent correctly, break overly long lines 16 years ago
Diego Biurrun e0c1e12a62 Replace 'x == 0' if conditions with '!x'. 16 years ago
Diego Biurrun 76b58f9f94 cosmetics: Remove pointless {}. 16 years ago
Diego Biurrun e09989be45 Surround AMR_WB encoding code by appropriate #ifdefs. 16 years ago
Diego Biurrun 9c0ef69af7 cosmetics: Move some more code around to avoid #ifdeffery. 16 years ago
Diego Biurrun c005a3ba59 cosmetics: Move functions around so that encoding and decoding functions are 16 years ago
Diego Biurrun 4d7d5ede5d Remove redundant #if condition. Two CONFIG_LIBAMR_NB blocks were right after 16 years ago
Diego Biurrun d2dfde0811 Add av_cold attribute to amr_nb decoding/encoding initialization functions. 16 years ago
Benjamin Larsson e5cd2d3dca Bugfix for bug introduced in the multichannel cook patchset. 16 years ago
Ramiro Polla 13bd2044d3 mlp: Simplify adressing of state and coeffs arrays for both filters by making 16 years ago
Ramiro Polla 42e64bf874 mlp: include mlp.h and use MAX_CHANNELS instead of hardcoding value 8. 16 years ago
David Conrad ebcf3b742b Ensure that we don't read from invalid memory with B-frame qpel 16 years ago
Baptiste Coudurier e1316b19ea write 'stps' for mpeg-2 open gop in .mov 16 years ago
Baptiste Coudurier 9d9a623925 decode mpeg-2 closed gop first b frames, fix issue #824 16 years ago
Baptiste Coudurier 8be080aebb free Track and unset priv_data to avoid double free, fix memleak 16 years ago
Baptiste Coudurier df099252bb reindent 16 years ago
Baptiste Coudurier 58a830239d remove unneeded length checks 16 years ago