- 12 Apr, 2003 1 commit
-
-
Michael Niedermayer authored
Originally committed as revision 1768 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 10 Apr, 2003 2 commits
-
-
Michael Niedermayer authored
simplified adressing of most mb based arrays (mb_x + mb_y*s->mb_stride) now instead of mb_x + mb_y*mb_width and 1+mb_x + (1+mb_y)*(mb_width+2) and ... mixture more direct use of the new mb_type stuff instead of codec specific stuff runtime mb_type debug output h264/h263 variants/mpeg1/2/4 error concealment /resilience for mpeg1/2 various minor optimizations Originally committed as revision 1746 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Michael Niedermayer authored
Originally committed as revision 1744 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 20 Mar, 2003 2 commits
-
-
Michael Niedermayer authored
better non conformant divx packed bitstream detection, so unpacked (no b frames) divx MPEG4-ES streams can be read Originally committed as revision 1695 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Michael Niedermayer authored
Originally committed as revision 1692 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 16 Mar, 2003 1 commit
-
-
Michael Niedermayer authored
Originally committed as revision 1686 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 15 Mar, 2003 1 commit
-
-
Michael Niedermayer authored
Originally committed as revision 1685 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 10 Mar, 2003 1 commit
-
-
Zdenek Kabelac authored
* fixed FLAG AVOption Originally committed as revision 1661 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 08 Mar, 2003 1 commit
-
-
Michael Niedermayer authored
Originally committed as revision 1645 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 06 Mar, 2003 1 commit
-
-
Michael Niedermayer authored
Originally committed as revision 1634 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 05 Mar, 2003 1 commit
-
-
Michael Niedermayer authored
Originally committed as revision 1626 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 28 Feb, 2003 1 commit
-
-
Michael Niedermayer authored
Originally committed as revision 1613 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 11 Feb, 2003 1 commit
-
-
Zdenek Kabelac authored
Originally committed as revision 1578 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 08 Feb, 2003 1 commit
-
-
Michael Niedermayer authored
Originally committed as revision 1557 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 02 Feb, 2003 1 commit
-
-
Michael Niedermayer authored
Originally committed as revision 1538 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 26 Jan, 2003 1 commit
-
-
Michael Niedermayer authored
Originally committed as revision 1512 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 21 Jan, 2003 2 commits
-
-
Michael Niedermayer authored
Originally committed as revision 1487 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Michael Niedermayer authored
GetBitContext.size is allways multiplied by 8 -> use size_in_bits to avoid useless *8 in a few inner loops Originally committed as revision 1486 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 13 Jan, 2003 2 commits
-
-
Michael Niedermayer authored
Originally committed as revision 1458 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Michael Niedermayer authored
Originally committed as revision 1457 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 09 Jan, 2003 2 commits
-
-
Michael Niedermayer authored
Originally committed as revision 1426 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Michael Niedermayer authored
Originally committed as revision 1425 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 29 Dec, 2002 2 commits
-
-
Michael Niedermayer authored
Originally committed as revision 1372 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Michael Niedermayer authored
having the padding right in 7/8 of the cases confuses the autodetection code too Originally committed as revision 1371 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 27 Dec, 2002 1 commit
-
-
Michael Niedermayer authored
4mv+b frames encoding finally fixed chroma ME 5 comparission functions for ME b frame encoding speedup wmv2 codec (unfinished) user specified diamond size for EPZS Originally committed as revision 1365 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 18 Dec, 2002 1 commit
-
-
Michael Niedermayer authored
Originally committed as revision 1339 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 11 Dec, 2002 1 commit
-
-
Michael Niedermayer authored
Originally committed as revision 1335 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 09 Dec, 2002 2 commits
-
-
Michael Niedermayer authored
Originally committed as revision 1327 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Michael Niedermayer authored
fixes 20% speedloss bug removes redundant variables from MpegEncContext release buffers in avcodec_flush_buffers() (untested) Originally committed as revision 1325 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 07 Dec, 2002 1 commit
-
-
Michael Niedermayer authored
Originally committed as revision 1322 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 04 Dec, 2002 2 commits
-
-
Michael Niedermayer authored
Originally committed as revision 1306 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Michael Niedermayer authored
adding AVVideoFrame moving quality, pict_type, key_frame, qscale_table, ... to AVVideoFrame removing obsolete variables in AVCodecContext skiping of MBs in b frames correctly initalizing AVCodecContext picture buffer cleanup Originally committed as revision 1302 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 25 Nov, 2002 2 commits
-
-
Michael Niedermayer authored
Originally committed as revision 1274 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Michael Niedermayer authored
Originally committed as revision 1273 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 23 Nov, 2002 1 commit
-
-
Michael Niedermayer authored
Originally committed as revision 1271 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 20 Nov, 2002 1 commit
-
-
Michael Niedermayer authored
Originally committed as revision 1254 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 11 Nov, 2002 1 commit
-
-
Zdenek Kabelac authored
Originally committed as revision 1194 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 10 Nov, 2002 1 commit
-
-
Michael Niedermayer authored
Originally committed as revision 1182 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 08 Nov, 2002 1 commit
-
-
Michael Niedermayer authored
remove CODEC_FLAG_NOT_TRUNCATED & add CODEC_FLAG_TRUNCATED add CODEC_CAP_TRUNCATED add alpha plane to AVPicture remove CODEC_ID_MSMPEG4 remove various unused stuff support "truncated" mpeg4 streams Originally committed as revision 1175 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 02 Nov, 2002 1 commit
-
-
Michael Niedermayer authored
Originally committed as revision 1150 to svn://svn.ffmpeg.org/ffmpeg/trunk
-