source: ffmpeg

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Graph Diff Rev Age Author Log Message
(edit) @4df5aebb   14 years wyskas aacenc: Fix threshold-in-quiet calculation in the 3GPP psymodel. …
(edit) @eafadada   14 years wyskas aacenc: Fix the conditions under which 3GPP pre-echo control is run. …
(edit) @042ca05f   14 years wyskas vorbiscomment: convert metadata before computing the header's length …
(edit) @47bfe49c   14 years martin rtsp: Add stub declarations of the setup_in/output_streams functions …
(edit) @b7b5bcc   14 years michaelni FFV1 initial state 2pass code. Originally committed as revision 25584 …
(edit) @28a3f52   14 years michaelni Read & write initial_states for ffv1 Originally committed as revision …
(edit) @99a5e935   14 years michaelni Add initial_states array to ffv1. Originally committed as revision …
(edit) @672e7e39   14 years michaelni Add rc_stat2 to ffv1 this will be needed for finding good initial …
(edit) @19721b23   14 years michaelni Optimize state initialization in ffv1 clear_state(). Originally …
(edit) @c42c1007   14 years michaelni Only allocate stats_out when needed in ffv1 Originally committed as …
(edit) @2a317c6b   14 years michaelni Factorize litteral constents in ffv1 into STATS_OUT_SIZE. Originally …
(edit) @349d7287   14 years michaelni Make 1pass statistic collection in ffv1 put_symbol_inline() …
(edit) @5dd97520   14 years darkshikari Bump required x264 version to X264_BUILD 99 Required after r25567. …
(edit) @9d777508   14 years darkshikari Remove dead code in theora_decode_tables Reading 7 bits as an unsigned …
(edit) @10f69158   14 years darkshikari Reindent after r25573 Originally committed as revision 25574 to …
(edit) @1a48a570   14 years darkshikari Fix Theora decoding bug if loopfilter is completely disabled Bug …
(edit) @313b52fb   14 years darkshikari Clean up ALACdec Do decode init in the init function instead of at the …
(edit) @fc3128c9   14 years michaelni Increase ffv1 encoding speed from 65 to 80 fps by forcing some …
(edit) @e1f51b88   14 years michaelni Add quant_table_index to ffv1 PlaneContext and use it instead of …
(edit) @c6a908be   14 years ramiro.polla dct32: mark xmm registers in clobber list in ff_dct32_float_sse() …
(edit) @b32c9ca9   14 years ramiro.polla h264dsp: merge some asm blocks Some code was initializing some xmm …
(edit) @3ab354d7   14 years Carl Eugen Hoyos Make libx264 take the pict_type input parameter into account, thus …
(edit) @276df9d8   14 years martin aacenc: Fix bug in LAME windowing where only one channel got …
(edit) @d545aea8   14 years stefano.sabatini-lala 100l: remove bogus inclusion of libavcodec/audioconvert.c in …
(edit) @3d17f4b9   14 years stefano.sabatini-lala Add example to the filter pad documentation. Originally committed as …
(edit) @ce3716bf   14 years michaelni Move ffv1 state transition table sorting to its own function. …
(edit) @19591033   14 years michaelni Fix the case with swaping states 127 and 129 in ffv1 Originally …
(edit) @98d2f7a   14 years michaelni Optimize state transition table sorting in ffv1 Originally committed …
(edit) @bc29ae4a   14 years michaelni 2 pass mode for ffv1 to optimally order the range coder states. …
(edit) @6019cd9f   14 years michaelni Factorize state_transition init out. Originally committed as revision …
(edit) @c55f891c   14 years wyskas nutdec: when parsing info packet, set metadata var only once …
(edit) @a5cea132   14 years Aurélien Jacobs drop rtsp_default_protocols which is not part of public API and not …
(edit) @a178edf2   14 years Aurélien Jacobs drop rtp_get_file_handles() which is not part of public API and not …
(edit) @fb660f40   14 years Aurélien Jacobs drop rtp_get_local_port() which is not part of public API and not used …
(edit) @67f34aaa   14 years Aurélien Jacobs use rtp_get_local_rtp_port() instead of the deprecated …
(edit) @fbd4a07d   14 years ramiro.polla doc: fill documentation for vfwcap Originally committed as revision …
(edit) @1973e101   14 years ramiro.polla vfwcap: add option to print list of supported drivers Originally …
(edit) @2aa72ecc   14 years Carl Eugen Hoyos Add new -slices option and use it for libvpx and libx264. Patch by …
(edit) @f9b4eef   14 years Carl Eugen Hoyos Use forced key frames when encoding with libxvid. Patch by Nicolas …
(edit) @4c3267aa   14 years michaelni Fix memleak in mjpeg decoder. Originally committed as revision 25549 …
(edit) @a2d4dfd4   14 years michaelni Optimize EOB check in mjpeg decode_block() by adjusting the VLC …
(edit) @e4463f2   14 years michaelni Simplify last coeff check in mjpeg decode_block() Originally …
(edit) @2111a191   14 years michaelni Check index in mjpeg AC decode against overflowing. This fixes a …
(edit) @5675a11f   14 years michaelni Add a seperate VLC table for progressive jpeg so we dont have to …
(edit) @8870b251   14 years michaelni Factor code&0xf out of if() in decode_block_progressive(). Originally …
(edit) @7f4a1e8f   14 years michaelni Cleanup decode_block_progressive() Originally committed as revision …
(edit) @6142528   14 years michaelni Factorize ((unsigned) code) >> 4 out of decode_block_progressive() in …
(edit) @76c80ef5   14 years michaelni Move if() in mjpeg decode_block() to simplify condition. Originally …
(edit) @19321824   14 years michaelni Simplify build_vlc() by using init_vlc_sparse() in mjpeg. Originally …
(edit) @85f56757   14 years pascal.massimino cosmetics: align fields, and remove useless ones, in img2.c …
(edit) @fc068f9f   14 years fenrir Fixed DXVA_Slice_H264_Long::BitOffsetToSliceData value. The 8 bits …
(edit) @eced8fa0   14 years martin rtsp: Move the rtsp_probe function to the demuxer code block This …
(edit) @a66d44f0   14 years martin Restore alphabetical order Originally committed as revision 25536 to …
(edit) @44b70ce5   14 years martin rtsp: Untangle the dependencies between the RTSP/SDP demuxers and RTSP …
(edit) @8bf0f969   14 years martin rtsp: Reorder functions Originally committed as revision 25534 to …
(edit) @b4a6c8f   14 years baptiste.coudurier cosmetics, indentation Originally committed as revision 25533 to …
(edit) @12a5150b   14 years baptiste.coudurier 10l fix h263+ encoder, format will be 8, array size is 8 not 7 …
(edit) @ac6d020f   14 years pascal.massimino cleanup image2pipe_{de}muxer fields Originally committed as revision …
(edit) @96ea6ad2   14 years stefano.sabatini-lala Remove unused variables picture_crop_temp and picture_pad_temp. …
(edit) @c868524b   14 years michaelni Replace 5 by named constant MAX_CONTEXT_INPUTS in ffv1.c Originally …
(edit) @095e5c0b   14 years martin sdp: Conditionally compile code using AF_INET6 Should fix compilation …
(edit) @44594cc7   14 years martin Add a demuxer for receiving raw rtp:// URLs without an SDP description …
(edit) @4ad08021   14 years stefano.sabatini-lala Add a -force_key_frames option to ffmpeg. The option is useful to …
(edit) @43945b27   14 years stefano.sabatini-lala Add transpose filter. Originally committed as revision 25525 to …
(edit) @ff0652e5   14 years stefano.sabatini-lala Implement a common get_filtered_video_frame(), shared between ffplay.c …
(edit) @16b26913   14 years stefano.sabatini-lala Make help message for the -crop* options consistent with that of the …
(edit) @5879ea6d   14 years stefano.sabatini-lala Remove -crop* options. Users are required to use the libavfilter crop …
(edit) @f2f8fb10   14 years stefano.sabatini-lala Remove redundant text in the log. Originally committed as revision …
(edit) @082a8575   14 years stefano.sabatini-lala Make XAN decoder return meaningful error codes. Originally committed …
(edit) @a3a29c26   14 years Aurélien Jacobs metadata: make av_metadata_set2 case insensitive by default …
(edit) @94bdb1f8   14 years michaelni Avoid negative SCR in mpeg ps muxer. Fixes a scr issue reported with …
(edit) @d721141f   14 years michaelni Move shared functions out of CONFIG_FFV1_ENCODER ifdef Originally …
(edit) @3f2a7e4   14 years stefano.sabatini-lala Cosmetics: use a more compact notation, improve readability and reduce …
(edit) @dbabc277   14 years stefano.sabatini-lala Reset metadata after opt_output_file(), fix the previous commit. …
(edit) @4bf65e2a   14 years stefano.sabatini-lala Use an AVMetadata struct for storing metadata, simplify. Originally …
(edit) @4712ed2   14 years stefano.sabatini-lala Make ffprobe print stream language only once, also remove usage of the …
(edit) @e4b34e80   14 years stefano.sabatini-lala Remove docs for the not anymore existing option -convert_tags. …
(edit) @ad7768f   14 years Aurélien Jacobs add ff_ prefix to metadata_conv() patch by Anton Khirnov anton _at_ …
(edit) @d60a9f52   14 years Aurélien Jacobs lavf: simplify setting the encoder ident tag. patch by Anton Khirnov …
(edit) @a7e5a832   14 years Aurélien Jacobs ffmpeg.c/ffprobe.c: remove all uses of av_metadata_conv() patch by …
(edit) @2a24df93   14 years stefano.sabatini-lala Add avfilter_graph_config(). Originally committed as revision 25502 …
(edit) @0b6d358a   14 years stefano.sabatini-lala Place the bitstream_filters variable in the AVOutputStream, thus …
(edit) @9fdf4b58   14 years stefano.sabatini-lala Move the allocation of the AVOutputStream structure earlier in the …
(edit) @fb66c31d   14 years martin Fix building, include the header instead of the source file Builds …
(edit) @96d1e75a   14 years baptiste.coudurier In mov muxer, write artist metadata tag Originally committed as …
(edit) @edd33cb6   14 years baptiste.coudurier In mov muxer, use correct metadata tag for encoder, and use the …
(edit) @946df059   14 years martin rtpdec: Return AVERROR(EAGAIN) for mpegts parsing errors This …
(edit) @aff88101   14 years Aurélien Jacobs ffserver: use a local MAX_STREAMS limit Originally committed as …
(edit) @9389b925   14 years Aurélien Jacobs ffserver: fix prepare_sdp_description() to dynamically allocate …
(edit) @03700d39   14 years Aurélien Jacobs Export metadata in the generic format. Deprecate old conversion API. …
(edit) @ed09233f   14 years Aurélien Jacobs cosmetic: alignment Originally committed as revision 25492 to …
(edit) @13728334   14 years Aurélien Jacobs add FF_API_SYMVER define to disable symver compatibility functions …
(edit) @ad2d0fdf   14 years Aurélien Jacobs probetest: replace usage of deprecated first_iformat by …
(edit) @114c9a59   14 years Aurélien Jacobs add FF_API_FIRST_FORMAT define to drop deprecated first_?format from …
(edit) @0139fde   14 years Aurélien Jacobs add FF_API_PARAMETERS_CODEC_ID define to disable the deprecated …
(edit) @d1742ff7   14 years Aurélien Jacobs add FF_API_LAVF_UNUSED define to disable the unused struct fields …
(edit) @634e0304   14 years Aurélien Jacobs add FF_API_READ_SEEK define to drop usage of AVInputFormat.read_seek …
(edit) @d87a521c   14 years Aurélien Jacobs add FF_API_PARSE_FRAME_PARAM define to disable the deprecated …
(edit) @ade800c5   14 years Aurélien Jacobs properly check for FF_API_URL_CLASS instead of …
(edit) @ca51d86   14 years Aurélien Jacobs add FF_API_ALLOC_FORMAT_CONTEXT define to disable the deprecated …
Note: See TracRevisionLog for help on using the revision log.