17534 Commits (f92a6c66ed2dfb4c421934984b1869b21cb961dc)
 

Author SHA1 Message Date
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
Robert Swain 4b82e3cedc Add some lossless h.264 encoding presets as suggested by Jason 16 years ago
Robert Swain 986a5e91f5 Add a slow first pass preset 16 years ago
Robert Swain ef4140690b Be consistent and use b-frames throughout the presets to avoid confusion about 16 years ago
Ronald S. Bultje 6e5f27ca80 Fix typo ("Standard-compliant" -> "Standards-compliant"), as noticed by 16 years ago
Robert Swain 199a8aa9f4 Change direct prediction for fast first pass to automatic as all other presets 16 years ago
Ronald S. Bultje 70d4b8ce50 Fix doxy comments missing one '*'. 16 years ago
Ronald S. Bultje 7a86bafa20 Use the "server" RTSP field to detect whether the server that we're talking 16 years ago
Ronald S. Bultje 74272b1c0c Export RTSPState and RTSPStream from rtsp.c into rtsp.h. This allows future 16 years ago
Ronald S. Bultje b0d75d6036 Don't use s->pb if a local ByteIOContext was already provided by the calling 16 years ago
Ronald S. Bultje 572c6a3814 Allow subscription to any of the streams, not just the first, available in 16 years ago