Tue, 27 Jul 2010 15:54:26 +0000 |
michael |
Fix doxy that refers to the wrong variable.
libavcodec
|
Wed, 07 Jul 2010 21:23:36 +0000 |
cehoyos |
Add new decoder property max_lowres and do not init decoder if requested value is higher.
libavcodec
|
Wed, 30 Jun 2010 21:46:03 +0000 |
cehoyos |
Do not skip one of three bits zero padding.
libavcodec
|
Wed, 30 Jun 2010 15:38:06 +0000 |
mru |
Fix grammar errors in documentation
libavcodec
|
Tue, 20 Apr 2010 14:45:34 +0000 |
diego |
Remove explicit filename from Doxygen @file commands.
libavcodec
|
Tue, 30 Mar 2010 23:30:55 +0000 |
stefano |
Define AVMediaType enum, and use it instead of enum CodecType, which
libavcodec
|
Tue, 23 Mar 2010 02:17:04 +0000 |
michael |
Change ref_index structure so it matches how its organized in h264.
libavcodec
|
Mon, 15 Mar 2010 22:49:46 +0000 |
michael |
Add ff_ prefix for mpeg2_dc_scale_table.
libavcodec
|
Sun, 21 Feb 2010 23:22:51 +0000 |
michael |
Fix timestamp association for mpeg2 field pictures.
libavcodec
|
Sun, 24 Jan 2010 22:47:50 +0000 |
cehoyos |
Fix decoding ATI VCR2 codec, sample in
libavcodec
|
Sat, 12 Dec 2009 19:44:01 +0000 |
michael |
Be less picky on invalid frame_pred_frame_dct values.
libavcodec
|
Sat, 05 Dec 2009 09:41:23 +0000 |
cehoyos |
Cosmetics: Reindent after r20679.
libavcodec
|
Tue, 01 Dec 2009 02:07:46 +0000 |
michael |
slif aka "SoftLab MPEG-2 I-frames Codec" support.
libavcodec
|
Mon, 30 Nov 2009 23:08:25 +0000 |
michael |
Move "slice below image" check from mpeg_decode_slice to its caller.
libavcodec
|
Mon, 30 Nov 2009 21:22:01 +0000 |
michael |
Move dummy picture allocation code from mpeg1/2 to mpegvideo.
libavcodec
|
Mon, 30 Nov 2009 19:14:00 +0000 |
michael |
Set mb_y in mpeg2 field pictures like h264 does.
libavcodec
|
Mon, 30 Nov 2009 03:32:43 +0000 |
michael |
Start decoding from seq/gop too, not just I frames.
libavcodec
|
Mon, 30 Nov 2009 02:37:03 +0000 |
michael |
Fix dual prime motion compensation in field pictures.
libavcodec
|
Sun, 29 Nov 2009 14:31:40 +0000 |
michael |
Print errors instead of just ignoring contradictionary values in mpeg2 silently.
libavcodec
|
Sun, 29 Nov 2009 03:32:30 +0000 |
michael |
Override a few values read so as to ensure that things are not inconsistent.
libavcodec
|
Sun, 29 Nov 2009 03:05:11 +0000 |
michael |
Restructure dummy frame allocation.
libavcodec
|
Sun, 29 Nov 2009 01:50:43 +0000 |
michael |
Make sure field_select is not set to nonsensical values even if unused.
libavcodec
|
Sat, 28 Nov 2009 23:17:46 +0000 |
michael |
Factorize "s->first_slice = 1" out.
libavcodec
|
Sat, 28 Nov 2009 23:05:06 +0000 |
michael |
Also check the location of the picture start code and picture coding
libavcodec
|
Sat, 28 Nov 2009 22:51:53 +0000 |
michael |
Check order of startcodes, ignore some obviously wrong ones.
libavcodec
|
Sat, 28 Nov 2009 21:32:33 +0000 |
michael |
Move mpeg_decode_postinit() out of bitstream decoding functions, it does not
libavcodec
|
Sat, 28 Nov 2009 18:57:12 +0000 |
michael |
Inline mpeg_decode_extension, will simplify future changes.
libavcodec
|
Sat, 28 Nov 2009 14:17:28 +0000 |
michael |
Simplify mpeg_decode_user_data()
libavcodec
|
Mon, 16 Nov 2009 17:42:43 +0000 |
rbultje |
Use get_bits_left() instead of size_in_bits - get_bits_count().
libavcodec
|
Tue, 06 Oct 2009 06:33:18 +0000 |
reimar |
Remove casts that are useless since the argument is void *.
libavcodec
|