Juanjo
9f862d1133
- PIX_FMT_ANY = -1 to avoid breaking any stuff that could be using it.
...
Thanks to D Richard Felker III for his comments.
Originally committed as revision 392 to svn://svn.ffmpeg.org/ffmpeg/trunk
23 years ago
Juanjo
dbc598bb79
- Commented out PIX_FMT_ANY by now. It seems that not all codecs are setting
...
the PIX_FMT_ so they get PIX_FMT_ANY instead of PIX_FMT_YUV420P which
obviuosly annoys ffmpeg.
Originally committed as revision 391 to svn://svn.ffmpeg.org/ffmpeg/trunk
23 years ago
Zdenek Kabelac
bc657ac31d
* using pixtype as enum - by Philip Gladstone
...
Originally committed as revision 389 to svn://svn.ffmpeg.org/ffmpeg/trunk
23 years ago
Michael Niedermayer
e1a9dbffed
wmv1 header parser (unfinished)
...
Originally committed as revision 380 to svn://svn.ffmpeg.org/ffmpeg/trunk
23 years ago
Michael Niedermayer
84afee348f
msmpeg4v2 decoding (no encoding yet)
...
Originally committed as revision 376 to svn://svn.ffmpeg.org/ffmpeg/trunk
23 years ago
Arpi
60e575acc8
using Juanjo's way to pass forced type - especially as I_TYPE/P_TYPE defines aren't exported in the public interface, and the flagged method matches the way as qscale forcing work
...
Originally committed as revision 366 to svn://svn.ffmpeg.org/ffmpeg/trunk
23 years ago
Michael Niedermayer
4d69fbc99e
force frame type for 2-pass encoding
...
Originally committed as revision 365 to svn://svn.ffmpeg.org/ffmpeg/trunk
23 years ago
Michael Niedermayer
ba6802debf
4MV motion estimation (not finished yet)
...
SAD functions rewritten (8x8 support & MMX2 optimizations)
HQ inter/intra decission
msmpeg4 encoding bugfix (MV where too long)
Originally committed as revision 362 to svn://svn.ffmpeg.org/ffmpeg/trunk
23 years ago
Michael Niedermayer
098eefe183
statistics for 2-pass encoding
...
Originally committed as revision 354 to svn://svn.ffmpeg.org/ffmpeg/trunk
23 years ago
Michael Niedermayer
2efe097a7e
more aspect stuff
...
Originally committed as revision 350 to svn://svn.ffmpeg.org/ffmpeg/trunk
23 years ago
Michael Niedermayer
11ce88346b
mpeg4 aspect_ratio_info in AVCodecContext (requested by alex)
...
experimental (& faster) motion estimation
squished a dirty uninitialized var bug
mpeg1 fcode>1 support
Originally committed as revision 349 to svn://svn.ffmpeg.org/ffmpeg/trunk
23 years ago
Michael Niedermayer
45870f5718
new motion estimation (epzs) not complete yet but allready pretty good :)
...
unlimited mv search range
minor bugfix in the mpeg4 header parser
reset picture in gop counter if scene change is detected
Originally committed as revision 344 to svn://svn.ffmpeg.org/ffmpeg/trunk
23 years ago
Michael Niedermayer
9cdd6a24ad
hopefully better bitrate controll
...
Originally committed as revision 334 to svn://svn.ffmpeg.org/ffmpeg/trunk
23 years ago
Juanjo
9d36bdc9be
- Added MP3 encoding through libmp3lame contributed by Lennert Buytenhek.
...
Originally committed as revision 326 to svn://svn.ffmpeg.org/ffmpeg/trunk
23 years ago
Juanjo
43f1708f8b
- Added PSNR feature to libavcodec and ffmpeg. By now just Y PSNR until I'm
...
sure it works ok. Also it's slow, so use it only when you _really_ need to
measure quality.
- Fix libavcodec Makefile to enable profiling.
Originally committed as revision 314 to svn://svn.ffmpeg.org/ffmpeg/trunk
23 years ago
Juanjo
81401c1fbc
- Fixes on RTP and GOB headers for H.263.
...
- RTP callback system implemented for H.263/H.263+.
- Bug fix on DC coefficients of H.263.
- H.263 decoder now returns PTS on picture number.
Originally committed as revision 292 to svn://svn.ffmpeg.org/ffmpeg/trunk
23 years ago
Arpi
98f3b098f9
avcodec_find_encoder_by_name() patch by Alex
...
Originally committed as revision 237 to svn://svn.ffmpeg.org/ffmpeg/trunk
23 years ago
Juanjo
644d98a4f2
- Preliminary RTP friendly mode for H.263.
...
- GOB headers for H.263 coding on RTP mode.
- Improved GOB header detection for H.263 decoder.
Originally committed as revision 222 to svn://svn.ffmpeg.org/ffmpeg/trunk
23 years ago
Arpi
ebbe52f1da
postprocessing array increased to handle HDTV resolutions (1920x1152)
...
Originally committed as revision 206 to svn://svn.ffmpeg.org/ffmpeg/trunk
23 years ago
Arpi
79e7b30557
exporting qscale data for postprocessing (for MPlayer)
...
Originally committed as revision 164 to svn://svn.ffmpeg.org/ffmpeg/trunk
23 years ago
Fabrice Bellard
a96b68b717
added pcm codecs
...
Originally committed as revision 140 to svn://svn.ffmpeg.org/ffmpeg/trunk
23 years ago
Fabrice Bellard
bf89e6b1f9
added draw_horiz_band test
...
Originally committed as revision 98 to svn://svn.ffmpeg.org/ffmpeg/trunk
24 years ago
Fabrice Bellard
219b06c66b
new img_convert API - added deinterlacing filter
...
Originally committed as revision 66 to svn://svn.ffmpeg.org/ffmpeg/trunk
24 years ago
Fabrice Bellard
d9fea0b588
added 422P and 444P formats (need to patch ffmpeg.c so that it is handled in all the program)
...
Originally committed as revision 38 to svn://svn.ffmpeg.org/ffmpeg/trunk
24 years ago
Fabrice Bellard
4e66ab3bab
added MJPEG decoder + comments
...
Originally committed as revision 35 to svn://svn.ffmpeg.org/ffmpeg/trunk
24 years ago
Fabrice Bellard
d771bcae33
added CONFIG_AC3, CONFIG_MPGLIB, CONFIG_DECODERS and CONFIG_ENCODERS (Arpi: don't forget to put CONFIG_DECODERS in mplayer)
...
Originally committed as revision 9 to svn://svn.ffmpeg.org/ffmpeg/trunk
24 years ago
Fabrice Bellard
de6d9b6404
Initial revision
...
Originally committed as revision 5 to svn://svn.ffmpeg.org/ffmpeg/trunk
24 years ago