26569 Commits (a29039aef39f16c28649c39025765b10bda0b74a)
 

Author SHA1 Message Date
Stefano Sabatini e4b34e8074 Remove docs for the not anymore existing option -convert_tags. 14 years ago
Anton Khirnov ad7768f4c4 add ff_ prefix to metadata_conv() 14 years ago
Anton Khirnov d60a9f52eb lavf: simplify setting the encoder ident tag. 14 years ago
Anton Khirnov a7e5a832c4 ffmpeg.c/ffprobe.c: remove all uses of av_metadata_conv() 14 years ago
Stefano Sabatini 2a24df9357 Add avfilter_graph_config(). 14 years ago
Nicolas George 0b6d358a09 Place the bitstream_filters variable in the AVOutputStream, thus 14 years ago
Nicolas George 9fdf4b5817 Move the allocation of the AVOutputStream structure earlier in the 14 years ago
Martin Storsjö fb66c31da4 Fix building, include the header instead of the source file 14 years ago
Baptiste Coudurier 96d1e75a0c In mov muxer, write artist metadata tag 14 years ago
Baptiste Coudurier edd33cb6fa In mov muxer, use correct metadata tag for encoder, and use the generic metadata api name 14 years ago
Martin Storsjö 946df0598b rtpdec: Return AVERROR(EAGAIN) for mpegts parsing errors 14 years ago
Aurelien Jacobs aff8810172 ffserver: use a local MAX_STREAMS limit 14 years ago
Aurelien Jacobs 9389b925f1 ffserver: fix prepare_sdp_description() to dynamically allocate streams 14 years ago
Anton Khirnov 03700d399b Export metadata in the generic format. Deprecate old conversion API. 14 years ago
Aurelien Jacobs ed09233fa2 cosmetic: alignment 14 years ago
Aurelien Jacobs 13728334e8 add FF_API_SYMVER define to disable symver compatibility functions 14 years ago
Aurelien Jacobs ad2d0fdf25 probetest: replace usage of deprecated first_iformat by av_iformat_next() 14 years ago
Aurelien Jacobs 114c9a5925 add FF_API_FIRST_FORMAT define to drop deprecated first_?format from public api 14 years ago
Aurelien Jacobs 0139fdea08 add FF_API_PARAMETERS_CODEC_ID define to disable the deprecated codec_id 14 years ago
Aurelien Jacobs d1742ff779 add FF_API_LAVF_UNUSED define to disable the unused struct fields 14 years ago
Aurelien Jacobs 634e0304a8 add FF_API_READ_SEEK define to drop usage of AVInputFormat.read_seek 14 years ago
Aurelien Jacobs d87a521cde add FF_API_PARSE_FRAME_PARAM define to disable the deprecated 14 years ago
Aurelien Jacobs ade800c5b7 properly check for FF_API_URL_CLASS instead of LIBAVFORMAT_VERSION_MAJOR 14 years ago
Aurelien Jacobs ca51d86c96 add FF_API_ALLOC_FORMAT_CONTEXT define to disable the deprecated 14 years ago
Aurelien Jacobs 88e44314ea add FF_API_URL_SPLIT define to disable the deprecated ff_url_split() function 14 years ago
Aurelien Jacobs 8ef30ac1f3 add FF_API_UDP_GET_FILE define to disable the deprecated udp_get_file_handle() 14 years ago
Aurelien Jacobs 198ac67fe8 add FF_API_GUESS_FORMAT define to disable the deprecated guess_format() 14 years ago
Anton Khirnov a15c7fd6cb Deprecate old API. 14 years ago
Michael Niedermayer d56839fc6d Store slice position and size per keyframe in ffv1.2 14 years ago
Michael Niedermayer 1da7257739 Fix indention of ffv1.c after previous commits. 14 years ago
Michael Niedermayer e42393d168 Store quant table index per plane and slice. 14 years ago
Michael Niedermayer f08ed90d94 Assert that the context doesnt overflow in ffv1. 14 years ago
Michael Niedermayer e2b2f8454c Rectangular slice support for ffv1.2 14 years ago
Anton Khirnov 81e5ff7ae2 vorbiscomment: change ff_vorbiscomment_write to take an AVMetadata** 14 years ago
James Zern da7548585e Fix crash when using iblock option (when a warning is logged). 14 years ago
Stefano Sabatini 6fae8c5443 Make the validity checks fail only if the corresponding luma or chroma 14 years ago
Stefano Sabatini aec966958c Add support for PIX_FMT_RGBA in the targa encoder. 14 years ago
Martin Storsjö 54b2a4238c sapdec: Include sys/time.h for struct timeval 14 years ago
Stefano Sabatini bbf874f19b Use named constants defined in targa.h. 14 years ago
Stefano Sabatini b5becbab09 Create a targa.h file to contain common definitions for targa encoder 14 years ago
Martin Storsjö 01c8d258da Add a SAP demuxer 14 years ago
Martin Storsjö 65cdee9c95 rtpdec: Don't use the no reordering codepath if there already is a queue 14 years ago
Martin Storsjö ddcf841191 rtpdec: Handle wrapping seq numbers in has_next_packet properly 14 years ago
Martin Storsjö d678a6fd82 rtpdec: Parse the next packet in the sequence if it is available, if the previous packet didn't return any data 14 years ago
Martin Storsjö 91ec7aea20 rtpdec: Return AVERROR(EAGAIN) if out of data for mpegts, pass returned error codes through 14 years ago
Martin Storsjö f6e138b4f4 rtpdec: Don't call the depacketizer to return more data unless it actually said it has more data 14 years ago
Martin Storsjö 4ffff36751 rtpdec: Split out storing of the depacketization return value to a separate function 14 years ago
Stefano Sabatini cf5fe8ec9e Make avfilter_config_links() use the timebase of the first input link 14 years ago
Stefano Sabatini e259eadcab Make the targa encoder return sane error values rather than -1. 14 years ago
Stefano Sabatini 7c559bc77e Targa encoder: log error message in case the pixel format in input is 14 years ago