|  Vittorio Giovara | 059a934806 | lavc: Consistently prefix input buffer defines Signed-off-by: Vittorio Giovara <vittorio.giovara@gmail.com> | 10 years ago | 
				
					
						|  Vittorio Giovara | def97856de | lavc: AV-prefix all codec capabilities Express bitfields more simply.
Signed-off-by: Vittorio Giovara <vittorio.giovara@gmail.com> | 10 years ago | 
				
					
						|  Vittorio Giovara | 6a85dfc830 | lavc: Replace av_dlog and tprintf with internal macros | 10 years ago | 
				
					
						|  Diego Biurrun | 7f9f771eac | avcodec: Don't anonymously typedef structs | 11 years ago | 
				
					
						|  Luca Barbato | 299d8ab104 | cook: Make sure there is enough extradata At least 8 bytes are needed (Mono audio).
Bug-Id: CID 741418
CC: libav-stable@libav.org | 11 years ago | 
				
					
						|  Gabriel Dume | f929ab0569 | cosmetics: Write NULL pointer equality checks more compactly Signed-off-by: Diego Biurrun <diego@biurrun.de> | 11 years ago | 
				
					
						|  Diego Biurrun | 9a9e2f1c8a | dsputil: Split audio operations off into a separate context | 11 years ago | 
				
					
						|  Diego Biurrun | b2bed9325d | cosmetics: Group .name and .long_name together in codec/format declarations | 12 years ago | 
				
					
						|  Diego Biurrun | 6d97484d72 | avcodec: av_log_ask_for_sample() ---> avpriv_request_sample() | 12 years ago | 
				
					
						|  Anton Khirnov | 759001c534 | lavc decoders: work with refcounted frames. | 13 years ago | 
				
					
						|  Justin Ruggles | 7b78321597 | cook: decode directly to the user-provided AVFrame | 13 years ago | 
				
					
						|  Anton Khirnov | 594d4d5df3 | lavc: add a wrapper for AVCodecContext.get_buffer(). It will be useful in the upcoming transition to refcounted AVFrames. | 13 years ago | 
				
					
						|  Justin Ruggles | a903f8f087 | Include libavutil/channel_layout.h instead of libavutil/audioconvert.h Also reorder some other #include when applicable. | 13 years ago | 
				
					
						|  Justin Ruggles | 93e27f86f1 | cook: use av_dlog() for debug logging instead of av_log() with AV_LOG_ERROR | 13 years ago | 
				
					
						|  Justin Ruggles | 8f173ef019 | cook: move samples_per_frame from COOKSubpacket to where it is used | 13 years ago | 
				
					
						|  Justin Ruggles | 7efbba2e36 | cook: use av_get_channel_layout_nb_channels() instead of cook_count_channels() | 13 years ago | 
				
					
						|  Justin Ruggles | d21b2e4726 | cook: reverse a condition so that the code makes more sense | 13 years ago | 
				
					
						|  Justin Ruggles | 926e9d28f1 | cook: remove unneeded COOKContext variable, sample_rate | 13 years ago | 
				
					
						|  Justin Ruggles | 8aa5b8c5c8 | cook: remove unneeded COOKContext variable, bit_rate | 13 years ago | 
				
					
						|  Justin Ruggles | 3509eee19c | cook: use AVCodecContext.channels instead of keeping a private copy | 13 years ago | 
				
					
						|  Diego Biurrun | 707f58f515 | cook: Remove some silly Doxygen comments | 13 years ago | 
				
					
						|  Diego Biurrun | 8a61ba0e81 | cook: Remove senseless maybe_reformat_buffer32() function | 13 years ago | 
				
					
						|  Diego Biurrun | f23b4a0682 | cook: cosmetics: Better names for joint_decode() function parameters | 13 years ago | 
				
					
						|  Diego Biurrun | 20015379a4 | cook: cosmetics: Better name for ccpl COOKSubpacket member | 13 years ago | 
				
					
						|  Justin Ruggles | cbf6ee7823 | cook: use planar sample format | 13 years ago | 
				
					
						|  Diego Biurrun | 6f6b0311a3 | avcodec: Drop some silly commented-out av_log() invocations | 13 years ago | 
				
					
						|  Anton Khirnov | 36ef5369ee | Replace all CODEC_ID_* with AV_CODEC_ID_* | 13 years ago | 
				
					
						|  Diego Biurrun | 0177b7d23a | Improve descriptiveness of a number of codec and container long names | 13 years ago | 
				
					
						|  Alex Converse | b5d2bf964b | cook: Make constants passed to AV_BE2NE32C() unsigned to avoid signed overflow. | 13 years ago | 
				
					
						|  Diego Biurrun | a92be9b856 | Replace memset(0) by zero initializations. Also remove one pointless zero initialization in rangecoder.c. | 14 years ago | 
				
					
						|  Ronald S. Bultje | 97e48b2f54 | cook: error out on quant_index values outside [-63, 63] range. Found-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind
CC: libav-stable@libav.org | 13 years ago | 
				
					
						|  Ronald S. Bultje | 442c3a8cb1 | cook: expand dither_tab[], and make sure indexes into it don't overflow. Fixes overflows in accessing dither_tab[].
Found-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind
CC: libav-stable@libav.org | 13 years ago | 
				
					
						|  Ronald S. Bultje | 37cc8600d0 | cook: extend channel uncoupling tables so the full bit range is covered. Found-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind
CC: libav-stable@libav.org | 13 years ago | 
				
					
						|  Ronald S. Bultje | 941fc1ea1e | cook: prevent div-by-zero if channels is zero. Found-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind
CC: libav-stable@libav.org | 13 years ago | 
				
					
						|  Martin Storsjö | e96b4a53df | vlc/rl: Add ff_ prefix to the nonstatic symbols Signed-off-by: Martin Storsjö <martin@martin.st> | 13 years ago | 
				
					
						|  Shitiz Garg | c3513477bb | cook: K&R formatting cosmetics Signed-off-by: Diego Biurrun <diego@biurrun.de> | 14 years ago | 
				
					
						|  Justin Ruggles | 0eea212943 | Add avcodec_decode_audio4(). Deprecate avcodec_decode_audio3().
Implement audio support in avcodec_default_get_buffer().
Implement the new audio decoder API in all audio decoders. | 14 years ago | 
				
					
						|  Mans Rullgard | b7581b5c83 | cook: use a table for xor key rotation This is simpler and avoids an invalid shift by 32 in the
aligned case.
Signed-off-by: Mans Rullgard <mans@mansr.com> | 14 years ago | 
				
					
						|  K.Y.H | 51f316a997 | cook: fix apparent typo in extradata parsing Signed-off-by: Anton Khirnov <anton@khirnov.net> | 14 years ago | 
				
					
						|  Justin Ruggles | 5c353eb8e3 | cook: return AVERROR_PATCHWELCOME instead of ENOTSUP ENOTSUP is not defined on some systems | 14 years ago | 
				
					
						|  Justin Ruggles | e34c6c9708 | cook: check output buffer size before decoding | 14 years ago | 
				
					
						|  Justin Ruggles | 6631294c26 | cook: do not needlessly set *data_size to 0 | 14 years ago | 
				
					
						|  Justin Ruggles | b277ebd508 | cook: remove pointless return statements | 14 years ago | 
				
					
						|  Justin Ruggles | c9c841e231 | cook: simplify decouple_info() | 14 years ago | 
				
					
						|  Justin Ruggles | f193c96f49 | cook: return appropriate error codes instead of -1 | 14 years ago | 
				
					
						|  Justin Ruggles | e694831f9d | cook: avoid hardcoded sizes in sizeof() | 14 years ago | 
				
					
						|  Justin Ruggles | 776e9815a5 | cook: remove unneeded #includes | 14 years ago | 
				
					
						|  Justin Ruggles | c25df22365 | cook: output float samples instead of converting to int16 | 14 years ago | 
				
					
						|  Laurent Aimar | 3a742470a8 | cook: Fix js_vlc_bits value validation for joint stereo Signed-off-by: Janne Grunau <janne-libav@jannau.net> | 14 years ago | 
				
					
						|  Diego Biurrun | ff993cd7fc | doxygen: Drop array size declarations from Doxygen parameter names. Adding [] to a Doxygen parameter name clashes with Doxygen syntax. | 14 years ago |