aboutsummaryrefslogtreecommitdiffstats
path: root/libavcodec
Commit message (Expand)AuthorAgeFilesLines
* avcodec: fix motion vector vissualizationMichael Niedermayer2013-03-129-25/+21
* h264/mpegvideo: fix ff_print_debug_info2 argumentsMichael Niedermayer2013-03-123-10/+8
* mpegvideo: move ff_print_debug_info2 to where ff_print_debug_info isMichael Niedermayer2013-03-121-4/+5
* snow: set frame defaultsMichael Niedermayer2013-03-121-1/+6
* Merge commit '3b199d29cd597a3518136d78860e172060b9e83d'Michael Niedermayer2013-03-1219-18/+15
|\
| * lavc decoders: properly initialize AVFrame.Anton Khirnov2013-03-0825-13/+34
* | h264: disallow single unpaired fields as references of framesMichael Niedermayer2013-03-121-2/+4
* | h264: fix null pointer dereference and assertion failureMichael Niedermayer2013-03-121-2/+2
* | ff_alloc_picture: free tables in case of dimension mismatchesMichael Niedermayer2013-03-121-0/+5
* | mpegvideo: dont allow last == currentMichael Niedermayer2013-03-121-1/+3
* | update_frame_pool: use channel fieldMichael Niedermayer2013-03-121-1/+1
* | Merge commit '759001c534287a96dc96d1e274665feb7059145d'Michael Niedermayer2013-03-12274-4858/+4155
|\|
| * lavc decoders: work with refcounted frames.Anton Khirnov2013-03-08238-4319/+3883
* | snowdec: fix off by 1 error in dimensions checkMichael Niedermayer2013-03-121-1/+1
* | lavc/utils: fix typo and reword message in case of too low bitrateStefano Sabatini2013-03-101-1/+1
* | 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
|\|