summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* Fix build: Add intreadwrite.h and bswap.h #includes where necessary.Diego Biurrun2009-01-11
* Add truncf() replacement function.Michael Kostylev2009-01-11
* Implement the avfilter_default_draw_slice() handler and use it inStefano Sabatini2009-01-11
* Use setmode() if it exists in <io.h>, and not based on O_BINARY.Ramiro Polla2009-01-11
* Use 'enabled' function instead of raw 'test' calls in arch checks.Diego Biurrun2009-01-11
* Add my GPG key.Diego Biurrun2009-01-11
* cosmetics: indentationDiego Biurrun2009-01-11
* Fix illegal identifier starting with an underscore.Diego Biurrun2009-01-11
* move ffindex set before mov_read_default so it can be used in functionsBaptiste Coudurier2009-01-11
* Add necessary, remove unnecessary #includes.Diego Biurrun2009-01-11
* Drop unnecessary intreadwrite.h and bswap.h #includes.Diego Biurrun2009-01-11
* Add missing #include to fix 'make checkheaders'.Diego Biurrun2009-01-11
* cosmetics: Remove useless quotes.Diego Biurrun2009-01-11
* 1l: better alphabetical orderDiego Biurrun2009-01-11
* Add missing --disable-armv6t2 to help output.Diego Biurrun2009-01-11
* Increase BUFFER_SIZE.Michael Niedermayer2009-01-11
* fix indentionMichael Niedermayer2009-01-11
* All negative values are errors not just -1.Michael Niedermayer2009-01-11
* Check the return of audio and video encoders.Michael Niedermayer2009-01-11
* All negative returns are errors not just -1.Michael Niedermayer2009-01-11
* 30l: when reading mb_offset in RV30 slice header its sizeKostya Shishkov2009-01-11
* cosmeticsBaptiste Coudurier2009-01-11
* remove warnings about uninitialized varsBaptiste Coudurier2009-01-11
* Add size that is needed for the wmapro codecBenjamin Larsson2009-01-11
* cosmeticsBaptiste Coudurier2009-01-11
* Add support for muxing mov/mp4/3gp timed text streamsDavid Conrad2009-01-11
* Read extradata (justification, colors, fonts, etc) for mov/mp4 timed textDavid Conrad2009-01-11
* RV30 decoder passes possible frame sizes in extradata and selectsKostya Shishkov2009-01-11
* remove comment, this is not relevant anymoreBaptiste Coudurier2009-01-11
* reindentBaptiste Coudurier2009-01-11
* check for negative dts value even if bitstream is already formated,Baptiste Coudurier2009-01-11
* Use coff as objformat for dos.Michael Kostylev2009-01-11
* Remove H264Context from vdpau_internal.h.Carl Eugen Hoyos2009-01-11
* fix warning: assignment makes pointer from integer without a castAurelien Jacobs2009-01-10
* Fix OBJS-$(CONFIG_H264_VDPAU_DECODER).Carl Eugen Hoyos2009-01-10
* Cosmetics: Rename ff_vdpau_h264_add_data_chunk as ff_vdpau_add_data_chunk.Carl Eugen Hoyos2009-01-10
* Use only MpegEncContext in ff_vdpau_h264_add_data_chunk.Carl Eugen Hoyos2009-01-10
* Cosmetics: Break long line.Carl Eugen Hoyos2009-01-10
* Add a separate 'testclean' rule to clean regression test data withoutFrancesco Cosoleto2009-01-10
* Fix capitalization and missing periods issues.Stefano Sabatini2009-01-10
* Move the AVFormatContext options definition to a dedicated file,Stefano Sabatini2009-01-10
* Fill range_map* in VC1Context.Carl Eugen Hoyos2009-01-10
* Move the AVCodecContext options definition to a dedicated file, reduceStefano Sabatini2009-01-10
* Move vdpau_h264_set_reference_frames() call from vdpauvideo.c into h264.c.Carl Eugen Hoyos2009-01-10
* fix segv, always set audio_buf to audio_buf1 if decoding failBaptiste Coudurier2009-01-09
* Reindent to properly fit a 80 chars terminal.Ronald S. Bultje2009-01-09
* Reindent after r16509.Ronald S. Bultje2009-01-09
* Apply rtpmap: SDP lines to the last m= line only, since they generally justRonald S. Bultje2009-01-09
* Move VDPAU check, make future VDPAU patches smaller.Carl Eugen Hoyos2009-01-09
* only set le if value is 1, fix boom5.mov, issue #770Baptiste Coudurier2009-01-09