Michael Niedermayer
b3a391e8b8
fixing i_quant_factor, this should finally fix the bitrate bug with ffserver hopefully
...
Originally committed as revision 959 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Michael Niedermayer
e8b62df6e4
fixing apiexample
...
Originally committed as revision 958 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Michael Niedermayer
a949d72e0e
avcodec_alloc_context()
...
Originally committed as revision 954 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Philip Gladstone
b71472eb62
Add conversions to and from RGBA32 and BGRA32.
...
Originally committed as revision 824 to svn://svn.ffmpeg.org/ffmpeg/trunk
23 years ago
Nick Kurshev
be8ffec9cd
new codec: Sorenson v1
...
Originally committed as revision 726 to svn://svn.ffmpeg.org/ffmpeg/trunk
23 years ago
Fabrice Bellard
ce992c6932
moved code to mem.c and allcodecs.c
...
Originally committed as revision 689 to svn://svn.ffmpeg.org/ffmpeg/trunk
23 years ago
Zdenek Kabelac
cd4af68ad5
* started to cleanup name clashes for onetime compilation
...
Originally committed as revision 617 to svn://svn.ffmpeg.org/ffmpeg/trunk
23 years ago
Fabrice Bellard
ff4ec49e64
license/copyright change
...
Originally committed as revision 599 to svn://svn.ffmpeg.org/ffmpeg/trunk
23 years ago
Fabrice Bellard
4d7a0a0593
better av_freep()
...
Originally committed as revision 541 to svn://svn.ffmpeg.org/ffmpeg/trunk
23 years ago
Fabrice Bellard
3123dd793e
proper memory handling functions
...
Originally committed as revision 520 to svn://svn.ffmpeg.org/ffmpeg/trunk
23 years ago
Nick Kurshev
8bceb6af09
build info for ABI
...
Originally committed as revision 489 to svn://svn.ffmpeg.org/ffmpeg/trunk
23 years ago
Philip Gladstone
0edf8a7a65
* Don't allocate 0 bytes of memory. It upsets electricFence!
...
Originally committed as revision 472 to svn://svn.ffmpeg.org/ffmpeg/trunk
23 years ago
Nick Kurshev
156e5023e8
version info
...
Originally committed as revision 443 to svn://svn.ffmpeg.org/ffmpeg/trunk
23 years ago
Michael Niedermayer
1c2a8c7f14
avcodec_flush_buffers()
...
Originally committed as revision 420 to svn://svn.ffmpeg.org/ffmpeg/trunk
23 years ago
Zdenek Kabelac
623563c04a
* using some small char buffer - needed for sprintf
...
Originally committed as revision 416 to svn://svn.ffmpeg.org/ffmpeg/trunk
23 years ago
Juanjo
4b1f4f236b
- Versions defined for libav/libavcodec.
...
- Bug fix in wav muxer for MP2 audio.
- ffmpeg/libavcodec version in MPEG-4 user data.
Originally committed as revision 400 to svn://svn.ffmpeg.org/ffmpeg/trunk
23 years ago
Juanjo
e0d2714adc
- Fixed AC3 decoding for 5:1 AC3 streams. Now when calling av_audio_decode for
...
AC3 set avcodec_context->channels to the desired number channels, if the
setting is 0 AC3 decoder will set it to the channels found in the
stream.
- Changed ffmpeg to cope with the new "way" of AC3 decoding.
- ASF muxer now uses Tickers for PTS calculations.
Originally committed as revision 393 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
Alex Beregszaszi
0344cd0a7c
multiple init bugfix (patch by Alex Beregszaszi <alex@naxine.org>)
...
Originally committed as revision 371 to svn://svn.ffmpeg.org/ffmpeg/trunk
23 years ago
Juanjo
1cb0edb40b
- Bug fix MPEG-2 decoder to handle "repeat_first_field" (Telecine)
...
- Hack in MPEG-2 demux to cope with buggy VOBs.
Originally committed as revision 333 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
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
Fabrice Bellard
a190b7e94e
fixed pcm bitrate
...
Originally committed as revision 149 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
Arpi
829fa996a9
CONFIG_MPGLIB no more needed
...
Originally committed as revision 136 to svn://svn.ffmpeg.org/ffmpeg/trunk
23 years ago
Nick Kurshev
3d2043852d
memalign autodetection
...
Originally committed as revision 115 to svn://svn.ffmpeg.org/ffmpeg/trunk
24 years ago
Nick Kurshev
3615700918
Aligned malloc. Another 10% of speedup.
...
Originally committed as revision 111 to svn://svn.ffmpeg.org/ffmpeg/trunk
24 years ago
Fabrice Bellard
58f26ba916
changed opendivx to mpeg4
...
Originally committed as revision 102 to svn://svn.ffmpeg.org/ffmpeg/trunk
24 years ago
Fabrice Bellard
cf0875950d
picture utils
...
Originally committed as revision 72 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