25611 Commits (81c1ecabab93ad279092925872cfd13db07a6c6e)
 

Author SHA1 Message Date
Stefano Sabatini 81c1ecabab Deprecate ff_get_plane_bytewidth() in favor of 15 years ago
Stefano Sabatini 7906e2b974 Implement av_get_image_linesize() and use it in 15 years ago
Ronald S. Bultje 27014bf5a3 Send OPTIONS request at a regular basis to standard RTSP servers as well, 15 years ago
Ronald S. Bultje d68776d54f Add another missing file from r24799. 15 years ago
Jason Garrett-Glaser 05c04cdf54 VP5/6/8: ~7% faster arithmetic decoding 15 years ago
Baptiste Coudurier d2064fd42b Fix segv when stream copy and validate_tag fails, st->codec->codec is not set 15 years ago
Baptiste Coudurier e4cc9f208d 100L, fix vf_scale, since copy_ref_props now copy w and h, we must update them 15 years ago
Ronald S. Bultje 6ef14e5753 Add missing mms.c from r24779. 15 years ago
Zhentan Feng fcd11c61ea Move functions and structs shared between MMSH and MMST into their own file, 15 years ago
Zhentan Feng edce93536a Extract fields that are to be shared between MMST/MMSH into a common struct, 15 years ago
Ronald S. Bultje a46cd6e141 Use FFALIGN() in mmst.c where appropriate. Noticed by Benoit Fouet. 15 years ago
Stefano Sabatini a4fb0ada0b Apply misc cosmetics: add empty newlines for separating function 15 years ago
S.N. Hemanth Meenakshisundaram 382ac60e44 Set type on buffer in get_video_buffer(). 15 years ago
Stefano Sabatini 5bf840c411 Add APIchanges entry for the AVFilterBufferRef changes in r24773. 15 years ago
S.N. Hemanth Meenakshisundaram c1db7bff66 Resize data and linesize in AVFilterBufferRef to 8. 15 years ago
Stefano Sabatini e1f4dd6d41 Extend and clarify documentation for -ac ffmpeg option. 15 years ago
Stefano Sabatini 983ec30497 Add documentation for the pm parameter of the av_metadata_set* 15 years ago
Stefano Sabatini 32e6f246b3 Fix reference to a wrong parameter name in the metadata API functions 15 years ago
Stefano Sabatini c6a34954b9 Add APIchanges entry after av_picture_data_copy() addition. 15 years ago
S.N. Hemanth Meenakshisundaram 9f08d80363 Add av_picture_data_copy() and reimplement av_picture_copy() as a 15 years ago
Stefano Sabatini 4bf2d6e8d4 Fix typo. 15 years ago
Stefano Sabatini c7c7feaa12 Add APIchanges entry after avfilter_open() change in r24765. 15 years ago
Stefano Sabatini 84c0386960 Change avfilter_open() signature, from: 15 years ago
Stefano Sabatini ad0d70c964 Add APIchanges entry after AVFilterBufferRef changes in r24763. 15 years ago
S.N. Hemanth Meenakshisundaram cc80caff52 Separate video specific BufferRef properties into VideoProps. 15 years ago
Stefano Sabatini fd7b11d027 Nit: fix weird spacing. 15 years ago
Stefano Sabatini 26cc5310f6 Add empty newlines between function descriptions and @params, improve 15 years ago
Pascal Massimino aa93c52c21 remove b4_stride/mb_stride. 15 years ago
Pete Eberlein b4f81b7429 Add a mapping for the V4L2_PIX_FMT_NV12 format to PIX_FMT_NV12 for 15 years ago
Pascal Massimino ccf13f9e20 fix over-allocation. confused b4_stride with mb_width. 15 years ago
Przemysław Sobala ec973f45a3 Fix mem leak when trying to open a non-existing image file (issue 2126). 15 years ago
Aurelien Jacobs 21afed5e1b 2 lines spacing between versions in Changelog should be enough for readability 15 years ago
Aurelien Jacobs 3c0eec06d8 get rid of MAX_STREAMS limit in nutdec 15 years ago
Martin Storsjö f53b9a2964 rtpenc_xiph: Clarify that num_frames shouldn't ever get larger than max_frames_per_packet 15 years ago
Aurelien Jacobs 6b2b337657 get rid of MAX_STREAMS limit in mpegts 15 years ago
Aurelien Jacobs be73ba2fa4 get rid of MAX_STREAMS limit in RTSP 15 years ago
Aurelien Jacobs dfdb353cd5 get rid of MAX_STREAMS limit in RDT 15 years ago
Ronald S. Bultje af0a61cc40 Fix buffer overrun if idx is negative (it can be down to -23>>4), by prepending 15 years ago
Martin Storsjö b5c4bb989d rtpenc_xiph: Set the ident value via a define 15 years ago
Martin Storsjö 62c7e2c336 rtpenc_xiph: Don't needlessly cast pointers to integers 15 years ago
Martin Storsjö 311baee795 Make hex_to_data a lavf internal function 15 years ago
Martin Storsjö f240ed18ef http: Return EOF at the end of the content even if the connection isn't closed 15 years ago
Vitor Sessak 46a76dec93 Fix handling of truncated files. Should fix random FATE breakages. 15 years ago
Ramiro Polla a4fc3bd533 indent 15 years ago
Ramiro Polla 06c93cb705 swscale-test: get strides using av_fill_image_linesizes() from libavcore 15 years ago
Diego Biurrun 7d07d6f529 Only check for for libvpx decoder/encoder if libvpx is enabled. 15 years ago
Ramiro Polla f9c8cc4d19 fix configure when --enable-libvpx is not specified 15 years ago
Frank Barchard 762e2601d7 Split libvpx check into decoder and encoder check. 15 years ago
Jason Garrett-Glaser 4a384de5b8 Split h264dsp and h264pred in configure. 15 years ago
Alex Converse 73c44cb286 oggparsevorbis: Add some sanity checks to header packet ordering/presence. 15 years ago