| Commit message (Expand) | Author | Age | Files | Lines |
* | cosmetics: Align codec declarations | Martin Storsjö | 2012-04-06 | 1 | -2/+2 |
* | avs: fix infinite loop on end-of-stream. | Ronald S. Bultje | 2012-03-07 | 1 | -0/+1 |
* | Replace AVFrame pointer type punning by proper struct member assignments. | Diego Biurrun | 2012-03-01 | 1 | -3/+3 |
* | Replace AVFrame pointer casts by proper struct member accesses. | Diego Biurrun | 2012-03-01 | 1 | -5/+5 |
* | mpegvideo: Add ff_ prefix to nonstatic functions | Martin Storsjö | 2012-02-15 | 1 | -1/+1 |
* | cosmetics: drop some pointless parentheses | Diego Biurrun | 2012-01-07 | 1 | -1/+1 |
* | lavc: use avpriv_ prefix for ff_frame_rate_tab. | Anton Khirnov | 2011-10-20 | 1 | -2/+2 |
* | lavc: rename ff_find_start_code to avpriv_mpv_find_start_code | Anton Khirnov | 2011-10-20 | 1 | -1/+1 |
* | cavs: fix some crashes with invalid bitstreams | Mans Rullgard | 2011-08-10 | 1 | -3/+8 |
* | lavc: use designated initialisers for all codecs. | Anton Khirnov | 2011-07-29 | 1 | -9/+8 |
* | Eliminate FF_COMMON_FRAME macro. | Diego Biurrun | 2011-07-11 | 1 | -8/+8 |
* | Replace deprecated FF_*_TYPE symbols with AV_PICTURE_TYPE_*. | Stefano Sabatini | 2011-05-02 | 1 | -15/+15 |
* | Replace FFmpeg with Libav in licence headers | Mans Rullgard | 2011-03-19 | 1 | -4/+4 |
* | Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf. | Diego Elio Pettenò | 2011-01-26 | 1 | -1/+1 |
* | Move cavs dsp functions to their own struct | Måns Rullgård | 2010-08-03 | 1 | -1/+1 |
* | Remove explicit filename from Doxygen @file commands. | Diego Biurrun | 2010-04-20 | 1 | -1/+1 |
* | Define AVMediaType enum, and use it instead of enum CodecType, which | Stefano Sabatini | 2010-03-30 | 1 | -1/+1 |
* | add heuristic to discern the old sample clips from streams encoded | Stefan Gehrer | 2010-02-15 | 1 | -0/+9 |
* | fix slice header checking | Stefan Gehrer | 2009-06-30 | 1 | -1/+1 |
* | Rename bitstream.h to get_bits.h. | Stefano Sabatini | 2009-04-13 | 1 | -1/+1 |
* | Implement avcodec_decode_video2(), _audio3() and _subtitle2() which takes an | Thilo Borgmann | 2009-04-07 | 1 | -1/+3 |
* | check for a stuffing byte at the end of a slice | Stefan Gehrer | 2009-02-24 | 1 | -0/+3 |
* | change macroblock loop in inter frames so that after a | Stefan Gehrer | 2009-02-24 | 1 | -34/+29 |
* | introduce a macroblock index to avoid a few x*width+y calculations | Stefan Gehrer | 2009-02-10 | 1 | -9/+10 |
* | fix multiple slices per frame | Stefan Gehrer | 2009-02-10 | 1 | -1/+11 |
* | fix parsing of pic_structure | Stefan Gehrer | 2009-02-10 | 1 | -3/+4 |
* | avoid duplicating dsputil's clear_block | Stefan Gehrer | 2009-02-10 | 1 | -0/+1 |
* | time_code has 24 bits, not 16 | Stefan Gehrer | 2009-02-10 | 1 | -1/+1 |
* | do not check for minimum slice start code, 0x00000100 is valid | Stefan Gehrer | 2009-02-10 | 1 | -2/+1 |
* | Use full internal pathname in doxygen @file directives. | Diego Biurrun | 2009-02-01 | 1 | -1/+1 |
* | fix doxygen file reference | Stefan Gehrer | 2009-01-27 | 1 | -1/+1 |
* | use assignment of structure instead of memcpy | Stefan Gehrer | 2009-01-16 | 1 | -2/+2 |
* | rename XXX_t enums to cavs_XXX to fix POSIX namespace issue | Stefan Gehrer | 2009-01-16 | 1 | -5/+5 |
* | rename vector_t to cavs_vector | Stefan Gehrer | 2009-01-16 | 1 | -5/+5 |
* | Avoid POSIX-reserved _t in identifier names. | Diego Biurrun | 2008-12-15 | 1 | -1/+1 |
* | Make AVCodec long_names definition conditional depending on CONFIG_SMALL. | Stefano Sabatini | 2008-06-12 | 1 | -1/+1 |
* | Arrays where one element too small, fixes CID114. | Michael Niedermayer | 2008-05-27 | 1 | -2/+2 |
* | Add long names to many AVCodec declarations. | Stefano Sabatini | 2008-04-27 | 1 | -0/+1 |
* | const | Michael Niedermayer | 2008-02-01 | 1 | -1/+1 |
* | Initialize the "stc" variable before using it in ff_find_start_code() | Luca Abeni | 2007-08-23 | 1 | -1/+1 |
* | use skip_bits where appropriate | Alex Beregszaszi | 2007-08-09 | 1 | -4/+4 |
* | have less functions as inline | Stefan Gehrer | 2007-07-25 | 1 | -11/+11 |
* | split decoder-specific parts into their own file | Stefan Gehrer | 2007-07-08 | 1 | -0/+702 |