| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | rtpenc_xiph: Don't needlessly cast pointers to integers | Martin Storsjö | 2010-08-09 | 1 | -2/+2 |
* | Make hex_to_data a lavf internal function | Martin Storsjö | 2010-08-09 | 3 | -31/+40 |
* | http: Return EOF at the end of the content even if the connection isn't closed | Martin Storsjö | 2010-08-09 | 1 | -0/+7 |
* | Fix handling of truncated files. Should fix random FATE breakages. | Vitor Sessak | 2010-08-09 | 1 | -1/+5 |
* | indent | Ramiro Polla | 2010-08-08 | 1 | -6/+6 |
* | swscale-test: get strides using av_fill_image_linesizes() from libavcore | Ramiro Polla | 2010-08-08 | 2 | -18/+12 |
* | Only check for for libvpx decoder/encoder if libvpx is enabled. | Diego Biurrun | 2010-08-08 | 1 | -4/+5 |
* | fix configure when --enable-libvpx is not specified | Ramiro Polla | 2010-08-08 | 1 | -2/+2 |
* | Split libvpx check into decoder and encoder check. | Frank Barchard | 2010-08-08 | 1 | -3/+4 |
* | Split h264dsp and h264pred in configure. | Jason Garrett-Glaser | 2010-08-07 | 5 | -12/+16 |
* | oggparsevorbis: Add some sanity checks to header packet ordering/presence. | Alex Converse | 2010-08-07 | 1 | -0/+6 |