]> git.sesse.net Git - ffmpeg/shortlog
ffmpeg
2007-06-04 Diego Biurrunspelling
2007-06-04 Aurelien Jacobscosmetics: use one type per field in every structs
2007-06-04 Michael Niedermayerpartially revert r2931 (Support raw mpegts streams...
2007-06-04 Aurelien Jacobscosmetics: indentation
2007-06-04 Aurelien Jacobsadd support for real audio in matroska
2007-06-04 Aurelien Jacobsfix an infinite loop in case one cluster is not enough...
2007-06-04 David Conradsplit some common code from the mkv demuxer that will...
2007-06-04 Víctor PaesaWording improvements for the previous commit.
2007-06-04 Ramiro PollaTypos
2007-06-04 Ramiro PollaDoxygenize av_init_packet
2007-06-04 Ramiro PollaExport av_init_packet
2007-06-04 Michael Niedermayerharmless typo
2007-06-04 Michael Niedermayerfix indention
2007-06-04 Michael Niedermayerremove duplicate PAT scaning code and actual PAT scan
2007-06-04 Michael Niedermayerunused variables
2007-06-04 Michael Niedermayerdont rescan for information on each pid, but rather...
2007-06-04 Michael Niedermayermove structs and enums to top of file so they can be...
2007-06-04 Michael Niedermayerpassing MpegTSFilter to the filters instead of a random...
2007-06-04 Marc Hoffmanextending video4linux support to handle the additional...
2007-06-04 Marc Hoffmanconvert if then else video palette to pix_fmt construct...
2007-06-04 Michael Niedermayerdo not perform SDT scan at the begin (this avoids a...
2007-06-04 Michael Niedermayermake new_service() update existing info sanely
2007-06-04 Michael Niedermayerremove fake service/provider names used for PAT
2007-06-04 Christian Lohmaierfix error: indeo2.c:202:1: directives may not be used...
2007-06-04 Benoit FouetIndentation
2007-06-04 Vitor SessakCodebook generator using the ELBG algorithm
2007-06-03 Diego Biurrunreadability cosmetics
2007-06-03 Baptiste Couduriercosmetics remove struct name with typedef
2007-06-03 Baptiste Coudurierremove unused EssenceContainerData
2007-06-03 Baptiste Coudurierskip no more needed on error
2007-06-03 Baptiste Coudurierremove duplicate entry since now we ignore version...
2007-06-03 Baptiste Couduriertypo
2007-06-03 Baptiste Coudurierset pkt pos
2007-06-03 Baptiste Coudurierremove now useless sync key
2007-06-03 Baptiste Coudurierno need to seek on specific key anymore, since klv_read...
2007-06-03 Baptiste Coudurierdo not print error message when klv_read_packet fails
2007-06-03 Baptiste Couduriersync to mxf klv key before trying to read klv packet
2007-06-03 Baptiste Couduriermatch uids indenpendantly of the version byte
2007-06-03 Baptiste Couduriercosmetics, reorder and classify uids
2007-06-03 Luca Barbatoh264_idct_add_altivec, based on an old patch from Mauri...
2007-06-03 Luca BarbatoAdd support for Cell (requires gcc-4.2 or patches)
2007-06-03 Andreas Ömanfilter_mb_fast() doesn't handle h->deblocking_filter...
2007-06-02 Michael Niedermayerget rid of if(1)
2007-06-02 Michael Niedermayerget rid of one layer of callback obfuscation
2007-06-02 Michael Niedermayerkill completely idiotic code which hides all but 2...
2007-06-02 Víctor PaesaAdd FAQ entry for video joining.
2007-06-02 Michael Niedermayercorrect implementation of "try with auto_guess if first...
2007-06-02 Michael Niedermayerrevert r4802 (try with auto_guess if first detection...
2007-06-02 Michael Niedermayersplit mpeg2ts_raw mode into its own demuxer using such...
2007-06-02 Diego BiurrunRename aac_decoder to libfaad_decoder for consistency...
2007-06-02 Diego BiurrunRename faac_encoder to libfaac_encoder for consistency...
2007-06-02 Ramiro PollaRemove get_byte wrapper
2007-06-02 Ramiro PollaUse AV_xx throughout libavcodec
2007-06-01 Michael Niedermayerfix skipped blocks
2007-06-01 Víctor PaesaA bit more clear FAQ 1.2
2007-05-31 Michael Niedermayercheck qblur > 1 (prevent assert failure / segfault)
2007-05-30 Michael Niedermayermove jpegls up, fixes sf bug #1629152
2007-05-30 Michael Niedermayersanity checks (should prevent hypothetical div by zero...
2007-05-30 Michael Niedermayerfix assert() 2nd try
2007-05-30 Stefano SabatiniAdd support for listing the supported pixel formats...
2007-05-30 Aurelien Jacobscosmetics: indentation
2007-05-30 Aurelien Jacobsuse if(ENABLE_SWSCALER) instead of #ifdef CONFIG_SWSCALER
2007-05-30 Aurelien Jacobstypo
2007-05-30 Aurelien Jacobsuse FFSWAP()
2007-05-30 Aurelien Jacobscosmetics: indentation
2007-05-30 Aurelien Jacobssplit rm muxer and demuxer in their own files
2007-05-30 Carl Eugen... rename attribute_unused to av_unused as it is declared...
2007-05-30 Carl Eugen... rename attribute_unused to av_unused and moves its...
2007-05-30 Benoit Fouetseek tests only available with GPL enabled
2007-05-30 Michael Niedermayerwarn the user about the the mdhd problem
2007-05-29 Michael Niedermayerfix assertion failure
2007-05-29 Kostya ShishkovDo proper frame swapping so VMD video decoder works...
2007-05-29 Diego BiurrunMark phony swscale_error target as such.
2007-05-29 Vitor SessakSplit RoQ decoder to accommodate future encoder patch
2007-05-29 Andreas Ömanallocate PPS and SPS dynamically
2007-05-29 Vitor Sessakcosmetics and function rename
2007-05-29 Glenn A. Serrevariable initialization (because of a gcc warning)
2007-05-28 Diego BiurrunRemove redundant fastmemcpy.h #include, it is indirectl...
2007-05-28 Diego BiurrunRemove redundant fastmemcpy.h #include, it is indirectl...
2007-05-27 Michael Niedermayermake decoder decode the first frame properly if theres...
2007-05-27 Diego Biurrundoc/Makefile no longer exists.
2007-05-27 Diego Biurrun10l: Revert accidental removal of unused code.
2007-05-27 Diego BiurrunExit with error when running libavtest and not configur...
2007-05-27 Diego BiurrunRename variable for consistency.
2007-05-27 Diego Biurrunwhitespace cosmetics
2007-05-27 Diego Biurrunbetter variable names
2007-05-27 Diego BiurrunRemove comments that are neither very enlightening...
2007-05-27 Diego BiurrunDo not hide the commands make runs.
2007-05-27 Diego BiurrunFix seek_test compilation for out-of-tree builds.
2007-05-27 Diego Biurrun--enable-amr-* --> -- enable-libamr-*
2007-05-27 Michael Niedermayerfix "incorrect frame size" errors with small.nuv
2007-05-25 Michael Niedermayermore snow todo items
2007-05-25 Harald KarnetCorrect the parameter order for the call to "av_clip".
2007-05-25 Diego BiurrunRemove portability comment, it should be pure POSIX...
2007-05-25 Diego Biurrunwhitespace cosmetics
2007-05-25 Diego Biurrun'grep -q' is a GNU extension.
2007-05-25 Diego BiurrunDo not fail or print an error if the logfile already...
2007-05-25 Diego BiurrunAdd seektest to top-level targets, remove individual...
2007-05-25 Diego BiurrunAlso remove seek_test upon clean.
2007-05-25 Loren Merrittmerge huffman tables for rgb too
next