| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix mpeg4 padding bug detection with more than 128bit trash and slices. | Michael Niedermayer | 2011-07-01 | 1 | -1/+1 |
* | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-06-03 | 1 | -0/+3 |
|\ |
|
| * | H264/MPEG frame-level multi-threading. | Alexander Strange | 2011-06-02 | 1 | -0/+8 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-05-26 | 1 | -7/+1 |
|\ \
| |/ |
|
| * | Remove h263_msmpeg4 from MpegEncContext. | Alex Converse | 2011-05-25 | 1 | -7/+1 |
| * | Replace deprecated FF_*_TYPE symbols with AV_PICTURE_TYPE_*. | Stefano Sabatini | 2011-05-02 | 1 | -11/+11 |
* | | Fix ticket127 | Michael Niedermayer | 2011-05-22 | 1 | -7/+3 |
* | | replace deprecated FF_*_TYPE symbols with AV_PICTURE_TYPE_* | Stefano Sabatini | 2011-05-02 | 1 | -11/+11 |
* | | Merge remote branch 'qatar/master' | Michael Niedermayer | 2011-04-30 | 1 | -8/+0 |
|\ \
| |/ |
|
| * | Remove some disabled printf debug cruft. | Diego Biurrun | 2011-04-29 | 1 | -8/+0 |
* | | Merge remote branch 'qatar/master' | Michael Niedermayer | 2011-04-27 | 1 | -8/+0 |
|\ \
| |/ |
|
| * | lavc: remove FF_API_HURRY_UP cruft | Anton Khirnov | 2011-04-26 | 1 | -8/+0 |
* | | Merge remote branch 'qatar/master' | Michael Niedermayer | 2011-04-03 | 1 | -1/+5 |
|\ \
| |/ |
|
| * | lavc: mark hurry_up for removal on next major bump | Anton Khirnov | 2011-04-02 | 1 | -1/+5 |
| * | 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 |
* | | Fake-Merge remote-tracking branch 'ffmpeg-mt/master' | Michael Niedermayer | 2011-03-22 | 1 | -0/+5 |
* | | h263dec: produce a warning when excessive bitstream is discarded | Michael Niedermayer | 2011-03-03 | 1 | -1/+3 |
* | | Fix duplicate & droped frame in Californication.S02E01.HDTV.XviD-NoTV.avi | Michael Niedermayer | 2011-03-03 | 1 | -0/+10 |
* | | Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf. | Diego Elio Pettenò | 2011-01-28 | 1 | -1/+1 |
|/ |
|
* | Detect incorrect padding with wrong stuffing codes used by NEC N-02B. | Michael Niedermayer | 2010-12-04 | 1 | -0/+7 |
* | Move mm_support() from libavcodec to libavutil, make it a public | Stefano Sabatini | 2010-09-08 | 1 | -1/+2 |
* | Rename FF_MM_ symbols related to CPU features flags as AV_CPU_FLAG_ | Stefano Sabatini | 2010-09-04 | 1 | -1/+1 |
* | Remove global mm_flags variable | Måns Rullgård | 2010-08-24 | 1 | -1/+1 |
* | Add new decoder property max_lowres and do not init decoder if requested valu... | Carl Eugen Hoyos | 2010-07-07 | 1 | -0/+1 |
* | Treat SIPP like xvid, fixed issue1966 | Michael Niedermayer | 2010-05-26 | 1 | -1/+3 |
* | 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 |
* | Pass correct buffer-pointer and buffer-size to hardware accelerated | Carl Eugen Hoyos | 2010-03-02 | 1 | -2/+2 |
* | Process packed bitstream also for VDPAU. | Carl Eugen Hoyos | 2010-03-01 | 1 | -1/+1 |
* | Change xvid/divx/lavc build variables to be consistent to x264_build. | Michael Niedermayer | 2010-02-08 | 1 | -22/+22 |
* | Split H263 encoder and decoder from common code. | Michael Niedermayer | 2010-01-09 | 1 | -0/+1 |
* | Move AVCodecs from h263dec.c to msmpeg4.c and disentangle init decode init. | Michael Niedermayer | 2010-01-08 | 1 | -59/+0 |
* | Use h263 tables in msmpeg4v1 dont duplicate them halfway. | Michael Niedermayer | 2010-01-08 | 1 | -1/+1 |
* | Add a few CONFIG_MPEG4_DECODER that should be there. | Michael Niedermayer | 2010-01-08 | 1 | -1/+1 |
* | Split the mpeg4 encoder and decoder off h263.c | Michael Niedermayer | 2010-01-07 | 1 | -36/+1 |
* | 2 more if(CONFIG_*_DECODER) | Michael Niedermayer | 2010-01-07 | 1 | -2/+2 |
* | Split out intel H263 decoder. | Michael Niedermayer | 2010-01-07 | 1 | -15/+1 |
* | Split flv decoding out. | Michael Niedermayer | 2010-01-07 | 1 | -16/+3 |
* | Adjust threshold for xvid packed b frame detection. | Michael Niedermayer | 2010-01-01 | 1 | -1/+1 |
* | It appears s->bitstream_buffer_size has to be 0 at the end so rather use assert. | Michael Niedermayer | 2010-01-01 | 1 | -1/+2 |
* | Use get_bits_left() instead of size_in_bits - get_bits_count(). | Ronald S. Bultje | 2009-11-16 | 1 | -4/+4 |
* | Add VDPAU hardware accelerated decoding for MPEG-4 ASP which can be used | NVIDIA Corporation | 2009-11-10 | 1 | -0/+23 |
* | Add additional long names for the Flash Video decoder and encoder. | Stefano Sabatini | 2009-10-19 | 1 | -1/+1 |
* | Remove unused debug av_log() calls. | Diego Biurrun | 2009-07-30 | 1 | -9/+0 |
* | remove unused hack which set AVCodecContext frame_number to pic timestamp | Baptiste Coudurier | 2009-05-30 | 1 | -4/+0 |
* | Add a chroma_sample_location field to define positioning of chroma samples | David Conrad | 2009-05-11 | 1 | -0/+3 |
* | Add a av_fast_malloc function and replace several uses of av_fast_realloc, | Reimar Döffinger | 2009-04-12 | 1 | -2/+4 |
* | Implement avcodec_decode_video2(), _audio3() and _subtitle2() which takes an | Thilo Borgmann | 2009-04-07 | 1 | -1/+3 |
* | Change a bunch of codec long_names to be more consistent and descriptive. | Diego Biurrun | 2009-03-02 | 1 | -2/+2 |