109 Commits (0539d84d985e811e5989ef27c13f7e2dda0f9b89)

Author SHA1 Message Date
Diego Biurrun a25dac976a Use bitstream_init8() where appropriate 8 years ago
Alexandra Hájková 0272119202 atrac: Convert to the new bitstream reader 8 years ago
Vittorio Giovara 059a934806 lavc: Consistently prefix input buffer defines 9 years ago
Vittorio Giovara def97856de lavc: AV-prefix all codec capabilities 9 years ago
Vittorio Giovara 7c6eb0a1b7 lavc: AV-prefix all codec flags 9 years ago
Anton Khirnov ee964145b5 lavc: remove unused traces of fmtconvert usage 10 years ago
Gabriel Dume f929ab0569 cosmetics: Write NULL pointer equality checks more compactly 10 years ago
Maxim Poliakovski ed796fba76 atrac3: Better name for IMDCT window initialization 11 years ago
Maxim Poliakovski be76415047 atrac3: Remove unused gain compensation tables 11 years ago
Maxim Poliakovski 79cbac8cd4 atrac3: Generalize gain compensation code 11 years ago
Diego Biurrun 5ce04c14dd Use correct Doxygen syntax 11 years ago
Diego Biurrun be0b4c70ec atrac3: Replace a silly counter variable name with plain 'j' 11 years ago
Diego Biurrun 7df9e693a3 cosmetics: Fix ATRAC codec name spelling 11 years ago
Luca Barbato 50cf5a7fb7 atrac3: Error on impossible encoding/channel combinations 12 years ago
Luca Barbato 22e76ec635 atrac3: set the getbits context the right buffer_end 12 years ago
Luca Barbato 874c8a17ac atrac3: fix error handling 12 years ago
Diego Biurrun 6fee1b90ce avcodec: Add av_cold attributes to init functions missing them 12 years ago
Xi Wang eba1ff3130 atrac3: avoid oversized shifting in decode_bytes() 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. 12 years ago
Justin Ruggles 9a75ace2b2 atrac3: decode directly to the user-provided AVFrame 12 years ago
Michael Karcher 0e3afacd4d atrac3: use correct loop variable in add_tonal_components() 12 years ago
Anton Khirnov 594d4d5df3 lavc: add a wrapper for AVCodecContext.get_buffer(). 12 years ago
Justin Ruggles 44d854a518 atrac3: return an error if extradata_size is not a specific known size 12 years ago
Justin Ruggles a1f4cd371a atrac3: replace a calculation with FFALIGN() 12 years ago
Justin Ruggles 808686fc1e atrac3: remove unused ATRAC3Context field, sample_rate 12 years ago
Justin Ruggles 89a6c32bc1 atrac3: use sizeof(variable) instead of sizeof(type) 12 years ago
Justin Ruggles 327747de15 atrac3: simplify MDCT window calculation 12 years ago
Justin Ruggles 5d1007f74d atrac3: initialize static tables in AVCodec.init_static_data() 12 years ago
Justin Ruggles 78edce3f19 atrac3: separate window initialization from IMDCT initialization 12 years ago
Justin Ruggles c51311b907 atrac3: move the 'frame_factor' field from ATRAC3Context to where it is used 12 years ago
Justin Ruggles 7e76f27081 atrac3: remove unused ATRAC3Context field, bit_rate 12 years ago
Justin Ruggles a2664c91fb atrac3: move the 'samples_per_frame' field from ATRAC3Context to where it is used 12 years ago
Justin Ruggles 7c1f93afe6 atrac3: remove unused ATRAC3Context field, samples_per_channel 12 years ago
Justin Ruggles cdd0e0de81 atrac3: use AVCodecContext.block_align instead of keeping a private copy 12 years ago
Justin Ruggles 64ebbb8f89 atrac3: move the 'delay' field from ATRAC3Context to where it is used 12 years ago
Justin Ruggles 56a9d2b44e atrac3: move the 'version' field from ATRAC3Context to where it is used 12 years ago
Justin Ruggles 5ac673b553 atrac3: use AVCodecContext.channels instead of keeping a private copy 12 years ago
Justin Ruggles aefdb735c3 atrac3: simplify some loop indexing 12 years ago
Justin Ruggles e55d53905f atrac3: cosmetics: pretty-printing and renaming 12 years ago
Justin Ruggles 9af4eaa8ea atrac3: use float planar sample format 12 years ago
Anton Khirnov 36ef5369ee Replace all CODEC_ID_* with AV_CODEC_ID_* 12 years ago
Justin Ruggles d5a7229ba4 Add a float DSP framework to libavutil 13 years ago
Martin Storsjö 00c3b67b8a cosmetics: Align codec declarations 13 years ago
Michael Niedermayer c509f4f747 atrac3: Fix crash in tonal component decoding. 13 years ago
Martin Storsjö 9cf0841ef3 dsputil: Add ff_ prefix to the dsputil*_init* functions 13 years ago
Martin Storsjö 99560a4caa libavcodec: Add ff_ prefix to some nonstatic symbols 13 years ago
Diego Biurrun d4b63054d9 cosmetics: Drop unnecessary parentheses around return values. 13 years ago
Diego Biurrun ee41963f19 cosmetics: drop some completely pointless parentheses 13 years ago
Justin Ruggles 0eea212943 Add avcodec_decode_audio4(). 13 years ago