Sun, 28 Sep 2008 23:19:12 +0000 |
michael |
Guess picture type from picture coding extension when the main header is damaged.
libavcodec
|
Mon, 08 Sep 2008 18:18:49 +0000 |
michael |
Rename error_resilience to error_recognition.
libavcodec
|
Wed, 03 Sep 2008 19:04:46 +0000 |
michael |
Ignore the spec, and calculate aspect ratio on width/height.
libavcodec
|
Tue, 26 Aug 2008 23:25:29 +0000 |
bcoudurier |
simplify mpeg12 avctx->pix_fmt set
libavcodec
|
Wed, 20 Aug 2008 17:05:14 +0000 |
diego |
Rename ff_init_vlcs function to the more descriptive name ff_mpeg12_init_vlcs.
libavcodec
|
Wed, 20 Aug 2008 16:59:26 +0000 |
diego |
cosmetics: comment spelling/grammar fixes
libavcodec
|
Tue, 19 Aug 2008 20:52:26 +0000 |
diego |
Untangle mpeg12.c and mdec.c so that mdec.c can be compiled separately.
libavcodec
|
Tue, 19 Aug 2008 08:55:40 +0000 |
diego |
Mark init_vlcs function as av_cold.
libavcodec
|
Thu, 12 Jun 2008 21:50:13 +0000 |
stefano |
Make AVCodec long_names definition conditional depending on CONFIG_SMALL.
libavcodec
|
Mon, 02 Jun 2008 19:04:14 +0000 |
bcoudurier |
print correct mpeg-2 broken_link value, and print closed_gop
libavcodec
|
Fri, 30 May 2008 21:06:40 +0000 |
michael |
Change init_2d_vlc_rl() to not use *alloc_static().
libavcodec
|
Fri, 30 May 2008 20:06:08 +0000 |
michael |
Remove constant argument.
libavcodec
|
Fri, 30 May 2008 20:02:59 +0000 |
michael |
Switch to INIT_VLC_USE_NEW_STATIC.
libavcodec
|
Sun, 25 May 2008 13:31:07 +0000 |
michael |
Do not reject odd width/height.
libavcodec
|
Sun, 11 May 2008 22:28:43 +0000 |
cehoyos |
Replace some occurrences of -1 with PIX_FMT_NONE.
libavcodec
|
Tue, 29 Apr 2008 07:24:44 +0000 |
diego |
Add some long names to AVCodec declarations.
libavcodec
|
Thu, 03 Apr 2008 18:28:16 +0000 |
michael |
Decode stuff from extradata as well.
libavcodec
|
Thu, 03 Apr 2008 18:25:07 +0000 |
michael |
Factorize code a little.
libavcodec
|
Fri, 21 Mar 2008 03:11:20 +0000 |
zuxy |
Apply 'cold' attribute to init/uninit functions in libavcodec
libavcodec
|
Fri, 14 Mar 2008 13:19:39 +0000 |
diego |
Use correct t printf modifier for pointer differences.
libavcodec
|
Fri, 14 Mar 2008 09:33:38 +0000 |
bcoudurier |
log aspect ratio forbidden value, and fail if error resilience is high
libavcodec
|
Thu, 13 Mar 2008 18:26:53 +0000 |
bcoudurier |
do not fail badly if aspect ratio is 0/forbidden, fix issue 369
libavcodec
|
Sun, 09 Mar 2008 23:31:02 +0000 |
aurel |
add FF_ prefix to all (frame)_TYPE usage
libavcodec
|
Wed, 20 Feb 2008 19:45:38 +0000 |
michael |
Make find_frame_end() merge 2 mpeg2 field pictures. This should make mpeg2
libavcodec
|
Tue, 19 Feb 2008 15:55:14 +0000 |
michael |
Reduce the number of senselessly scanned bytes.
libavcodec
|
Fri, 01 Feb 2008 03:34:43 +0000 |
michael |
const
libavcodec
|
Sat, 05 Jan 2008 01:14:09 +0000 |
michael |
Drop non key frames before the first key frame.
libavcodec
|
Sat, 13 Oct 2007 01:34:00 +0000 |
ramiro |
Prevent infinite loop when buffer holds SEQ_END_CODE only. Fix for r9870
libavcodec
|
Sat, 04 Aug 2007 11:01:11 +0000 |
michael |
Make MPEG-1/2 decoder work with the libmpeg2-style bitstream reader.
libavcodec
|
Thu, 02 Aug 2007 20:49:42 +0000 |
michael |
output last frame if seq end code is encountered
libavcodec
|