summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* Move vdpau_h264_set_reference_frames() call from vdpauvideo.c into h264.c.Carl Eugen Hoyos2009-01-10
| | | | Originally committed as revision 16513 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix segv, always set audio_buf to audio_buf1 if decoding failBaptiste Coudurier2009-01-09
| | | | Originally committed as revision 16512 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Reindent to properly fit a 80 chars terminal.Ronald S. Bultje2009-01-09
| | | | Originally committed as revision 16511 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Reindent after r16509.Ronald S. Bultje2009-01-09
| | | | Originally committed as revision 16510 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Apply rtpmap: SDP lines to the last m= line only, since they generally justRonald S. Bultje2009-01-09
| | | | | | | come directly after each m= line if required. See "[PATCH] RTSP-MS 5-6/15: parse only the last m= line stream per rtpmap line" thread on ML. Originally committed as revision 16509 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Move VDPAU check, make future VDPAU patches smaller.Carl Eugen Hoyos2009-01-09
| | | | Originally committed as revision 16508 to svn://svn.ffmpeg.org/ffmpeg/trunk
* only set le if value is 1, fix boom5.mov, issue #770Baptiste Coudurier2009-01-09
| | | | Originally committed as revision 16507 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Do not assume that if pkt->destruct != av_destruct_packet then it is notLuca Abeni2009-01-09
| | | | | | necessary to call the destruct method Originally committed as revision 16506 to svn://svn.ffmpeg.org/ffmpeg/trunk
* initialize AVFormatContext before calling av_write_header()Aurelien Jacobs2009-01-09
| | | | Originally committed as revision 16505 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add refdist_flag to VC1Context.Carl Eugen Hoyos2009-01-09
| | | | Originally committed as revision 16504 to svn://svn.ffmpeg.org/ffmpeg/trunk
* SH4: fix typo in asm constraintMåns Rullgård2009-01-09
| | | | Originally committed as revision 16503 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Increase buffer size for RTP packet data because some ASF streams use aRonald S. Bultje2009-01-09
| | | | | | | manual, non-standard blocksize which is bigger than RTP_MAX_PACKET_LENGTH. See "[PATCH] RTSP-MS 4/15: blocksize detection" thread on mailinglist. Originally committed as revision 16502 to svn://svn.ffmpeg.org/ffmpeg/trunk
* rename ff_metadata_sync_compat to ff_metadata_mux_compatAurelien Jacobs2009-01-09
| | | | Originally committed as revision 16501 to svn://svn.ffmpeg.org/ffmpeg/trunk
* move ff_metadata_sync_compat to metadata_compat.cAurelien Jacobs2009-01-08
| | | | Originally committed as revision 16500 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add a second metadata compatibility layer, so that metadata that getsAurelien Jacobs2009-01-08
| | | | | | | demuxed with new API is automatically converted to the old API, allowing old applications to stay functional. Originally committed as revision 16499 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add PIX_FMT_VDPAU_H264.Carl Eugen Hoyos2009-01-08
| | | | Originally committed as revision 28281 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* added my gnupg fingerprintSascha Sommer2009-01-08
| | | | Originally committed as revision 16498 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics: CJPG is from Creative WebcamBen Littler2009-01-08
| | | | Originally committed as revision 16497 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fourcc CJPG is sequential jpegBen Littler2009-01-08
| | | | Originally committed as revision 16496 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 100l, add missing enum type, fix compilationBaptiste Coudurier2009-01-08
| | | | Originally committed as revision 16495 to svn://svn.ffmpeg.org/ffmpeg/trunk
* use lower case x and alternate format for hex in printfBaptiste Coudurier2009-01-08
| | | | Originally committed as revision 16494 to svn://svn.ffmpeg.org/ffmpeg/trunk
* print more debug information if enabled, including indexBaptiste Coudurier2009-01-08
| | | | Originally committed as revision 16493 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Rename ff_VDPAU as ff_vdpau.Carl Eugen Hoyos2009-01-07
| | | | Originally committed as revision 16492 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Rename bitstreamBuffers* as bitstream_buffers*Carl Eugen Hoyos2009-01-07
| | | | Originally committed as revision 16491 to svn://svn.ffmpeg.org/ffmpeg/trunk
* configure: allow to disable sse code.Ramiro Polla2009-01-07
| | | | | | Based on patch by Michael Kostylev <mik at it-1 dot ru> Originally committed as revision 16490 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix a compiler warning:Dominique Leuenberger2009-01-07
| | | | | | | | libavformat/rmdec.c:550: warning: assignment makes pointer from integer Patch by Dominique Leuenberger (dominique-ffmpeg-devel A leuenberger D net) Originally committed as revision 16489 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Use posix_memalign() if available.Ramiro Polla2009-01-07
| | | | Originally committed as revision 16488 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Only #include svq3.c if the SVQ3 decoder is enabled.Diego Biurrun2009-01-07
| | | | Originally committed as revision 16487 to svn://svn.ffmpeg.org/ffmpeg/trunk
* The SVQ3 decoder uses ff_svq1_packet_checksum from svq1dec.c.Diego Biurrun2009-01-07
| | | | Originally committed as revision 16486 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Support ADTS AAC files in the ffaac decoder (limited to streams containing oneRobert Swain2009-01-07
| | | | | | | | | raw_data_block() per ADTS frame) Patch by Alex Converse ( alex converse gmail com) based on a patch by Robert Swain ( robert swain gmail com ) Originally committed as revision 16485 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Inject NULL packets into the video packet que at EOF to force all delayedMichael Niedermayer2009-01-07
| | | | | | frames to be output. Originally committed as revision 16484 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Do not try to duplicate packets that have data==NULL.Michael Niedermayer2009-01-07
| | | | Originally committed as revision 16483 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Document the need of buf=NULL buf_size=0 at the end to obtain all frames.Michael Niedermayer2009-01-07
| | | | Originally committed as revision 16482 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add missing headers to allow 'make checkheaders' to pass.Diego Biurrun2009-01-07
| | | | Originally committed as revision 16481 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Use <> instead of "" for system headers.Diego Biurrun2009-01-07
| | | | Originally committed as revision 16480 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Factorise enum of AC3 error types to be usable by AAC in the ADTS patch thatAlex Converse2009-01-07
| | | | | | | | will follow Patch by Alex Converse ( alex converse gmail com ) Originally committed as revision 16479 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add some lossless h.264 encoding presets as suggested by JasonRobert Swain2009-01-07
| | | | Originally committed as revision 16478 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add a slow first pass presetRobert Swain2009-01-07
| | | | Originally committed as revision 16477 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Be consistent and use b-frames throughout the presets to avoid confusion aboutRobert Swain2009-01-07
| | | | | | | whether they have to be specified in the first pass as well. Also use b_strategy=2 in hq and max presets to further improve compression efficiency. Originally committed as revision 16476 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix typo ("Standard-compliant" -> "Standards-compliant"), as noticed byRonald S. Bultje2009-01-07
| | | | | | Diego. Originally committed as revision 16475 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Change direct prediction for fast first pass to automatic as all other presetsRobert Swain2009-01-07
| | | | | | | use this mode and it has to be enabled in the first pass to be used in the second Originally committed as revision 16474 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix doxy comments missing one '*'.Ronald S. Bultje2009-01-07
| | | | Originally committed as revision 16473 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Use the "server" RTSP field to detect whether the server that we're talkingRonald S. Bultje2009-01-07
| | | | | | | | to is a Microsoft Windows Media Server (the field will be "WMServer/version"). See "[PATCH] RTSP-MS 3/15: Add Windows Media Server type" thread on mailinglist. Originally committed as revision 16472 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Export RTSPState and RTSPStream from rtsp.c into rtsp.h. This allows futureRonald S. Bultje2009-01-07
| | | | | | | | access to these structures in functions that will be located in rtp_asf.c. See "[PATCH] RTSP-MS 2/15: export RTSPState and RTSPStream" mailinglist thread. Originally committed as revision 16471 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Don't use s->pb if a local ByteIOContext was already provided by the callingRonald S. Bultje2009-01-07
| | | | | | | function. See mailinglist thread "[PATCH] RTSP-MS 1/15: don't use s->pb in asf.c". Originally committed as revision 16470 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Allow subscription to any of the streams, not just the first, available inRonald S. Bultje2009-01-07
| | | | | | | | | this RTSP/RDT session. This basically implies full RDT support, including stream selection in ffmpeg and multi-stream backupping in ffmpeg (by mapping each stream to an output). See "[PATCH] RTSP/RDT: subscriptions" thread on mailinglist. Originally committed as revision 16469 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Parse the OpaqueData field for every AVStream represented by this "set ofRonald S. Bultje2009-01-07
| | | | | | | | | | streams" (a single RTSPStream / RDTDemuxContext can represent several AVStreams, that's just how Real/RDT was designed...). This will fill in most of the AVStream/AVCodecContext header fields, similar to reading a RM file header would. See "[PATCH] multi-stream MDPR parsing" thread on mailinglist. Originally committed as revision 16468 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Parse the bitrate field in the ASMRuleBook ("AverageBandwidth") to fill inRonald S. Bultje2009-01-07
| | | | | | | | | | | the AVStream->AVCodecContext->bit_rate field, which is not in the MDPR block (the "OpaqueData" SDP field). This allows clients to choose streams based on their bitrate, which is what most network-players base stream selection on. (Of course, it is also possible to select based on anything else, that is entirely up to the client.) See "[PATCH] rdt.c: ASM rulebook bitrate reading" thread on mailinglist. Originally committed as revision 16467 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Parse the ASMRuleBook SDP line to dynamically create one new AVStream forRonald S. Bultje2009-01-07
| | | | | | | | | each "rule" described in the ASMRuleBook. Each rule represents a stream of identical content compared to other streams in the same rulebook, but with a possibly different codec/bitrate/etc. See "[PATCH] rdt.c: ASM rulebook parsing and AVStream creation" thread on mailinglist. Originally committed as revision 16466 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add AltiVec versions of h264_idct_add(8|16|16intra),David Conrad2009-01-07
| | | | | | | | allowing to re-enable ff_h264_idct_add_altivec's usage. Patch by David Conrad %lessen42 A gmail P com% Originally committed as revision 16465 to svn://svn.ffmpeg.org/ffmpeg/trunk