Anton Khirnov
|
5511ad14fe
|
lavc: use designated initialisers for parsers.
|
2011-11-02 10:03:43 +01:00 |
|
Diego Biurrun
|
02a8d43adf
|
Replace some av_log/printf + #ifdef combinations by av_dlog.
|
2011-06-07 13:20:58 +02:00 |
|
Mans Rullgard
|
2912e87a6c
|
Replace FFmpeg with Libav in licence headers
Signed-off-by: Mans Rullgard <mans@mansr.com>
|
2011-03-19 13:33:20 +00:00 |
|
Luca Barbato
|
dfd2a005eb
|
Replace dprintf with av_dlog
dprintf clashes with POSIX.1-2008
|
2011-01-29 23:55:37 +01:00 |
|
Diego Elio Pettenò
|
d36beb3f69
|
Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf.
None of these symbols should be accessed directly, so declare them as
hidden.
Signed-off-by: Mans Rullgard <mans@mansr.com>
|
2011-01-26 16:08:45 +00:00 |
|
Diego Biurrun
|
8b44de14d1
|
Change av_log() calls surrounded by '#ifdef DEBUG' into dprintf macros.
Originally committed as revision 19550 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
2009-07-30 21:00:08 +00:00 |
|
Stefano Sabatini
|
9106a698e7
|
Rename bitstream.h to get_bits.h.
Originally committed as revision 18494 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
2009-04-13 16:20:26 +00:00 |
|
Diego Biurrun
|
406792e7b0
|
cosmetics: Remove pointless period after copyright statement non-sentences.
Originally committed as revision 16684 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
2009-01-19 15:46:40 +00:00 |
|
Michael Niedermayer
|
cb63a4b37c
|
Simplify parser core.
Originally committed as revision 13613 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
2008-06-02 02:55:30 +00:00 |
|
Zuxy Meng
|
98a6fff98c
|
Apply 'cold' attribute to init/uninit functions in libavcodec
Originally committed as revision 12525 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
2008-03-21 03:11:20 +00:00 |
|
Aurelien Jacobs
|
c53d2d9042
|
make some parser parameters const to avoid casting const to non-const
Originally committed as revision 8921 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
2007-05-07 00:47:03 +00:00 |
|
Diego Biurrun
|
027f43f095
|
Rename dvbsubdec_parser.c to dvbsub_parser.c.
Originally committed as revision 8909 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
2007-05-06 08:41:24 +00:00 |
|