26536 Commits (58b4e5407d05164f1874ffb32612237253411093)
 

Author SHA1 Message Date
Michael Niedermayer c868524b9a Replace 5 by named constant MAX_CONTEXT_INPUTS in ffv1.c 14 years ago
Martin Storsjö 095e5c0b6d sdp: Conditionally compile code using AF_INET6 14 years ago
Martin Storsjö 44594cc798 Add a demuxer for receiving raw rtp:// URLs without an SDP description 14 years ago
Nicolas George 4ad08021e8 Add a -force_key_frames option to ffmpeg. 14 years ago
Stefano Sabatini 43945b2766 Add transpose filter. 14 years ago
Stefano Sabatini ff0652e503 Implement a common get_filtered_video_frame(), shared between ffplay.c 14 years ago
Stefano Sabatini 16b2691346 Make help message for the -crop* options consistent with that of the 14 years ago
Stefano Sabatini 5879ea6d27 Remove -crop* options. 14 years ago
Stefano Sabatini f2f8fb1035 Remove redundant text in the log. 14 years ago
Stefano Sabatini 082a857522 Make XAN decoder return meaningful error codes. 14 years ago
Aurelien Jacobs a3a29c2651 metadata: make av_metadata_set2 case insensitive by default 14 years ago
Michael Niedermayer 94bdb1f80c Avoid negative SCR in mpeg ps muxer. 14 years ago
Michael Niedermayer d721141f54 Move shared functions out of CONFIG_FFV1_ENCODER ifdef 14 years ago
Stefano Sabatini 3f2a7e4277 Cosmetics: use a more compact notation, improve readability and reduce 14 years ago
Stefano Sabatini dbabc2773a Reset metadata after opt_output_file(), fix the previous commit. 14 years ago
Stefano Sabatini 4bf65e2a4d Use an AVMetadata struct for storing metadata, simplify. 14 years ago
Anton Khirnov 4712ed26ee Make ffprobe print stream language only once, also remove usage of the 14 years ago
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