summaryrefslogtreecommitdiff
AgeCommit messageAuthorFilesLines
2017-05-19PD#143976: update ffmpeg to v3.3Jian Wang6142-214403/+746659
2013-10-10atrac3: Better name for imdct window initializationMaxim Poliakovski1-2/+2
2013-10-10atrac3: Remove unused gain compensation tablesMaxim Poliakovski1-10/+0
2013-10-03Merge remote-tracking branch 'qatar/master'Michael Niedermayer3-20/+19
2013-10-03Merge commit 'be0b4c70ec40d7f9ac8e416a4379d4a387421184'Michael Niedermayer1-5/+6
2013-10-03atrac3: Generalize gain compensation codeMaxim Poliakovski3-75/+118
2013-10-03atrac3: Replace a silly counter variable name with plain 'j'Diego Biurrun1-5/+5
2013-10-03Use correct Doxygen syntaxDiego Biurrun3-12/+12
2013-10-02atrac3: Generalize gain compensation codeMaxim Poliakovski3-69/+113
2013-10-02atrac3/decode_gain_control: cosmeticsMaxim Poliakovski1-13/+12
2013-10-02atrac3: rename num_gain_data to num_pointsMaxim Poliakovski1-7/+7
2013-10-02atrac3: Rename GainInfo to AtracGainInfoMaxim Poliakovski1-6/+6
2013-09-03Merge commit '7df9e693a34c84c698da60426c78140c950f95ed'Michael Niedermayer12-26/+26
2013-09-02cosmetics: Fix ATRAC codec name spellingDiego Biurrun12-26/+26
2013-07-10Merge commit 'bbf6a4aa20bfe3d7869b2218e66063602dfb8aa7'Michael Niedermayer1-7/+6
2013-07-10atrac3: fix error handlingLuca Barbato1-2/+2
2013-07-09atrac3: Error on impossible encoding/channel combinationsLuca Barbato1-2/+4
2013-07-09atrac3: set the getbits context the right buffer_endLuca Barbato1-1/+1
2013-07-09atrac3: fix error handlingLuca Barbato1-2/+2
2013-05-05Merge commit '6fee1b90ce3bf4fbdfde7016e0890057c9000487'Michael Niedermayer57-87/+162
2013-05-04avcodec: Add av_cold attributes to init functions missing themDiego Biurrun57-87/+161
2013-03-16Merge commit 'ca6c3f2c53be70aa3c38e8f1292809db89ea1ba6'Michael Niedermayer3-8/+8
2013-03-15atrac3: avoid oversized shifting in decode_bytes()Xi Wang1-1/+4
2013-03-14Merge commit '6d97484d72e33f7dde9493a9ead1a72e2f029605'Michael Niedermayer37-104/+107
2013-03-13avcodec: av_log_ask_for_sample() ---> avpriv_request_sample()Diego Biurrun36-104/+107
2013-03-13lavc: factorize ff_{thread_,re,}get_buffer error messages.Clément Bœsch191-669/+273
2013-03-12Merge commit '759001c534287a96dc96d1e274665feb7059145d'Michael Niedermayer275-4858/+4160
2013-03-08lavc decoders: work with refcounted frames.Anton Khirnov239-4319/+3888
2013-02-13Merge commit '5cc0bd2cb47cbb1040f2bb0ded8d72a442c79b20'Michael Niedermayer5-48/+28
2013-02-12atrac3: decode directly to the user-provided AVFrameJustin Ruggles1-9/+5
2013-02-10Support more atrac3-in-mkv samples.Carl Eugen Hoyos1-1/+1
2013-01-26atrac3: fix buffer size for get_bits.Michael Niedermayer1-1/+1
2013-01-25Fix atrac3 decoder broken in e55d53905f34f8e8747f6d321e9a695dc02ebb2fMichael Karcher1-1/+1
2013-01-25atrac3: use correct loop variable in add_tonal_components()Michael Karcher1-1/+1
2012-12-05Merge commit '594d4d5df3c70404168701dd5c90b7e6e5587793'Michael Niedermayer168-178/+335
2012-12-04lavc: add a wrapper for AVCodecContext.get_buffer().Anton Khirnov141-154/+286
2012-11-28atrac3: do not use init_static_data to init VLC data.Reimar Döffinger1-2/+6
2012-11-21ensure comment blocks that contain doxygen commands start with double asterixPeter Ross12-20/+20
2012-11-09atrac3dec: Check coding mode against channels.Michael Niedermayer1-0/+5
2012-10-24Merge commit 'c68317ebbe4915035df0b08c23eea7a0b80ab881'Michael Niedermayer8-10/+11
2012-10-23atrac3: return an error if extradata_size is not a specific known sizeJustin Ruggles1-0/+1
2012-10-23Merge commit '2b8dd371e4d276ca0d342e82b8b4cc281be0630a'Michael Niedermayer4-54/+48
2012-10-23Merge commit '5d1007f74dd496d54b932242004382f44e3b22b4'Michael Niedermayer1-46/+41
2012-10-23Merge commit 'a2664c91fba15a1307f676ffad511f8f86fb3a27'Michael Niedermayer1-36/+28
2012-10-23Merge commit '5ac673b5531d846b79a3d77e3e932e0cb1234c45'Michael Niedermayer5-658/+624
2012-10-22atrac3: initialize static tables in AVCodec.init_static_data()Justin Ruggles1-26/+27
2012-10-22atrac3: replace a calculation with FFALIGN()Justin Ruggles1-2/+1
2012-10-22atrac3: separate window initialization from IMDCT initializationJustin Ruggles1-12/+9
2012-10-22atrac3: remove unused ATRAC3Context field, sample_rateJustin Ruggles1-4/+0
2012-10-22atrac3: move the 'frame_factor' field from ATRAC3Context to where it is usedJustin Ruggles1-7/+6
[next]