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
|
Wed, 16 Sep 2009 07:49:08 +0000 |
gb |
Move down HWAccel code path so that to fill in s->mb_x first.
libavcodec
|
Wed, 01 Jul 2009 20:35:28 +0000 |
bcoudurier |
Revert r19317, "simplify slice_end, return size of output frame".
libavcodec
|
Wed, 01 Jul 2009 17:29:52 +0000 |
bcoudurier |
simplify slice_end, return size of output frame
libavcodec
|
Wed, 27 May 2009 19:55:35 +0000 |
bcoudurier |
Rename alloc_picture to ff_alloc_picture and move its definition
libavcodec
|
Wed, 27 May 2009 00:14:32 +0000 |
bcoudurier |
Fix off by one offset with fetch_timestamps, pts_parser_problem.mpg.
libavcodec
|
Sun, 17 May 2009 09:09:07 +0000 |
reimar |
Add a forward declaration of mpeg1_decode_block_intra to fix compilation
libavcodec
|
Sun, 17 May 2009 00:54:29 +0000 |
mru |
mpeg12: fix non-standard use of "extern inline"
libavcodec
|
Fri, 15 May 2009 05:39:44 +0000 |
bcoudurier |
decode mpeg-2 closed gop first b frames, fix issue #824
libavcodec
|
Mon, 11 May 2009 04:34:23 +0000 |
conrad |
Add a chroma_sample_location field to define positioning of chroma samples
libavcodec
|
Tue, 05 May 2009 19:53:49 +0000 |
michael |
Extract colorspace fields from MPEG1/2.
libavcodec
|
Fri, 01 May 2009 12:31:19 +0000 |
michael |
Ignore first entry of intra matrixes if it is invalid.
libavcodec
|
Fri, 01 May 2009 12:17:25 +0000 |
michael |
Factorize quantization matrix loading code out.
libavcodec
|
Wed, 08 Apr 2009 20:48:44 +0000 |
michael |
Fix mb_height for interlaced mpeg2.
libavcodec
|
Tue, 07 Apr 2009 15:59:50 +0000 |
rbultje |
Implement avcodec_decode_video2(), _audio3() and _subtitle2() which takes an
libavcodec
|
Mon, 02 Mar 2009 14:53:18 +0000 |
michael |
Call ff_fetch_timestamp() for mpeg1/2 when a picture start code is found instead
libavcodec
|
Mon, 02 Mar 2009 05:20:00 +0000 |
diego |
xvmc works with MPEG-2 as well as MPEG-1, note this in the codec long_name.
libavcodec
|
Sun, 01 Mar 2009 09:14:20 +0000 |
reimar |
Remove unused variable in mpeg_mc_decode_init
libavcodec
|
Fri, 27 Feb 2009 08:20:45 +0000 |
benoit |
Remove superfluous call to mpeg_decode_slice() for hwaccel, this
libavcodec
|
Thu, 26 Feb 2009 23:47:32 +0000 |
michael |
Add ticks_per_frame, this should hopefully fix the regressions caused
libavcodec
|
Wed, 25 Feb 2009 19:16:27 +0000 |
michael |
More AVhwaccel hunks from Gwenole Beauchesne.
libavcodec
|
Tue, 24 Feb 2009 20:23:19 +0000 |
cehoyos |
Correct time_base and repeat_pict for MPEG2 video.
libavcodec
|
Tue, 24 Feb 2009 19:04:43 +0000 |
michael |
add ff_find_hwaccel() by Gwenole Beauchesne
libavcodec
|
Mon, 23 Feb 2009 13:35:52 +0000 |
michael |
Approved hunks for VAAPI / our new shiny hwaccel API
libavcodec
|
Sun, 22 Feb 2009 09:02:06 +0000 |
iive |
Change the type of pblocks from pointers to short array into
libavcodec
|
Sat, 14 Feb 2009 23:01:19 +0000 |
iive |
Cosmetics
libavcodec
|
Sat, 14 Feb 2009 22:59:19 +0000 |
iive |
Merge preprocessor if CONFIG_MPEG_XVMC_DECODER and code if( &&)
libavcodec
|
Sat, 14 Feb 2009 22:46:20 +0000 |
iive |
Check ff_xvmc_field_start() result in all cases.
libavcodec
|
Sat, 14 Feb 2009 20:37:14 +0000 |
diego |
Add xvmc_internal.h that contains all internal xvmc function declarations.
libavcodec
|
Sat, 14 Feb 2009 18:25:41 +0000 |
iive |
use ff_xvmc for function names instead of XVMC_
libavcodec
|
Sat, 14 Feb 2009 15:37:40 +0000 |
diego |
Remove redundant CONFIG_XVMC option, CONFIG_MPEG_XVMC_DECODER suffices.
libavcodec
|
Thu, 05 Feb 2009 07:59:11 +0000 |
pross |
don't assume quant_matrix[0]==8 in ff_mpeg1_decode_block_intra(). this is required for the Electronic Arts TQI decoder.
libavcodec
|
Thu, 05 Feb 2009 07:57:11 +0000 |
pross |
convert mpeg1_decode_block_intra() to inline global
libavcodec
|
Sun, 01 Feb 2009 02:00:19 +0000 |
diego |
Use full internal pathname in doxygen @file directives.
libavcodec
|
Mon, 19 Jan 2009 15:46:40 +0000 |
diego |
cosmetics: Remove pointless period after copyright statement non-sentences.
libavcodec
|
Sat, 17 Jan 2009 12:21:01 +0000 |
aurel |
remove ff_get_fourcc() and use AV_RL32() instead
libavcodec
|
Fri, 16 Jan 2009 16:50:32 +0000 |
cehoyos |
Add mpeg1_vdpau decoder.
libavcodec
|
Fri, 16 Jan 2009 02:50:20 +0000 |
cehoyos |
12l: Fix compilation with --disable-vdpau.
libavcodec
|
Fri, 16 Jan 2009 02:14:07 +0000 |
cehoyos |
Add VDPAU hardware accelerated decoding for MPEG1 and MPEG2 which can
libavcodec
|
Tue, 13 Jan 2009 23:44:16 +0000 |
aurel |
Change semantic of CONFIG_*, HAVE_* and ARCH_*.
libavcodec
|
Tue, 13 Jan 2009 21:13:45 +0000 |
michael |
Avoid using sub_id in mpeg1/2video.
libavcodec
|
Tue, 06 Jan 2009 18:58:18 +0000 |
cehoyos |
Rename mpeg_set_pixelformat() as mpeg_get_pixelformat().
libavcodec
|
Tue, 06 Jan 2009 15:16:33 +0000 |
cehoyos |
Factorise setting of avctx->pix_fmt.
libavcodec
|
Mon, 15 Dec 2008 22:22:51 +0000 |
diego |
Switch xvmc over to a CONFIG_ option.
libavcodec
|
Wed, 03 Dec 2008 15:23:30 +0000 |
diego |
Delete unnecessary 'extern' keywords.
libavcodec
|
Wed, 12 Nov 2008 17:47:23 +0000 |
romansh |
Making it easier to send arbitrary structures as work orders to MT workers
libavcodec
|
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
|
Thu, 02 Aug 2007 01:28:37 +0000 |
michael |
simplify s->mv_dir init
libavcodec
|
Wed, 01 Aug 2007 22:12:52 +0000 |
michael |
exchange the values of MV_DIR_FORWARD and MV_DIR_BACKWARD (this is more sane,
libavcodec
|
Wed, 01 Aug 2007 21:17:26 +0000 |
michael |
exchange if() and for() in the MT_FIELD case
libavcodec
|
Wed, 01 Aug 2007 21:05:58 +0000 |
michael |
exchange for() and if() order in the MT_FRAME case
libavcodec
|
Wed, 01 Aug 2007 20:37:41 +0000 |
michael |
change
libavcodec
|
Wed, 01 Aug 2007 20:04:12 +0000 |
michael |
merge another 2 if() to save a few cpu cycles
libavcodec
|
Wed, 01 Aug 2007 19:37:28 +0000 |
michael |
reorder if() so that the condition can be simplified
libavcodec
|
Wed, 01 Aug 2007 19:26:24 +0000 |
michael |
merge/simplify 2 if()
libavcodec
|
Wed, 01 Aug 2007 19:17:36 +0000 |
michael |
merge 2 if()
libavcodec
|
Tue, 31 Jul 2007 21:39:09 +0000 |
michael |
move some code which was executed for every skipped MB so it is only executed
libavcodec
|
Tue, 31 Jul 2007 21:00:17 +0000 |
michael |
get rid of a useless variable
libavcodec
|
Tue, 31 Jul 2007 20:52:49 +0000 |
michael |
avoid 2 additions (1 cpu cycle) per MB
libavcodec
|
Tue, 31 Jul 2007 20:44:48 +0000 |
michael |
chroma_qscale seems not used anywhere for mpeg1/2 so do not waste cpu time setting it
libavcodec
|
Thu, 05 Jul 2007 09:21:55 +0000 |
aurel |
add proper ff_ prefix to new extern symbols
libavcodec
|
Thu, 05 Jul 2007 09:08:28 +0000 |
aurel |
split mpeg12 encoder out of mpeg12.c
libavcodec
|
Fri, 22 Jun 2007 17:18:58 +0000 |
michael |
get rid of one unneeded #ifdef HAVE_XVMC
libavcodec
|