26407 Commits (f9b4eef457dde49f1297f32a02f443cf9e1bc481)
 

Author SHA1 Message Date
Nicolas George f9b4eef457 Use forced key frames when encoding with libxvid. 14 years ago
Michael Niedermayer 4c3267aaad Fix memleak in mjpeg decoder. 14 years ago
Michael Niedermayer a2d4dfd493 Optimize EOB check in mjpeg decode_block() by adjusting the VLC symbol. 14 years ago
Michael Niedermayer e4463f21ee Simplify last coeff check in mjpeg decode_block() 14 years ago
Michael Niedermayer 2111a191eb Check index in mjpeg AC decode against overflowing. 14 years ago
Michael Niedermayer 5675a11f92 Add a seperate VLC table for progressive jpeg so we dont have to subtract 16 in the inner loop. 14 years ago
Michael Niedermayer 8870b25140 Factor code&0xf out of if() in decode_block_progressive(). 14 years ago
Michael Niedermayer 7f4a1e8f6c Cleanup decode_block_progressive() 14 years ago
Michael Niedermayer 614252863d Factorize ((unsigned) code) >> 4 out of decode_block_progressive() in jpeg. 14 years ago
Michael Niedermayer 76c80ef569 Move if() in mjpeg decode_block() to simplify condition. 14 years ago
Michael Niedermayer 1932182498 Simplify build_vlc() by using init_vlc_sparse() in mjpeg. 14 years ago
Pascal Massimino 85f56757b4 cosmetics: align fields, and remove useless ones, in img2.c 14 years ago
Rafaël Carré fc068f9f27 Fixed DXVA_Slice_H264_Long::BitOffsetToSliceData value. 14 years ago
Martin Storsjö eced8fa02e rtsp: Move the rtsp_probe function to the demuxer code block 14 years ago
Martin Storsjö a66d44f0d2 Restore alphabetical order 14 years ago
Martin Storsjö 44b70ce563 rtsp: Untangle the dependencies between the RTSP/SDP demuxers and RTSP muxer 14 years ago
Martin Storsjö 8bf0f96954 rtsp: Reorder functions 14 years ago
Baptiste Coudurier b4a6c8fb50 cosmetics, indentation 14 years ago
Baptiste Coudurier 12a5150bf4 10l fix h263+ encoder, format will be 8, array size is 8 not 7 14 years ago
Pascal Massimino ac6d020ffa cleanup image2pipe_{de}muxer fields 14 years ago
Stefano Sabatini 96ea6ad2a7 Remove unused variables picture_crop_temp and picture_pad_temp. 14 years ago
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