| Commit message (Expand) | Author | Age | Files | Lines |
* | rename always_inline to av_always_inline and move to common.h | Måns Rullgård | 2006-12-08 | 1 | -1/+1 |
* | make more tables static | Måns Rullgård | 2006-11-12 | 1 | -4/+4 |
* | typo | Baptiste Coudurier | 2006-11-07 | 1 | -1/+1 |
* | add option to set mpeg1/2 gop timecode start, and drop frame flag timecode flag | Baptiste Coudurier | 2006-11-07 | 1 | -4/+16 |
* | rename ff_mpeg1_find_frame_end to mpeg1_find_frame_end and make it static | Baptiste Coudurier | 2006-11-06 | 1 | -3/+3 |
* | move AVCodecParser prototypes and definitions to parser.h, and move mpegvideo... | Baptiste Coudurier | 2006-11-06 | 1 | -0/+163 |
* | reindentation, patch by From: Steve Lhomme, slhomme divxcorp com | Steve L'Homme | 2006-11-01 | 1 | -79/+79 |
* | set v_edge_pos correctly for field picture mpeg2 | Michael Niedermayer | 2006-10-24 | 1 | -2/+4 |
* | Rename ABS macro to FFABS. | Diego Biurrun | 2006-10-11 | 1 | -4/+4 |
* | Change license headers to say 'FFmpeg' instead of 'this program/this library' | Diego Biurrun | 2006-10-07 | 1 | -4/+6 |
* | fix some signedness warnings | Måns Rullgård | 2006-09-27 | 1 | -3/+5 |
* | staric frame_rate_tab -> non static ff_frame_rate_tab part of the cavs patch ... | Stefan Gehrer | 2006-07-02 | 1 | -8/+8 |
* | MPEG-2 4:2:2 encoding support | Baptiste Coudurier | 2006-05-16 | 1 | -26/+43 |
* | add MPEG-2 intra vlc support | Baptiste Coudurier | 2006-05-13 | 1 | -16/+21 |
* | remove unused variable | Baptiste Coudurier | 2006-05-13 | 1 | -4/+2 |
* | d10 decoding fix | Michael Niedermayer | 2006-05-02 | 1 | -2/+5 |
* | (f)printf --> av_log conversion | Steve L'Homme | 2006-03-08 | 1 | -2/+2 |
* | fix decoding of mpeg2-trunc.vob | Michael Niedermayer | 2006-03-01 | 1 | -1/+1 |
* | faster find_startcode() | Michael Niedermayer | 2006-02-04 | 1 | -34/+7 |
* | Off by one fix to prevent possible segfault. Patch by jwestfall at surrealist... | jwestfall@surrealistic.net | 2006-01-14 | 1 | -2/+2 |
* | Update licensing information: The FSF changed postal address. | Diego Biurrun | 2006-01-12 | 1 | -1/+1 |
* | COSMETICS: tabs --> spaces, some prettyprinting | Diego Biurrun | 2005-12-22 | 1 | -62/+62 |
* | COSMETICS: Remove all trailing whitespace. | Diego Biurrun | 2005-12-17 | 1 | -228/+228 |
* | Mark all 12 block unused when there are no coded blocks | Ivan Kalvachev | 2005-11-20 | 1 | -1/+1 |
* | kill a bunch of compiler warnings | Måns Rullgård | 2005-08-14 | 1 | -1/+0 |
* | skip_idct | Michael Niedermayer | 2005-07-14 | 1 | -1/+5 |
* | fix decoding of (broken) files with f_code=0 | Michael Niedermayer | 2005-07-11 | 1 | -3/+7 |
* | fix mpeg2 chroma_420_type | Michael Niedermayer | 2005-05-18 | 1 | -1/+1 |
* | preserve parse context | Michael Niedermayer | 2005-05-14 | 1 | -0/+3 |
* | sanity check | Michael Niedermayer | 2005-05-12 | 1 | -0/+1 |
* | #defines for strict_std_compliance and split between inofficial extensions an... | Michael Niedermayer | 2005-05-08 | 1 | -2/+2 |
* | switch to native time bases | Michael Niedermayer | 2005-04-30 | 1 | -8/+8 |
* | Ministry of English Composition, reporting for duty (and the word is "skipped... | Mike Melanson | 2005-04-24 | 1 | -6/+6 |
* | avoid clearing block[] if its not used at all | Michael Niedermayer | 2005-04-21 | 1 | -5/+12 |
* | mpeg2_fast_decode_block_intra() | Michael Niedermayer | 2005-04-20 | 1 | -3/+80 |
* | optimizing non_intra ac coeff decode | Michael Niedermayer | 2005-04-19 | 1 | -43/+52 |
* | avoid UPDATE_CACHE() in GET_RL_VLC() if not needed | Michael Niedermayer | 2005-04-18 | 1 | -6/+6 |
* | Typo errors patch by (QuickTime | ffmpeg gmail com> | avcoder | 2005-04-04 | 1 | -3/+3 |
* | reinitialize on aspect change, | Ivan Kalvachev | 2005-04-03 | 1 | -1/+1 |
* | more checks, fixes assertion failure | Michael Niedermayer | 2005-03-26 | 1 | -3/+14 |
* | (10l) supported pix_fmts forgotten | Michael Niedermayer | 2005-03-08 | 1 | -0/+2 |
* | typo | Michael Niedermayer | 2005-03-05 | 1 | -1/+1 |
* | removing --disable-risky patch by (Josh Varner <jlvarner gmail com>) | Josh Varner | 2005-02-21 | 1 | -3/+0 |
* | avoid buf_size == 0 checks in every decoder | Michael Niedermayer | 2005-01-23 | 1 | -4/+4 |
* | Memory leak fix patch by (Burkhard Plaum <plaum >at< ipf.uni-stuttgart )dot( ... | Burkhard Plaum | 2004-11-27 | 1 | -16/+19 |
* | fix constrained parameters flag | Michael Niedermayer | 2004-10-18 | 1 | -0/+1 |
* | lowres width/height cleanup 3rd try | Michael Niedermayer | 2004-09-27 | 1 | -6/+5 |
* | set AVCodecContext.width/height to the picture width/height instead of the on... | Michael Niedermayer | 2004-09-27 | 1 | -4/+4 |
* | lowres slice fix | Michael Niedermayer | 2004-09-26 | 1 | -1/+2 |
* | 1/2 resolution decoding | Michael Niedermayer | 2004-09-25 | 1 | -3/+4 |