| Commit message (Expand) | Author | Age | Files | Lines |
* | Add RTP depacketization of VP8 | Josh Allmann | 2010-08-16 | 6 | -1/+158 |
* | Add RTP packetization of VP8 | Josh Allmann | 2010-08-16 | 5 | -0/+60 |
* | Print error messages in case of connection failure or name resolution failure | Ronald S. Bultje | 2010-08-14 | 1 | -2/+11 |
* | Prevent overflow on random input. | Ronald S. Bultje | 2010-08-13 | 1 | -1/+2 |
* | Remove use of MAX_STREAMS in MMSContext->streams[] array. Instead, dynamically | Ronald S. Bultje | 2010-08-13 | 3 | -1/+6 |
* | Set fixed chunksize for ASF header in MMS streams, as per MSDN documentation. | Zhentan Feng | 2010-08-13 | 1 | -1/+6 |
* | Fix wrong command prefix for timing test in MMST protocol. | Zhentan Feng | 2010-08-13 | 1 | -1/+1 |
* | Remove some stray +s in VP8 | Jason Garrett-Glaser | 2010-08-13 | 1 | -2/+2 |
* | Add RTP depacketization of MP4A-LATM | Martin Storsjö | 2010-08-12 | 6 | -1/+192 |
* | Cosmetics: put "{" on the same line of the "struct" keyword in struct | Stefano Sabatini | 2010-08-12 | 1 | -19/+10 |
* | Add APIchanges entry after the addition of av_get_image_linesize() of | Stefano Sabatini | 2010-08-12 | 1 | -0/+3 |
* | Deprecate ff_get_plane_bytewidth() in favor of | Stefano Sabatini | 2010-08-12 | 4 | -5/+8 |
* | Implement av_get_image_linesize() and use it in | Stefano Sabatini | 2010-08-12 | 5 | -49/+35 |
* | Send OPTIONS request at a regular basis to standard RTSP servers as well, | Ronald S. Bultje | 2010-08-12 | 1 | -3/+1 |
* | Add another missing file from r24799. | Ronald S. Bultje | 2010-08-12 | 1 | -0/+62 |
* | VP5/6/8: ~7% faster arithmetic decoding | Jason Garrett-Glaser | 2010-08-12 | 3 | -8/+8 |
* | Fix segv when stream copy and validate_tag fails, st->codec->codec is not set | Baptiste Coudurier | 2010-08-12 | 1 | -2/+2 |
* | 100L, fix vf_scale, since copy_ref_props now copy w and h, we must update them | Baptiste Coudurier | 2010-08-12 | 1 | -0/+2 |
* | Add missing mms.c from r24779. | Ronald S. Bultje | 2010-08-11 | 1 | -0/+111 |
* | Move functions and structs shared between MMSH and MMST into their own file, | Zhentan Feng | 2010-08-11 | 2 | -120/+6 |
* | Extract fields that are to be shared between MMST/MMSH into a common struct, | Zhentan Feng | 2010-08-11 | 1 | -84/+97 |
* | Use FFALIGN() in mmst.c where appropriate. Noticed by Benoit Fouet. | Ronald S. Bultje | 2010-08-11 | 1 | -1/+1 |
* | Apply misc cosmetics: add empty newlines for separating function | Stefano Sabatini | 2010-08-11 | 1 | -1/+7 |
* | Set type on buffer in get_video_buffer(). | S.N. Hemanth Meenakshisundaram | 2010-08-11 | 1 | -0/+3 |
* | Add APIchanges entry for the AVFilterBufferRef changes in r24773. | Stefano Sabatini | 2010-08-11 | 1 | -0/+5 |
* | Resize data and linesize in AVFilterBufferRef to 8. | S.N. Hemanth Meenakshisundaram | 2010-08-11 | 4 | -9/+11 |
* | Extend and clarify documentation for -ac ffmpeg option. | Stefano Sabatini | 2010-08-11 | 1 | -1/+4 |
* | Add documentation for the pm parameter of the av_metadata_set* | Stefano Sabatini | 2010-08-11 | 1 | -0/+4 |
* | Fix reference to a wrong parameter name in the metadata API functions | Stefano Sabatini | 2010-08-11 | 1 | -6/+6 |
* | Add APIchanges entry after av_picture_data_copy() addition. | Stefano Sabatini | 2010-08-11 | 1 | -0/+3 |
* | Add av_picture_data_copy() and reimplement av_picture_copy() as a | S.N. Hemanth Meenakshisundaram | 2010-08-11 | 2 | -12/+30 |
* | Fix typo. | Stefano Sabatini | 2010-08-11 | 1 | -1/+1 |
* | Add APIchanges entry after avfilter_open() change in r24765. | Stefano Sabatini | 2010-08-11 | 1 | -0/+7 |
* | Change avfilter_open() signature, from: | Stefano Sabatini | 2010-08-11 | 7 | -16/+20 |
* | Add APIchanges entry after AVFilterBufferRef changes in r24763. | Stefano Sabatini | 2010-08-11 | 1 | -0/+6 |
* | Separate video specific BufferRef properties into VideoProps. | S.N. Hemanth Meenakshisundaram | 2010-08-11 | 10 | -42/+59 |
* | Nit: fix weird spacing. | Stefano Sabatini | 2010-08-11 | 1 | -2/+2 |
* | Add empty newlines between function descriptions and @params, improve | Stefano Sabatini | 2010-08-11 | 1 | -0/+4 |
* | remove b4_stride/mb_stride. | Pascal Massimino | 2010-08-11 | 1 | -19/+10 |
* | Add a mapping for the V4L2_PIX_FMT_NV12 format to PIX_FMT_NV12 for | Pete Eberlein | 2010-08-11 | 1 | -0/+5 |
* | fix over-allocation. confused b4_stride with mb_width. | Pascal Massimino | 2010-08-11 | 1 | -2/+2 |
* | Fix mem leak when trying to open a non-existing image file (issue 2126). | Przemysław Sobala | 2010-08-10 | 1 | -0/+1 |
* | 2 lines spacing between versions in Changelog should be enough for readability | Aurelien Jacobs | 2010-08-10 | 1 | -16/+0 |
* | get rid of MAX_STREAMS limit in nutdec | Aurelien Jacobs | 2010-08-10 | 1 | -1/+7 |
* | rtpenc_xiph: Clarify that num_frames shouldn't ever get larger than max_frame... | Martin Storsjö | 2010-08-10 | 1 | -1/+2 |
* | get rid of MAX_STREAMS limit in mpegts | Aurelien Jacobs | 2010-08-09 | 1 | -2/+6 |
* | get rid of MAX_STREAMS limit in RTSP | Aurelien Jacobs | 2010-08-09 | 2 | -5/+16 |
* | get rid of MAX_STREAMS limit in RDT | Aurelien Jacobs | 2010-08-09 | 1 | -4/+18 |
* | Fix buffer overrun if idx is negative (it can be down to -23>>4), by prepending | Ronald S. Bultje | 2010-08-09 | 1 | -1/+3 |
* | rtpenc_xiph: Set the ident value via a define | Martin Storsjö | 2010-08-09 | 3 | -7/+13 |