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