25885 Commits (3d487db153fb4d149156b65c3ca2d9ab910d84f4)
 

Author SHA1 Message Date
S.N. Hemanth Meenakshisundaram ad2c950154 Implement libavfilter audio framework. 14 years ago
Stefano Sabatini a8542e433e Set the correct type for the output links. 14 years ago
Stefano Sabatini 65d4cab562 Add missing checks in avfilter_default_get_video_buffer(). 14 years ago
Stefano Sabatini 4f9ce3c4c7 Add missing NULL checks in avfilter_ref_buffer(). 14 years ago
Diego Biurrun 6fa5a91b14 Remove dep/depend targets and related variables. 14 years ago
Stefano Sabatini a1e171dfee Add hflip filter. 14 years ago
Diego Biurrun 3123823cb2 Skip adding SDL_CFLAGS to CFLAGS for the ffplay.d target. 14 years ago
Aurelien Jacobs e110e968fe matroskadec: minor simplification 14 years ago
Aurelien Jacobs 4f90688b6e matroskadec: fix integer overflow 14 years ago
Carl Eugen Hoyos aa78a6d657 Mention lowres if SDL can't provide the needed resolution. 14 years ago
Mike Scheutzow cb036f905f Fix SDL crash on specific hardware. 14 years ago
Mike Scheutzow f7b8c81460 Move do_exit() up for upcoming patch. 14 years ago
Måns Rullgård ead7ef8251 fft-test: format error output more readably 14 years ago
Josh Allmann 51291e6005 Add RTP depacketization of VP8 14 years ago
Josh Allmann 7b18d94cb3 Add RTP packetization of VP8 14 years ago
Ronald S. Bultje 63638a3c4a Print error messages in case of connection failure or name resolution failure 14 years ago
Ronald S. Bultje afbc4d2dac Prevent overflow on random input. 14 years ago
Ronald S. Bultje 67197656d1 Remove use of MAX_STREAMS in MMSContext->streams[] array. Instead, dynamically 14 years ago
Zhentan Feng c46000c1ff Set fixed chunksize for ASF header in MMS streams, as per MSDN documentation. 14 years ago
Zhentan Feng 99ab8ff049 Fix wrong command prefix for timing test in MMST protocol. 14 years ago
Jason Garrett-Glaser 2b476e02e1 Remove some stray +s in VP8 14 years ago
Martin Storsjö 1ddc176ec4 Add RTP depacketization of MP4A-LATM 14 years ago
Stefano Sabatini f607cc18eb Cosmetics: put "{" on the same line of the "struct" keyword in struct 14 years ago
Stefano Sabatini d1a04371cf Add APIchanges entry after the addition of av_get_image_linesize() of 14 years ago
Stefano Sabatini 81c1ecabab Deprecate ff_get_plane_bytewidth() in favor of 14 years ago
Stefano Sabatini 7906e2b974 Implement av_get_image_linesize() and use it in 14 years ago
Ronald S. Bultje 27014bf5a3 Send OPTIONS request at a regular basis to standard RTSP servers as well, 14 years ago
Ronald S. Bultje d68776d54f Add another missing file from r24799. 14 years ago
Jason Garrett-Glaser 05c04cdf54 VP5/6/8: ~7% faster arithmetic decoding 14 years ago
Baptiste Coudurier d2064fd42b Fix segv when stream copy and validate_tag fails, st->codec->codec is not set 14 years ago
Baptiste Coudurier e4cc9f208d 100L, fix vf_scale, since copy_ref_props now copy w and h, we must update them 14 years ago
Ronald S. Bultje 6ef14e5753 Add missing mms.c from r24779. 14 years ago
Zhentan Feng fcd11c61ea Move functions and structs shared between MMSH and MMST into their own file, 14 years ago
Zhentan Feng edce93536a Extract fields that are to be shared between MMST/MMSH into a common struct, 14 years ago
Ronald S. Bultje a46cd6e141 Use FFALIGN() in mmst.c where appropriate. Noticed by Benoit Fouet. 14 years ago
Stefano Sabatini a4fb0ada0b Apply misc cosmetics: add empty newlines for separating function 14 years ago
S.N. Hemanth Meenakshisundaram 382ac60e44 Set type on buffer in get_video_buffer(). 14 years ago
Stefano Sabatini 5bf840c411 Add APIchanges entry for the AVFilterBufferRef changes in r24773. 14 years ago
S.N. Hemanth Meenakshisundaram c1db7bff66 Resize data and linesize in AVFilterBufferRef to 8. 14 years ago
Stefano Sabatini e1f4dd6d41 Extend and clarify documentation for -ac ffmpeg option. 14 years ago
Stefano Sabatini 983ec30497 Add documentation for the pm parameter of the av_metadata_set* 14 years ago
Stefano Sabatini 32e6f246b3 Fix reference to a wrong parameter name in the metadata API functions 14 years ago
Stefano Sabatini c6a34954b9 Add APIchanges entry after av_picture_data_copy() addition. 14 years ago
S.N. Hemanth Meenakshisundaram 9f08d80363 Add av_picture_data_copy() and reimplement av_picture_copy() as a 14 years ago
Stefano Sabatini 4bf2d6e8d4 Fix typo. 14 years ago
Stefano Sabatini c7c7feaa12 Add APIchanges entry after avfilter_open() change in r24765. 14 years ago
Stefano Sabatini 84c0386960 Change avfilter_open() signature, from: 14 years ago
Stefano Sabatini ad0d70c964 Add APIchanges entry after AVFilterBufferRef changes in r24763. 14 years ago
S.N. Hemanth Meenakshisundaram cc80caff52 Separate video specific BufferRef properties into VideoProps. 14 years ago
Stefano Sabatini fd7b11d027 Nit: fix weird spacing. 14 years ago