Wed, 21 Sep 2005 08:14:17 +0000 |
michael |
Just noticed there is a memory leak in h264.c with the usage of rbsp_buffer.
libavcodec
|
Sat, 17 Sep 2005 08:15:07 +0000 |
reimar |
check return value of decode_cabac_mb_dqp, it is INT_MIN on error.
libavcodec
|
Sat, 10 Sep 2005 01:13:10 +0000 |
michael |
dont be so picky with .mp4 ... fixes Mr&MrsSmith.mp4
libavcodec
|
Mon, 05 Sep 2005 17:07:52 +0000 |
lorenm |
fix emulated edge motion compensation when resolution%16!=0
libavcodec
|
Fri, 26 Aug 2005 19:05:44 +0000 |
michael |
Compilation fixes part 1 patch by (Arvind R. and Burkhard Plaum, plaum, ipf uni-stuttgart de)
libavcodec
|
Thu, 25 Aug 2005 00:01:57 +0000 |
michael |
prevent assert failures and infinite loops with broken streams
libavcodec
|
Sun, 14 Aug 2005 15:42:40 +0000 |
mru |
kill a bunch of compiler warnings
libavcodec
|
Mon, 01 Aug 2005 14:47:07 +0000 |
michael |
workaround 'colocated mv if colocated block is L1 predicted' bug in x264
libavcodec
|
Wed, 27 Jul 2005 00:15:55 +0000 |
michael |
fixing colocated mv if colocated block is L1 predicted for the temporal direct case
libavcodec
|
Tue, 26 Jul 2005 23:40:55 +0000 |
michael |
fixing colocated mv if colocated block is L1 predicted
libavcodec
|
Fri, 22 Jul 2005 09:01:47 +0000 |
reimar |
Add missing +1 in bounds check.
libavcodec
|
Thu, 14 Jul 2005 21:57:22 +0000 |
michael |
more fine grained skip_frame
libavcodec
|
Thu, 14 Jul 2005 21:39:36 +0000 |
michael |
skip_idct
libavcodec
|
Sat, 02 Jul 2005 19:39:58 +0000 |
alex |
parenthesing to avoid compiler errors in the future - compared asm outputs, behaviour didnt changed
libavcodec
|
Tue, 28 Jun 2005 08:13:23 +0000 |
michael |
support extracting sps/pps from bitstream and putting it in extradata
libavcodec
|
Tue, 28 Jun 2005 06:45:41 +0000 |
michael |
fixing first_mb_in_slice if frame_mbs_only_flag==0 && mb_aff==0
libavcodec
|
Mon, 27 Jun 2005 23:13:10 +0000 |
michael |
check mb_y
libavcodec
|
Mon, 27 Jun 2005 09:37:16 +0000 |
michael |
keep decoding nal units after an error
libavcodec
|
Sun, 19 Jun 2005 23:33:09 +0000 |
michael |
make decoder a little bit more tolerant to missing NAL units
libavcodec
|
Fri, 17 Jun 2005 08:24:35 +0000 |
lorenm |
H.264 lossless mode
libavcodec
|
Thu, 09 Jun 2005 20:01:02 +0000 |
michael |
non-avc h264 stream problems patch by ("Ronald S. Bultje" rbultje, ronald bitfreak net)
libavcodec
|
Sun, 05 Jun 2005 15:51:20 +0000 |
michael |
10l (dont read variables before they have been set)
libavcodec
|
Sat, 04 Jun 2005 15:49:54 +0000 |
mru |
remove mixed code/declarations
libavcodec
|
Thu, 02 Jun 2005 21:15:20 +0000 |
lorenm |
decode H.264 with 8x8 transform.
libavcodec
|
Wed, 01 Jun 2005 12:03:25 +0000 |
mru |
fix segfault if flush is called before the first frame
libavcodec
|
Wed, 01 Jun 2005 08:43:40 +0000 |
michael |
avoid one transpose (730->680 dezicycles on duron)
libavcodec
|
Thu, 19 May 2005 19:11:40 +0000 |
lorenm |
memory leak
libavcodec
|
Thu, 19 May 2005 04:48:06 +0000 |
lorenm |
fix crash on negative POC
libavcodec
|
Wed, 18 May 2005 09:17:22 +0000 |
lorenm |
H.264 deblocking optimizations (mmx for chroma_bS4 case, convert existing cases to 8-bit math)
libavcodec
|
Sun, 15 May 2005 01:40:34 +0000 |
michael |
another try at decode_ref_pic_list_reordering()
libavcodec
|