17294 Commits (71e685b0183b17e43da3959e620fe22afbe8a64c)
 

Author SHA1 Message Date
Baptiste Coudurier 2ba0470e81 reindent 16 years ago
Baptiste Coudurier 7d637efa80 check for negative dts value even if bitstream is already formated, 16 years ago
Michael Kostylev ff1c015d41 Use coff as objformat for dos. 16 years ago
Carl Eugen Hoyos 1717031362 Remove H264Context from vdpau_internal.h. 16 years ago
Aurelien Jacobs 973c68cba0 fix warning: assignment makes pointer from integer without a cast 16 years ago
Carl Eugen Hoyos 10652dd54f Fix OBJS-$(CONFIG_H264_VDPAU_DECODER). 16 years ago
Carl Eugen Hoyos c639fc7213 Cosmetics: Rename ff_vdpau_h264_add_data_chunk as ff_vdpau_add_data_chunk. 16 years ago
Carl Eugen Hoyos 1968e438d0 Use only MpegEncContext in ff_vdpau_h264_add_data_chunk. 16 years ago
Carl Eugen Hoyos 6f0b5d6fae Cosmetics: Break long line. 16 years ago
Francesco Cosoleto 250dd6f0f7 Add a separate 'testclean' rule to clean regression test data without 16 years ago
Stefano Sabatini 2b187df99b Fix capitalization and missing periods issues. 16 years ago
Stefano Sabatini 708ec8fb31 Move the AVFormatContext options definition to a dedicated file, 16 years ago
Carl Eugen Hoyos 63bfcb6997 Fill range_map* in VC1Context. 16 years ago
Stefano Sabatini 78acb9e74b Move the AVCodecContext options definition to a dedicated file, reduce 16 years ago
Carl Eugen Hoyos 7fd3c09e0f Move vdpau_h264_set_reference_frames() call from vdpauvideo.c into h264.c. 16 years ago
Baptiste Coudurier 1a1078faa4 fix segv, always set audio_buf to audio_buf1 if decoding fail 16 years ago
Ronald S. Bultje 9211bcddb4 Reindent to properly fit a 80 chars terminal. 16 years ago
Ronald S. Bultje ff16f551cf Reindent after r16509. 16 years ago
Ronald S. Bultje 83d14c85da Apply rtpmap: SDP lines to the last m= line only, since they generally just 16 years ago
Carl Eugen Hoyos 7eb6ed78ea Move VDPAU check, make future VDPAU patches smaller. 16 years ago
Baptiste Coudurier fa50a0276f only set le if value is 1, fix boom5.mov, issue #770 16 years ago
Luca Abeni 65007a4fa0 Do not assume that if pkt->destruct != av_destruct_packet then it is not 16 years ago
Aurelien Jacobs 1d6eeebe08 initialize AVFormatContext before calling av_write_header() 16 years ago
Carl Eugen Hoyos 49186206eb Add refdist_flag to VC1Context. 16 years ago
Måns Rullgård 6dde9f8c20 SH4: fix typo in asm constraint 16 years ago
Ronald S. Bultje e49906c321 Increase buffer size for RTP packet data because some ASF streams use a 16 years ago
Aurelien Jacobs 5ce0043367 rename ff_metadata_sync_compat to ff_metadata_mux_compat 16 years ago
Aurelien Jacobs 97ca83a566 move ff_metadata_sync_compat to metadata_compat.c 16 years ago
Aurelien Jacobs e99f76ab79 Add a second metadata compatibility layer, so that metadata that gets 16 years ago
Carl Eugen Hoyos 420169e520 Add PIX_FMT_VDPAU_H264. 16 years ago
Sascha Sommer 30f32a1879 added my gnupg fingerprint 16 years ago
Ben Littler 54f8abde93 cosmetics: CJPG is from Creative Webcam 16 years ago
Ben Littler 949462b32e fourcc CJPG is sequential jpeg 16 years ago
Baptiste Coudurier 15cdff8525 100l, add missing enum type, fix compilation 16 years ago
Baptiste Coudurier 8a47ad5e7c use lower case x and alternate format for hex in printf 16 years ago
Baptiste Coudurier 861b4f012a print more debug information if enabled, including index 16 years ago
Carl Eugen Hoyos 090846f3b9 Rename ff_VDPAU as ff_vdpau. 16 years ago
Carl Eugen Hoyos 6cc01c245f Rename bitstreamBuffers* as bitstream_buffers* 16 years ago
Ramiro Polla 1bb04d5a44 configure: allow to disable sse code. 16 years ago
Dominique Leuenberger 6fde7afa8d Fix a compiler warning: 16 years ago
Ramiro Polla 1f91cdce0b Use posix_memalign() if available. 16 years ago
Diego Biurrun 218a6022e7 Only #include svq3.c if the SVQ3 decoder is enabled. 16 years ago
Diego Biurrun ed09249c71 The SVQ3 decoder uses ff_svq1_packet_checksum from svq1dec.c. 16 years ago
Robert Swain 158b39126d Support ADTS AAC files in the ffaac decoder (limited to streams containing one 16 years ago
Michael Niedermayer 600a331c27 Inject NULL packets into the video packet que at EOF to force all delayed 16 years ago
Michael Niedermayer 9f06bd9e96 Do not try to duplicate packets that have data==NULL. 16 years ago
Michael Niedermayer 1b9bbf8674 Document the need of buf=NULL buf_size=0 at the end to obtain all frames. 16 years ago
Diego Biurrun 0d9efa287a Add missing headers to allow 'make checkheaders' to pass. 16 years ago
Diego Biurrun 25bd48bdb4 Use <> instead of "" for system headers. 16 years ago
Alex Converse 11d6f38cc9 Factorise enum of AC3 error types to be usable by AAC in the ADTS patch that 16 years ago