aboutsummaryrefslogtreecommitdiffstats
path: root/libavcodec
Commit message (Expand)AuthorAgeFilesLines
* vp3: embed idct_permutation array directly in VP3DecoderContext.Ronald S. Bultje2013-03-101-4/+5
* Merge commit '6e7b50b4270116ded8b874d76cb7c5b1a0341827'Michael Niedermayer2013-03-102-252/+1
|\
| * mpegvideo_enc: drop support for reusing the input motion vectors.Anton Khirnov2013-03-082-252/+1
* | lavc/rawdec: set field order on decoded frame.Nicolas George2013-03-101-6/+6
* | rawdec: work with refcounted frames.Nicolas George2013-03-101-36/+63
* | x86/qpel: move fullpel and l2 functions to separate file.Ronald S. Bultje2013-03-094-234/+259
* | dsputil: make square put/avg_pixels functions local to h264qpel.Ronald S. Bultje2013-03-094-58/+20
* | libutvideo: Prioritize compatibility with new versionsStephen Hutchinson2013-03-083-10/+14
* | lavc/utils: make sure the iconv descriptor can be opened only once.Clément Bœsch2013-03-081-7/+13
* | Merge commit '7ecc2d403ce5c7b6ea3b1f368dccefd105209c7e'Michael Niedermayer2013-03-084-462/+6
|\|
| * Move AVFrame from lavc to lavu.Anton Khirnov2013-03-081-347/+1
* | Merge commit 'ad0c9f2d5d81e22207c6ccecc426bf7306acc327'Michael Niedermayer2013-03-086-21/+25
|\|
| * lavc: move AVFrame.hwaccel_picture_private to Picture.Anton Khirnov2013-03-086-21/+25
* | Merge commit '1a5e9130162b8adc898e5f6aea82b6372d1e4e6c'Michael Niedermayer2013-03-081-7/+13
|\|
| * pthread: avoid copying input packets when possible.Anton Khirnov2013-03-081-7/+13
* | Merge commit '1afddbe59e96af75f1c07605afc95615569f388f'Michael Niedermayer2013-03-084-57/+169
|\|
| * avpacket: use AVBuffer to allow refcounting the packets.Anton Khirnov2013-03-084-39/+145
| * mp3dec: Fix VBR bit rate parsingAlexander Kojevnikov2013-03-081-1/+5
* | Merge commit 'dbd2a34ba5e5e46b6835e4425c360723c643b7a8'Michael Niedermayer2013-03-081-17/+19
|\|
| * build: cosmetics: Group hw accelerator Makefile entries togetherDiego Biurrun2013-03-071-16/+18
* | Merge commit 'bcd0a7137e4aca0f6f598593b90ca8f338444c51'Michael Niedermayer2013-03-0810-3/+13
|\|
| * Add missing error_resilience includes to files that use ERDiego Biurrun2013-03-0710-1/+10
* | Merge commit 'd88738e4038b162708dc2f5342e10c1694edfd89'Michael Niedermayer2013-03-081-0/+2
|\|
| * mpegvideo: Conditionally build error_resilience bitsMartin Storsjö2013-03-071-0/+2
* | Merge commit 'efa7f4202088c70caba11d7834641bc6eaf41830'Michael Niedermayer2013-03-081-4/+4
|\|
| * Use the avstring.h locale-independent character type functionsReimar Döffinger2013-03-072-5/+6
* | Revert "aacdec: Reconfigure output as needed, disable pop_output_configuratio...Michael Niedermayer2013-03-083-27/+32
* | aacsbr: Check for envelope scalefactors overflowingMichael Niedermayer2013-03-081-3/+19
* | mpegaudio_parser: Don't ignore information from the first frameAlexander Kojevnikov2013-03-071-1/+1
* | aacdec: Reconfigure output as needed, disable pop_output_configuration()Michael Niedermayer2013-03-073-32/+27
* | psymodel: dont apply lowpass filters with a cutoff close to the nyquistMichael Niedermayer2013-03-071-1/+1
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2013-03-073-23/+19
|\|
| * lavc: Deprecate the deinterlace functions in libavcodecRonald S. Bultje2013-03-073-0/+12
| * h264: Integrate draw_horiz_band into ff_h264_draw_horiz_bandRonald S. Bultje2013-03-071-4/+40
* | Merge commit '70762508ec5919474edb92a5b1f266fd06640f9c'Michael Niedermayer2013-03-071-2/+2
|\|
| * lavc: Prettify printing of codec tags containing non alphanumeric charactersStefano Sabatini2013-03-071-1/+6
| * h264: Rename the jpeg_420 pixfmt list to match the common naming structureMartin Storsjö2013-03-071-2/+2
* | libavcodec: changed mathematical functions in aacpsy.cBojan Zivkovic2013-03-071-3/+7
* | Merge commit '5da51284937649a8ebb84fa951c235438fcbf8ae'Michael Niedermayer2013-03-071-4/+4
|\|
| * lavc: Split out ff_hwaccel_pixfmt_list_420[] over individual codecsRonald S. Bultje2013-03-068-24/+64
* | Merge commit '5a4e9fe855282a99586050a507d0a486ad39df5b'Michael Niedermayer2013-03-072-7/+12
|\|
| * avcodec/internal: Fix #if DECODE_AUDIO / ENCODE_AUDIO name mismatchDiego Biurrun2013-03-061-1/+1
| * shorten: use the unsigned type where neededLuca Barbato2013-03-061-4/+9
* | Merge commit '4c364eb2b856fc33cf7b42f7c7b979e69fde5f3a'Michael Niedermayer2013-03-061-2/+2
|\|
| * shorten: report meaningful errorsLuca Barbato2013-03-061-14/+14
* | Merge commit 'a2ad554def214d2d03b7c16f68dc081a8622f9ca'Michael Niedermayer2013-03-061-110/+118
|\|
| * shorten: K&R formatting cosmeticsLuca Barbato2013-03-061-106/+113
* | Merge commit 'c10da30d8426a1f681d99a780b6e311f7fb4e5c5'Michael Niedermayer2013-03-062-8/+42
|\|
| * shorten: set invalid channels count to 0Michael Niedermayer2013-03-061-0/+1
| * vorbisdec: check memory allocationsLuca Barbato2013-03-061-8/+36