summaryrefslogtreecommitdiff
path: root/libavcodec/atrac3.c
Commit message (Expand)AuthorAge
...
* | Merge commit 'bbf6a4aa20bfe3d7869b2218e66063602dfb8aa7'Michael Niedermayer2013-07-10
|\|
| * atrac3: Error on impossible encoding/channel combinationsLuca Barbato2013-07-09
| * atrac3: set the getbits context the right buffer_endLuca Barbato2013-07-09
| * atrac3: fix error handlingLuca Barbato2013-07-09
* | atrac3: fix error handlingLuca Barbato2013-07-10
* | Merge commit '6fee1b90ce3bf4fbdfde7016e0890057c9000487'Michael Niedermayer2013-05-05
|\|
| * avcodec: Add av_cold attributes to init functions missing themDiego Biurrun2013-05-04
* | Merge commit 'ca6c3f2c53be70aa3c38e8f1292809db89ea1ba6'Michael Niedermayer2013-03-16
|\|
| * atrac3: avoid oversized shifting in decode_bytes()Xi Wang2013-03-15
* | Merge commit '6d97484d72e33f7dde9493a9ead1a72e2f029605'Michael Niedermayer2013-03-14
|\|
| * avcodec: av_log_ask_for_sample() ---> avpriv_request_sample()Diego Biurrun2013-03-13
* | lavc: factorize ff_{thread_,re,}get_buffer error messages.Clément Bœsch2013-03-13
* | Merge commit '759001c534287a96dc96d1e274665feb7059145d'Michael Niedermayer2013-03-12
|\|
| * lavc decoders: work with refcounted frames.Anton Khirnov2013-03-08
* | Merge commit '5cc0bd2cb47cbb1040f2bb0ded8d72a442c79b20'Michael Niedermayer2013-02-13
|\|
| * atrac3: decode directly to the user-provided AVFrameJustin Ruggles2013-02-12
| * atrac3: use correct loop variable in add_tonal_components()Michael Karcher2013-01-25
* | Support more atrac3-in-mkv samples.Carl Eugen Hoyos2013-02-10
* | atrac3: fix buffer size for get_bits.Michael Niedermayer2013-01-26
* | Fix atrac3 decoder broken in e55d53905f34f8e8747f6d321e9a695dc02ebb2fMichael Karcher2013-01-26
* | Merge commit '594d4d5df3c70404168701dd5c90b7e6e5587793'Michael Niedermayer2012-12-05
|\|
| * lavc: add a wrapper for AVCodecContext.get_buffer().Anton Khirnov2012-12-04
* | atrac3: do not use init_static_data to init VLC data.Reimar Döffinger2012-11-28
* | ensure comment blocks that contain doxygen commands start with double asterixPeter Ross2012-11-21
* | atrac3dec: Check coding mode against channels.Michael Niedermayer2012-11-09
* | Merge commit 'c68317ebbe4915035df0b08c23eea7a0b80ab881'Michael Niedermayer2012-10-24
|\|
| * atrac3: return an error if extradata_size is not a specific known sizeJustin Ruggles2012-10-23
* | Merge commit '2b8dd371e4d276ca0d342e82b8b4cc281be0630a'Michael Niedermayer2012-10-23
|\|
| * atrac3: replace a calculation with FFALIGN()Justin Ruggles2012-10-22
| * atrac3: remove unused ATRAC3Context field, sample_rateJustin Ruggles2012-10-22
| * atrac3: use sizeof(variable) instead of sizeof(type)Justin Ruggles2012-10-22
| * atrac3: simplify MDCT window calculationJustin Ruggles2012-10-22
* | Merge commit '5d1007f74dd496d54b932242004382f44e3b22b4'Michael Niedermayer2012-10-23
|\|
| * atrac3: initialize static tables in AVCodec.init_static_data()Justin Ruggles2012-10-22
| * atrac3: separate window initialization from IMDCT initializationJustin Ruggles2012-10-22
| * atrac3: move the 'frame_factor' field from ATRAC3Context to where it is usedJustin Ruggles2012-10-22
| * atrac3: remove unused ATRAC3Context field, bit_rateJustin Ruggles2012-10-22
* | Merge commit 'a2664c91fba15a1307f676ffad511f8f86fb3a27'Michael Niedermayer2012-10-23
|\|
| * atrac3: move the 'samples_per_frame' field from ATRAC3Context to where it is ...Justin Ruggles2012-10-22
| * atrac3: remove unused ATRAC3Context field, samples_per_channelJustin Ruggles2012-10-22
| * atrac3: use AVCodecContext.block_align instead of keeping a private copyJustin Ruggles2012-10-22
| * atrac3: move the 'delay' field from ATRAC3Context to where it is usedJustin Ruggles2012-10-22
| * atrac3: move the 'version' field from ATRAC3Context to where it is usedJustin Ruggles2012-10-22
* | Merge commit '5ac673b5531d846b79a3d77e3e932e0cb1234c45'Michael Niedermayer2012-10-23
|\|
| * atrac3: use AVCodecContext.channels instead of keeping a private copyJustin Ruggles2012-10-22
| * atrac3: simplify some loop indexingJustin Ruggles2012-10-22
| * atrac3: cosmetics: pretty-printing and renamingJustin Ruggles2012-10-22
* | Merge commit 'bfcd4b6a1691d20aebc6d2308424c2a88334a9f0'Michael Niedermayer2012-10-02
|\|
| * atrac3: use float planar sample formatJustin Ruggles2012-10-01
* | atrac3: replace powf(2,...) by exp2f()Michael Niedermayer2012-09-10