]> git.sesse.net Git - ffmpeg/shortlog
ffmpeg
2010-11-23 Baptiste CoudurierRemove some warnings
2010-11-23 Baptiste Coudurier10l, fix memleak, forgot to free mp4_dec_config_descr
2010-11-23 Baptiste CoudurierIn ts demuxer, support aac flexmux using extradata...
2010-11-23 Baptiste CoudurierUnset variable fps for mov and mp4 muxer, they support it
2010-11-22 Anssi HannulaS/PDIF demuxer
2010-11-22 Stefano SabatiniReindent.
2010-11-22 Stefano SabatiniImplement robust parsing in aspect filters.
2010-11-22 Stefano SabatiniAdd informative log messages to the set aspect filters.
2010-11-22 Stefano SabatiniGive more explicit/less confusing names to the filters...
2010-11-22 Stefano SabatiniAdd missing check on the existence of avcodec_opts...
2010-11-22 Baptiste CoudurierIn yadif filter, copy video props to output picture.
2010-11-22 Reimar DöffingerFail RLE decoding if insufficient data for a complete...
2010-11-22 Mark GoodmanSupport PGS subtitles with RLE data split over mutiple...
2010-11-22 Anton Khirnovffmpeg.c: document default metadata mappings
2010-11-22 Anton Khirnovffmpeg.c: copy global metadata by default
2010-11-22 Ramiro Pollafix pointer truncation to int in avpicture_layout()
2010-11-21 Stefano SabatiniRe-implement avpicture_layout() using pixdesc and imgut...
2010-11-21 Stefano SabatiniReplace "depth" with "nb_bits" in the header of avcodec...
2010-11-21 Kostya ShishkovMusepack SV8 supports "mono" files (though it still...
2010-11-21 Stefano SabatiniUse the new libavcore audio channel API.
2010-11-21 Stefano SabatiniRemove declaration of function:
2010-11-21 Stefano SabatiniMove audio channel API from libavcodec to libavcore.
2010-11-21 Aurelien Jacobsmovdec: export creation_date as metadata
2010-11-21 Aurelien Jacobsavidec: export creation_date as metadata
2010-11-21 Stefano SabatiniPort overlay filter from the libavfilter repo (with...
2010-11-21 Reimar DöffingerDocument added functions.
2010-11-21 Reimar DöffingerImprove documentation wording.
2010-11-21 Reimar DöffingerFix indentation.
2010-11-21 Reimar DöffingerFix indentation.
2010-11-21 Reimar DöffingerAdd explanation and alternative implementation for...
2010-11-21 Reimar DöffingerWC3/xan: move palette handling to decoder, avoiding...
2010-11-21 Reimar DöffingerAdd av_append_packet function, to be used in code that...
2010-11-21 Reimar DöffingerAdd a av_grow_packet function, to be used by code that...
2010-11-20 Martin Storsjöadpcm: Fix a comment in the trellis heap code
2010-11-20 Reimar DöffingerMerge rotation into lookup table.
2010-11-20 Baptiste CoudurierCosmetics, fix indentation
2010-11-19 Martin Storsjöadpcm: Only increment heap_pos after finding a good...
2010-11-19 Martin Storsjöadpcm: Use a hash table to improve checking for duplica...
2010-11-19 Baptiste CoudurierFix qdm2 decoder packet handling to match the api
2010-11-19 Stefano SabatiniOrder matters, fix test files linking.
2010-11-18 Stefano SabatiniLog error message in case of invalid parsing.
2010-11-18 Stefano SabatiniFix style: if( -> if (.
2010-11-18 Stefano SabatiniRemove redundant information in header.
2010-11-17 Carl Eugen... 100l: Fix crash in SPDIF muxer.
2010-11-17 Aurelien Jacobsmove the av_parse_color() function from libavfilter...
2010-11-17 Carl Eugen... Add support for IEC 61937 ("SPDIF") encapsulation for...
2010-11-17 Baptiste Coudurier100L fix get_video_buffer in pad filter, get_video_buff...
2010-11-16 Aurelien Jacobsav_find_stream_info(): set subtitle codec time_base
2010-11-16 Baptiste CoudurierIn mov demuxer, export .mov encoder metadata tag
2010-11-16 Baptiste CoudurierMake DNxHD encoder produce files that are strictly...
2010-11-15 Martin Storsjörtsp: Parse and use the Content-Base reply header,...
2010-11-15 Kostya Shishkov16l trocadero: Musepack SV7 decoder may skip more than...
2010-11-14 Aurelien Jacobsminor bump and Changelog entry for r25747
2010-11-14 Aurelien Jacobsminor bump and APIchanges for r25745
2010-11-14 Martin Storsjöadpcm: Fix a comment
2010-11-14 Vitor SessakAdd AMR-NB FATE tests
2010-11-14 Vitor SessakAdd Musepack7 FATE test
2010-11-13 Stefano SabatiniFix frei0r filter after av_parse_color() syntax change.
2010-11-13 Aurelien Jacobsadd missing files in previous commit (ASS encoder and...
2010-11-13 Aurelien Jacobsadd ASS encoder and decoder
2010-11-13 Aurelien Jacobsallow passing subtitles header between decoder and...
2010-11-13 Aurelien Jacobsimprove av_parse_color() to allow for non-null terminat...
2010-11-13 Aurelien Jacobsimprove av_parse_color() to support html formatting
2010-11-13 Aurelien Jacobsadd global header support for subtitles encoding
2010-11-13 Stefano SabatiniFix revision number of the last APIchanges entry.
2010-11-13 Stefano SabatiniMake avfiltergraph.h public.
2010-11-13 Stefano SabatiniIn ff_get_ref_perms_string() use 'u' and 'U' for repres...
2010-11-13 Anton Khirnovlavf/utils: use av_{i/o}format_next() instead of first_...
2010-11-13 Stefano SabatiniPrefix with "ff_" the functions:
2010-11-12 Vitor SessakRemove now unused file (should have been part of commit...
2010-11-12 Vitor SessakTest 4XM decoding (and not only demuxing) in FATE tests
2010-11-12 Vitor SessakFix visual artifacts in 4XM decoding on big-endian...
2010-11-12 Martin Storsjöadpcm: Replace any of the leaf nodes in the heap
2010-11-12 Martin StorsjöReindent
2010-11-12 Martin Storsjöadpcm: Store the trellis nodes in a heap instead of...
2010-11-12 Stefano SabatiniReplace deprecated symbols SAMPLE_FMT_* with AV_SAMPLE_...
2010-11-12 Anton Khirnovffmpeg.c: add a forgotten break in chapter copying
2010-11-12 Anton Khirnovffmpeg.c: reindent
2010-11-12 Anton Khirnovffmpeg.c: add an option for copying chapters
2010-11-12 Alex Converse10l: dx shouldn't exist.
2010-11-12 Alex Converse10l: vorbisdec: declare dy
2010-11-12 Gregory Maxwellvorbisdec: Fix floor1 decoding
2010-11-11 Stefano SabatiniAdd missing check on the existence of an associated...
2010-11-11 Aurelien Jacobsremove declaration inside for(), i is already declared
2010-11-11 Nicolas GeorgeMJPEG/AVI1 to JPEG/JFIF bitstream filter.
2010-11-11 Jason Garrett... Remove bitrate tolerance from libx264 interface
2010-11-10 Aurelien Jacobsdrop support for base-10 encoded alpha component in...
2010-11-10 Stefano SabatiniIn avcodec_pix_fmt_string() use local variable pixdesc...
2010-11-10 Stefano SabatiniMake avcodec_pix_fmt_string() use the information in...
2010-11-10 Carl Eugen... Intel C compiler 12.0 does not suport these attributes...
2010-11-10 Anssi HannulaMove code to be used by the IEC 61937 demuxer from...
2010-11-09 Nicolas KaiserSimplify: Remove impossible condition.
2010-11-09 Anssi HannulaRename spdif.c as spdifenc,c to prepare for future...
2010-11-09 Stefano SabatiniMove internal function ff_set_systematic_pal() to libav...
2010-11-08 Thilo BorgmannReindent after last commit.
2010-11-08 Thilo BorgmannAllow clean initialization of lut_status array by chang...
2010-11-08 Stefano SabatiniAdd a file for bitstream filters documentation.
2010-11-08 Stefano SabatiniUse hierarchic names convention (prefix them with av_ex...
2010-11-08 Stefano SabatiniRename avfilter_destroy() as avfilter_free().
2010-11-08 Anton Khirnovffmpeg.c: allow using negative file indices to disable...
next