summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Add RTP depacketization of VP8Josh Allmann2010-08-166-1/+158
* Add RTP packetization of VP8Josh Allmann2010-08-165-0/+60
* Print error messages in case of connection failure or name resolution failureRonald S. Bultje2010-08-141-2/+11
* Prevent overflow on random input.Ronald S. Bultje2010-08-131-1/+2
* Remove use of MAX_STREAMS in MMSContext->streams[] array. Instead, dynamicallyRonald S. Bultje2010-08-133-1/+6
* Set fixed chunksize for ASF header in MMS streams, as per MSDN documentation.Zhentan Feng2010-08-131-1/+6
* Fix wrong command prefix for timing test in MMST protocol.Zhentan Feng2010-08-131-1/+1
* Remove some stray +s in VP8Jason Garrett-Glaser2010-08-131-2/+2
* Add RTP depacketization of MP4A-LATMMartin Storsjö2010-08-126-1/+192
* Cosmetics: put "{" on the same line of the "struct" keyword in structStefano Sabatini2010-08-121-19/+10
* Add APIchanges entry after the addition of av_get_image_linesize() ofStefano Sabatini2010-08-121-0/+3
* Deprecate ff_get_plane_bytewidth() in favor ofStefano Sabatini2010-08-124-5/+8
* Implement av_get_image_linesize() and use it inStefano Sabatini2010-08-125-49/+35
* Send OPTIONS request at a regular basis to standard RTSP servers as well,Ronald S. Bultje2010-08-121-3/+1
* Add another missing file from r24799.Ronald S. Bultje2010-08-121-0/+62
* VP5/6/8: ~7% faster arithmetic decodingJason Garrett-Glaser2010-08-123-8/+8
* Fix segv when stream copy and validate_tag fails, st->codec->codec is not setBaptiste Coudurier2010-08-121-2/+2
* 100L, fix vf_scale, since copy_ref_props now copy w and h, we must update themBaptiste Coudurier2010-08-121-0/+2
* Add missing mms.c from r24779.Ronald S. Bultje2010-08-111-0/+111
* Move functions and structs shared between MMSH and MMST into their own file,Zhentan Feng2010-08-112-120/+6
* Extract fields that are to be shared between MMST/MMSH into a common struct,Zhentan Feng2010-08-111-84/+97
* Use FFALIGN() in mmst.c where appropriate. Noticed by Benoit Fouet.Ronald S. Bultje2010-08-111-1/+1
* Apply misc cosmetics: add empty newlines for separating functionStefano Sabatini2010-08-111-1/+7
* Set type on buffer in get_video_buffer().S.N. Hemanth Meenakshisundaram2010-08-111-0/+3
* Add APIchanges entry for the AVFilterBufferRef changes in r24773.Stefano Sabatini2010-08-111-0/+5
* Resize data and linesize in AVFilterBufferRef to 8.S.N. Hemanth Meenakshisundaram2010-08-114-9/+11
* Extend and clarify documentation for -ac ffmpeg option.Stefano Sabatini2010-08-111-1/+4
* Add documentation for the pm parameter of the av_metadata_set*Stefano Sabatini2010-08-111-0/+4
* Fix reference to a wrong parameter name in the metadata API functionsStefano Sabatini2010-08-111-6/+6
* Add APIchanges entry after av_picture_data_copy() addition.Stefano Sabatini2010-08-111-0/+3
* Add av_picture_data_copy() and reimplement av_picture_copy() as aS.N. Hemanth Meenakshisundaram2010-08-112-12/+30
* Fix typo.Stefano Sabatini2010-08-111-1/+1
* Add APIchanges entry after avfilter_open() change in r24765.Stefano Sabatini2010-08-111-0/+7
* Change avfilter_open() signature, from:Stefano Sabatini2010-08-117-16/+20
* Add APIchanges entry after AVFilterBufferRef changes in r24763.Stefano Sabatini2010-08-111-0/+6
* Separate video specific BufferRef properties into VideoProps.S.N. Hemanth Meenakshisundaram2010-08-1110-42/+59
* Nit: fix weird spacing.Stefano Sabatini2010-08-111-2/+2
* Add empty newlines between function descriptions and @params, improveStefano Sabatini2010-08-111-0/+4
* remove b4_stride/mb_stride.Pascal Massimino2010-08-111-19/+10
* Add a mapping for the V4L2_PIX_FMT_NV12 format to PIX_FMT_NV12 forPete Eberlein2010-08-111-0/+5
* fix over-allocation. confused b4_stride with mb_width.Pascal Massimino2010-08-111-2/+2
* Fix mem leak when trying to open a non-existing image file (issue 2126).Przemysław Sobala2010-08-101-0/+1
* 2 lines spacing between versions in Changelog should be enough for readabilityAurelien Jacobs2010-08-101-16/+0
* get rid of MAX_STREAMS limit in nutdecAurelien Jacobs2010-08-101-1/+7
* rtpenc_xiph: Clarify that num_frames shouldn't ever get larger than max_frame...Martin Storsjö2010-08-101-1/+2
* get rid of MAX_STREAMS limit in mpegtsAurelien Jacobs2010-08-091-2/+6
* get rid of MAX_STREAMS limit in RTSPAurelien Jacobs2010-08-092-5/+16
* get rid of MAX_STREAMS limit in RDTAurelien Jacobs2010-08-091-4/+18
* Fix buffer overrun if idx is negative (it can be down to -23>>4), by prependingRonald S. Bultje2010-08-091-1/+3
* rtpenc_xiph: Set the ident value via a defineMartin Storsjö2010-08-093-7/+13
OpenPOWER on IntegriCloud