]> git.sesse.net Git - ffmpeg/shortlog
ffmpeg
2012-10-23 Michael Niedermayeryuv2rgb: fix integer overflow in fill_table
2012-10-23 Michael Niedermayerswscale_unscaled: remove unused variables
2012-10-23 Michael Niedermayermpegvideo enc: choose VBV buffer size for mpeg4 when...
2012-10-23 Michael Niedermayermpegvideo enc: choose VBV buffer size for mpeg1/2 when...
2012-10-23 Stefano Sabatiniexamples/decoding_encoding: add and use the decode_writ...
2012-10-23 Stefano Sabatinilavc/utils: fix a few grammar/style nits in log messages
2012-10-23 Stefano Sabatinilavc/utils: propagate or return meaningful error codes...
2012-10-23 Carl Eugen... Do not detect mov with maximum score if the atom size...
2012-10-23 Stefano Sabatinilavd/lavfi: add graph_file option
2012-10-23 Stefano Sabatinilavfi/sendcmd: move buf init() variable to internal...
2012-10-23 Stefano Sabatinilavfi/sendcmd: release file in case of failed allocation
2012-10-23 Isaac Dooleyx11: Fix x11grab BadCursor
2012-10-23 Paul B Maholpnmdec: use more meaningful error codes
2012-10-23 Michael Niedermayerlavf: fix duration estimation for multi program TS
2012-10-23 Michael Niedermayerlavf: increase retries to guess duration from pts by 1
2012-10-23 Michael Niedermayerasfdec: ignore stored duration for truncated files
2012-10-23 Peter Rosswtvdec: display warning for encrypted wtv files (instea...
2012-10-23 Michael NiedermayerMerge remote-tracking branch 'qatar/master'
2012-10-23 Michael NiedermayerMerge commit 'ec444c84cfd30ef34a4e7b4ec7ee77d7e5250d25'
2012-10-23 Michael NiedermayerMerge commit '8b8899ac3233b4f7af83ded0dc032fad8902d714'
2012-10-23 Michael NiedermayerMerge commit 'c692957c4edd119920cd7f2121628dd183589e6a'
2012-10-23 Michael NiedermayerMerge commit '468ea9d5b14f92fe61f47f034e67066f65163f5f'
2012-10-23 Michael NiedermayerMerge commit 'add3a6902ea4d459f36655656a1f8daa409118a7'
2012-10-23 Michael NiedermayerMerge commit '2b8dd371e4d276ca0d342e82b8b4cc281be0630a'
2012-10-23 Michael NiedermayerMerge commit '5d1007f74dd496d54b932242004382f44e3b22b4'
2012-10-23 Michael NiedermayerMerge commit 'a2664c91fba15a1307f676ffad511f8f86fb3a27'
2012-10-23 Michael NiedermayerMerge commit '5ac673b5531d846b79a3d77e3e932e0cb1234c45'
2012-10-23 Mans Rullgardfate: check that dependencies actually exist
2012-10-23 Mans Rullgardfate: fix ENCMUX macro
2012-10-23 Michael Niedermayermpegaudiodec: Fix buffer handling on random access
2012-10-23 Diego Biurrunmpegaudio: Refactor mp3on4 flush function
2012-10-23 Diego Biurrunfate: Add dependencies for audio tests
2012-10-23 Diego Biurrunfate: cosmetics: Group idct8x8 test together with all...
2012-10-23 Diego Biurrunfate: Declare avcodec/avformat deps in the respective...
2012-10-23 Diego Biurrunfate: More fine-grained dependencies for libavcodec...
2012-10-23 Diego Biurrunfate: Add dependencies for WMA and WavPack tests
2012-10-23 Diego BiurrunImprove wording and spelling of av_log_missing_feature...
2012-10-23 Anton Khirnovlavu: remove disabled avoptions cruft
2012-10-23 Anton KhirnovRevert "avutil: make some tables visible again"
2012-10-23 Anton Khirnovlavu: bump major to 52
2012-10-23 Anton Khirnovlavu: postpone recent deprecations until the next major...
2012-10-23 Anton Khirnovlavu: remove disabled FF_API_AV_FIFO_PEEK cruft
2012-10-23 Anton Khirnovlavu: remove disabled FF_API_GET_BITS_PER_SAMPLE_FMT...
2012-10-23 Anton KhirnovRevert "avutil: Add a copy of ff_sqrt_tab back into...
2012-10-23 Anton KhirnovAPIchanges: update lavr bump date
2012-10-23 Anton Khirnovavconv: only apply presets when we have an encoder.
2012-10-23 Michael Niedermayerg723_1: remove unneeded cliping
2012-10-23 Michael Niedermayerg722dec: s/Libav/FFmpeg/ The copyright years predate...
2012-10-23 Michael Niedermayerfate/mapchan: add bitexact flag
2012-10-22 Paul B MaholLVF demuxer
2012-10-22 Michael Niedermayerffmpeg: check avpicture_get_size() retuen value
2012-10-22 Michael Niedermayerj2k: reorder multiplications to avoid interger overflow...
2012-10-22 Michael Niedermayerj2k: reorder multiplications to avoid interger overflow...
2012-10-22 Clément Bœschfate: quote file paths in movie/amovie filtergraphs.
2012-10-22 Clément Bœschfate: improve metadata filter deps readability.
2012-10-22 Clément Bœschfate: add scale filter to the scene detect dependencies.
2012-10-22 Clément Bœschfate: fix SAMPLES dependency for ffprobe.
2012-10-22 Michael Niedermayerqt-faststart: check fseeko() return codes
2012-10-22 Michael Niedermayercmdutils: apply option to codec and format contexts...
2012-10-22 Matthieu Bouronlavf/aiffdec: don't stop parsing after SSND chunk
2012-10-22 Matthieu Bourondv: fix a check on dv_extract_timecode return value
2012-10-22 Michael Niedermayerffmpeg/lavc: move experimental warnings to libavcodec.
2012-10-22 Justin Rugglesatrac3: initialize static tables in AVCodec.init_static...
2012-10-22 Justin Rugglesatrac3: replace a calculation with FFALIGN()
2012-10-22 Justin Rugglesatrac3: separate window initialization from IMDCT initi...
2012-10-22 Justin Rugglesatrac3: remove unused ATRAC3Context field, sample_rate
2012-10-22 Justin Rugglesatrac3: move the 'frame_factor' field from ATRAC3Contex...
2012-10-22 Justin Rugglesatrac3: use sizeof(variable) instead of sizeof(type)
2012-10-22 Justin Rugglesatrac3: simplify MDCT window calculation
2012-10-22 Justin Rugglesatrac3: move the 'samples_per_frame' field from ATRAC3C...
2012-10-22 Justin Rugglesatrac3: remove unused ATRAC3Context field, bit_rate
2012-10-22 Justin Rugglesatrac3: remove unused ATRAC3Context field, samples_per_...
2012-10-22 Justin Rugglesatrac3: use AVCodecContext.block_align instead of keepi...
2012-10-22 Justin Rugglesatrac3: move the 'delay' field from ATRAC3Context to...
2012-10-22 Justin Rugglesatrac3: use AVCodecContext.channels instead of keeping...
2012-10-22 Justin Rugglesatrac3: move the 'version' field from ATRAC3Context...
2012-10-22 Justin Rugglesatrac3: simplify some loop indexing
2012-10-22 Justin Rugglesatrac3: cosmetics: pretty-printing and renaming
2012-10-22 Mans Rullgardpcm: define AVCodec instances only for enabled codecs
2012-10-22 Anton Khirnovlibxvid: remove useless doxy comments.
2012-10-22 Michael NiedermayerMerge remote-tracking branch 'qatar/master'
2012-10-22 Anton Khirnovlavc: remove stats_out from the options table.
2012-10-22 Michael NiedermayerMerge commit 'c3e15f7b39aac2012f09ee4ca86d2bc674ffdbd4'
2012-10-22 Michael Niedermayerffmpeg: fix negative array index
2012-10-22 Michael Niedermayervf_aspect: unbreak avoption system
2012-10-22 Stefano Sabatinilavfi/aspect: add max option
2012-10-22 Stefano Sabatinilavfi/aspect: extend syntax for the setdar and setsar...
2012-10-22 Stefano Sabatinilavu/parseutils: remove unused gcd variable in av_parse...
2012-10-22 Paul B Mahollavf/flacenc: disallow creation of invalid files with...
2012-10-22 Anton Khirnovriff: remove a write-only variable
2012-10-22 Anton Khirnovlavc: extend frame_size doxy.
2012-10-22 Justin Rugglesalacdec: set bits_per_raw_sample
2012-10-21 Martin Storsjörtpdec: Don't pass a non-AVClass pointer as log context
2012-10-21 Martin Storsjörtsp: Update a comment to the current filename scheme
2012-10-21 Michael Niedermayerfate: fix fate-filter-metadata-scenedetect
2012-10-21 Michael Niedermayeravfilter_graph_parse: add support for parsing sws_flags
2012-10-21 Michael NiedermayerFix various uses of av_log_missing_feature()
2012-10-21 Nathan Caldwellavcodec: handle AVERROR_EXPERIMENTAL
2012-10-21 Nathan Caldwellavutil: Add AVERROR_EXPERIMENTAL
2012-10-21 Nathan Caldwellavcodec: prefer decoders without CODEC_CAP_EXPERIMENTAL
next