]> git.sesse.net Git - ffmpeg/shortlog
ffmpeg
2010-10-26 Michael NiedermayerAdd rc_stat2 to ffv1 this will be needed for finding...
2010-10-26 Michael NiedermayerOptimize state initialization in ffv1 clear_state().
2010-10-26 Michael NiedermayerOnly allocate stats_out when needed in ffv1
2010-10-26 Michael NiedermayerFactorize litteral constents in ffv1 into STATS_OUT_SIZE.
2010-10-26 Michael NiedermayerMake 1pass statistic collection in ffv1 put_symbol_inli...
2010-10-26 Jason Garrett... Bump required x264 version to X264_BUILD 99
2010-10-26 Jason Garrett... Remove dead code in theora_decode_tables
2010-10-26 Jason Garrett... Reindent after r25573
2010-10-26 Jason Garrett... Fix Theora decoding bug if loopfilter is completely...
2010-10-26 Jason Garrett... Clean up ALACdec
2010-10-26 Michael NiedermayerIncrease ffv1 encoding speed from 65 to 80 fps by forci...
2010-10-26 Michael NiedermayerAdd quant_table_index to ffv1 PlaneContext and use...
2010-10-25 Ramiro Polladct32: mark xmm registers in clobber list in ff_dct32_f...
2010-10-25 Ramiro Pollah264dsp: merge some asm blocks
2010-10-25 Nicolas GeorgeMake libx264 take the pict_type input parameter into...
2010-10-25 Nathan Caldwellaacenc: Fix bug in LAME windowing where only one channe...
2010-10-25 Stefano Sabatini100l: remove bogus inclusion of libavcodec/audioconvert...
2010-10-25 Stefano SabatiniAdd example to the filter pad documentation.
2010-10-24 Michael NiedermayerMove ffv1 state transition table sorting to its own...
2010-10-24 Michael NiedermayerFix the case with swaping states 127 and 129 in ffv1
2010-10-24 Michael NiedermayerOptimize state transition table sorting in ffv1
2010-10-24 Michael Niedermayer2 pass mode for ffv1 to optimally order the range coder...
2010-10-24 Michael NiedermayerFactorize state_transition init out.
2010-10-24 Anton Khirnovnutdec: when parsing info packet, set metadata var...
2010-10-23 Aurelien Jacobsdrop rtsp_default_protocols which is not part of public...
2010-10-23 Aurelien Jacobsdrop rtp_get_file_handles() which is not part of public...
2010-10-23 Aurelien Jacobsdrop rtp_get_local_port() which is not part of public...
2010-10-23 Aurelien Jacobsuse rtp_get_local_rtp_port() instead of the deprecated...
2010-10-23 Ramiro Polladoc: fill documentation for vfwcap
2010-10-23 Ramiro Pollavfwcap: add option to print list of supported drivers
2010-10-22 James ZernAdd new -slices option and use it for libvpx and libx264.
2010-10-22 Nicolas GeorgeUse forced key frames when encoding with libxvid.
2010-10-22 Michael NiedermayerFix memleak in mjpeg decoder.
2010-10-21 Michael NiedermayerOptimize EOB check in mjpeg decode_block() by adjusting...
2010-10-21 Michael NiedermayerSimplify last coeff check in mjpeg decode_block()
2010-10-21 Michael NiedermayerCheck index in mjpeg AC decode against overflowing.
2010-10-21 Michael NiedermayerAdd a seperate VLC table for progressive jpeg so we...
2010-10-21 Michael NiedermayerFactor code&0xf out of if() in decode_block_progressive().
2010-10-21 Michael NiedermayerCleanup decode_block_progressive()
2010-10-21 Michael NiedermayerFactorize ((unsigned) code) >> 4 out of decode_block_p...
2010-10-21 Michael NiedermayerMove if() in mjpeg decode_block() to simplify condition.
2010-10-21 Michael NiedermayerSimplify build_vlc() by using init_vlc_sparse() in...
2010-10-21 Pascal Massiminocosmetics: align fields, and remove useless ones, in...
2010-10-21 Rafaël CarréFixed DXVA_Slice_H264_Long::BitOffsetToSliceData value.
2010-10-21 Martin Storsjörtsp: Move the rtsp_probe function to the demuxer code...
2010-10-21 Martin StorsjöRestore alphabetical order
2010-10-21 Martin Storsjörtsp: Untangle the dependencies between the RTSP/SDP...
2010-10-21 Martin Storsjörtsp: Reorder functions
2010-10-21 Baptiste Couduriercosmetics, indentation
2010-10-21 Baptiste Coudurier10l fix h263+ encoder, format will be 8, array size...
2010-10-21 Pascal Massiminocleanup image2pipe_{de}muxer fields
2010-10-20 Stefano SabatiniRemove unused variables picture_crop_temp and picture_p...
2010-10-19 Michael NiedermayerReplace 5 by named constant MAX_CONTEXT_INPUTS in ffv1.c
2010-10-19 Martin Storsjösdp: Conditionally compile code using AF_INET6
2010-10-19 Martin StorsjöAdd a demuxer for receiving raw rtp:// URLs without...
2010-10-18 Nicolas GeorgeAdd a -force_key_frames option to ffmpeg.
2010-10-18 Stefano SabatiniAdd transpose filter.
2010-10-18 Stefano SabatiniImplement a common get_filtered_video_frame(), shared...
2010-10-18 Stefano SabatiniMake help message for the -crop* options consistent...
2010-10-18 Stefano SabatiniRemove -crop* options.
2010-10-18 Stefano SabatiniRemove redundant text in the log.
2010-10-18 Stefano SabatiniMake XAN decoder return meaningful error codes.
2010-10-18 Aurelien Jacobsmetadata: make av_metadata_set2 case insensitive by...
2010-10-16 Michael NiedermayerAvoid negative SCR in mpeg ps muxer.
2010-10-16 Michael NiedermayerMove shared functions out of CONFIG_FFV1_ENCODER ifdef
2010-10-16 Stefano SabatiniCosmetics: use a more compact notation, improve readabi...
2010-10-16 Stefano SabatiniReset metadata after opt_output_file(), fix the previou...
2010-10-16 Stefano SabatiniUse an AVMetadata struct for storing metadata, simplify.
2010-10-16 Anton KhirnovMake ffprobe print stream language only once, also...
2010-10-16 Stefano SabatiniRemove docs for the not anymore existing option -conver...
2010-10-16 Anton Khirnovadd ff_ prefix to metadata_conv()
2010-10-16 Anton Khirnovlavf: simplify setting the encoder ident tag.
2010-10-16 Anton Khirnovffmpeg.c/ffprobe.c: remove all uses of av_metadata_conv()
2010-10-16 Stefano SabatiniAdd avfilter_graph_config().
2010-10-16 Nicolas GeorgePlace the bitstream_filters variable in the AVOutputStr...
2010-10-16 Nicolas GeorgeMove the allocation of the AVOutputStream structure...
2010-10-16 Martin StorsjöFix building, include the header instead of the source...
2010-10-15 Baptiste CoudurierIn mov muxer, write artist metadata tag
2010-10-15 Baptiste CoudurierIn mov muxer, use correct metadata tag for encoder...
2010-10-15 Martin Storsjörtpdec: Return AVERROR(EAGAIN) for mpegts parsing errors
2010-10-15 Aurelien Jacobsffserver: use a local MAX_STREAMS limit
2010-10-15 Aurelien Jacobsffserver: fix prepare_sdp_description() to dynamically...
2010-10-15 Anton KhirnovExport metadata in the generic format. Deprecate old...
2010-10-15 Aurelien Jacobscosmetic: alignment
2010-10-15 Aurelien Jacobsadd FF_API_SYMVER define to disable symver compatibilit...
2010-10-15 Aurelien Jacobsprobetest: replace usage of deprecated first_iformat...
2010-10-15 Aurelien Jacobsadd FF_API_FIRST_FORMAT define to drop deprecated first...
2010-10-15 Aurelien Jacobsadd FF_API_PARAMETERS_CODEC_ID define to disable the...
2010-10-15 Aurelien Jacobsadd FF_API_LAVF_UNUSED define to disable the unused...
2010-10-15 Aurelien Jacobsadd FF_API_READ_SEEK define to drop usage of AVInputFor...
2010-10-15 Aurelien Jacobsadd FF_API_PARSE_FRAME_PARAM define to disable the...
2010-10-15 Aurelien Jacobsproperly check for FF_API_URL_CLASS instead of LIBAVFOR...
2010-10-15 Aurelien Jacobsadd FF_API_ALLOC_FORMAT_CONTEXT define to disable the...
2010-10-15 Aurelien Jacobsadd FF_API_URL_SPLIT define to disable the deprecated...
2010-10-15 Aurelien Jacobsadd FF_API_UDP_GET_FILE define to disable the deprecate...
2010-10-15 Aurelien Jacobsadd FF_API_GUESS_FORMAT define to disable the deprecate...
2010-10-15 Anton KhirnovDeprecate old API.
2010-10-15 Michael NiedermayerStore slice position and size per keyframe in ffv1.2
2010-10-14 Michael NiedermayerFix indention of ffv1.c after previous commits.
2010-10-14 Michael NiedermayerStore quant table index per plane and slice.
next