aboutsummaryrefslogtreecommitdiffstats
path: root/libavcodec/intrax8.c
Commit message (Expand)AuthorAgeFilesLines
* Merge commit 'c591d4575a6f97fbbe6145304b1ea960e8e81e14'Michael Niedermayer2013-08-161-1/+0
|\
| * avcodec: Replace local extern declarations for tables with header #includesDiego Biurrun2013-08-151-1/+0
* | avcodec/intrax8: fix regression with wmv3Michael Niedermayer2013-04-261-5/+9
* | Merge commit '759001c534287a96dc96d1e274665feb7059145d'Michael Niedermayer2013-03-121-1/+1
|\|
| * lavc decoders: work with refcounted frames.Anton Khirnov2013-03-081-1/+1
* | Merge commit 'bcd0a7137e4aca0f6f598593b90ca8f338444c51'Michael Niedermayer2013-03-081-0/+1
|\|
| * Add missing error_resilience includes to files that use ERDiego Biurrun2013-03-071-0/+1
* | Merge commit '1d0feb5d1ac04d187b335f0e8d411c9f40b3a885'Michael Niedermayer2013-02-161-1/+1
|\|
| * mpegvideo: split ff_draw_horiz_band().Anton Khirnov2013-02-151-1/+1
* | Merge commit '54974c62982ae827becdbdb9b620b7ba75d079a0'Michael Niedermayer2013-02-161-1/+1
|\|
| * error_resilience: decouple ER from MpegEncContextAnton Khirnov2013-02-151-1/+1
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-09-021-6/+9
|\|
| * intrax8: move functions from dsputil to own contextMans Rullgard2012-09-021-6/+9
* | intrax8: asserts cleanupMichael Niedermayer2012-07-251-13/+9
* | Revert "removing lowres support"Michael Niedermayer2012-05-251-0/+1
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-04-221-1/+0
|\|
| * Remove lowres video decodingMans Rullgard2012-04-211-1/+0
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-02-161-4/+4
|\|
| * vc1: Add ff_ prefix to nonstatic symbolsMartin Storsjö2012-02-151-1/+1
| * msmpeg4: Add ff_ prefixes to nonstatic symbolsMartin Storsjö2012-02-151-3/+3
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-12-131-1/+1
|\|
| * lavc: introduce ER_MB_END and ER_MB_ERRORLuca Barbato2011-12-131-1/+1
| * error_resilience: use the ER_ namespaceLuca Barbato2011-12-131-1/+1
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-07-121-12/+12
|\|
| * Eliminate FF_COMMON_FRAME macro.Diego Biurrun2011-07-111-12/+12
| * Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-191-4/+4
|/
* Remove explicit filename from Doxygen @file commands.Diego Biurrun2010-04-201-1/+1
* Change VLC table creation in x8_vlc_init to use INIT_VLC_USE_NEW_STATIC.Reimar Döffinger2009-09-241-3/+28
* Rename bitstream.h to get_bits.h.Stefano Sabatini2009-04-131-1/+1
* Two INIT_VLC_USE_STATIC cases Carl missed.Michael Niedermayer2009-04-111-1/+1
* Use INIT_VLC_USE_STATIC and not its value "1".Carl Eugen Hoyos2009-04-111-2/+2
* Add av_cold attributes to *_init and *_end functions.Alex Converse2009-02-031-3/+3
* Use full internal pathname in doxygen @file directives.Diego Biurrun2009-02-011-1/+1
* Add missing 'void' keyword to parameterless function declarations.Diego Biurrun2009-01-051-1/+1
* clear_block mmxLoren Merritt2008-12-101-1/+1
* Correctly clean up IntraX8Context upon codec close.Zdenek Kabelac2008-01-251-0/+9
* cosmetics: Fix spacial --> spatial typo in function names.Diego Biurrun2007-11-101-2/+2
* misc spelling/grammar/wording fixes in commentsDiego Biurrun2007-11-101-12/+12
* make some tables staticAurelien Jacobs2007-11-101-8/+8
* grammarMichael Niedermayer2007-11-091-1/+1
* indentionMichael Niedermayer2007-11-091-1/+1
* remove inline from non speed critical functionsMichael Niedermayer2007-11-091-2/+2
* vertical alignMichael Niedermayer2007-11-091-1/+1
* indentionMichael Niedermayer2007-11-091-3/+3
* remove unneeded {}Michael Niedermayer2007-11-091-2/+0
* intrax8 decoder patch by "someone"Michael Niedermayer2007-11-091-0/+757