]> git.sesse.net Git - ffmpeg/history - libavformat
make DCT_common_init() static
[ffmpeg] / libavformat /
2007-07-05 Diego BiurrunURL update, move comment to a better place.
2007-07-02 Diego BiurrunRemove leading underscores from specifiers, they are...
2007-07-02 Diego Biurrunspelling cosmetics
2007-07-02 Diego BiurrunAdd missing comment markers to #endif directive.
2007-06-27 Vitor Sessakremove empty write trailer functions
2007-06-26 Baptiste Couduriercompute absolute data offset after reading blocksize
2007-06-25 Baptiste Coudurierthis is named BlockSize in specs
2007-06-25 Baptiste Coudurieraccording to specs, offset is before blocksize
2007-06-25 Baptiste Couduriersupport files with COMM chunk after SSND, fix invalid_n...
2007-06-25 Ramiro PollaCheck for O_BINARY instead of a list of systems that...
2007-06-25 Ramiro PollaRemove localtime_r implementation for systems that...
2007-06-25 Maksym Veremeyenko * clarifying the AVInputFormat::read_seek return...
2007-06-24 Aurelien Jacobscosmetics: indentation after last commit
2007-06-24 Aurelien Jacobsdrop blocks which are part of unsupported tracks
2007-06-24 Måns Rullgårdremove duplicate #include
2007-06-24 Reimar Döffingermore av_strl* adjustments
2007-06-24 Måns Rullgårdwarnings--
2007-06-24 Måns Rullgårdwhitespace cosmetics
2007-06-24 Måns Rullgårduse AV_RL32
2007-06-24 Måns Rullgårduse more Vorbis metadata tags
2007-06-24 Måns Rullgårdreplace strncpy with av_strlcpy
2007-06-24 Måns Rullgårdreplace the uses of old string functions that Reimar...
2007-06-24 Reimar DöffingerCosmetics: use consistent indentation by four spaces
2007-06-24 Reimar DöffingerDV muxer should not only fail for more that 3 streams...
2007-06-23 Måns Rullgårdremove old unused string functions
2007-06-23 Måns Rullgårduse new string functions
2007-06-23 Aurelien Jacobssimplify
2007-06-23 Aurelien Jacobsremove useless empty function
2007-06-23 Aurelien Jacobscosmetics: too much blank lines
2007-06-23 Aurelien Jacobsuse intreadwrite functions in matroskadec
2007-06-23 Aurelien Jacobsuse intreadwrite functions in vocdec
2007-06-23 Måns Rullgårdremove useless #ifndef CONFIG_NOCUTILS
2007-06-23 Måns Rullgårdsimplify stristart()
2007-06-23 Måns Rullgårdcosmetic: combine declaration and initialisation
2007-06-23 Måns Rullgårdsimplify pstrcpy()
2007-06-22 Måns Rullgårdsimplify strstart()
2007-06-21 Baptiste Coudurieruse allformats.h
2007-06-21 Baptiste Coudurierremove now useless ifdef
2007-06-21 Baptiste Couduriersplit mpeg ps and variants muxer and demuxer, I'll...
2007-06-20 Reimar DöffingerFix @file in matroskadec.c, it was still matroska.c
2007-06-19 Benoit Fouetcomment endif directive token
2007-06-17 Guillaume Poirieradd a comment to indicate which #endif belong to which...
2007-06-17 Måns Rullgårdadd multiple inclusion guards to headers
2007-06-16 Måns Rullgårdinclude all prerequisites in header files
2007-06-16 Måns Rullgårdfix some printf format specifiers
2007-06-15 Patrice BensoussanAdd support for track numbers when they are set via...
2007-06-14 Aurelien Jacobsuse get_bits_long() where needed
2007-06-13 Ronald S. Bultjeremove decode_be32/64 and replace them by AV_RB32/64
2007-06-12 Ramiro PollaRemove unused declarations
2007-06-12 Diego Biurrunmisc typo fixes
2007-06-12 Diego Biurrunmisc spelling fixes
2007-06-12 Stefano SabatiniMove the video size and rate abbreviations system from...
2007-06-12 Diego BiurrunAdd some explanatory comments to #endif directives.
2007-06-12 Diego BiurrunRemove unused static function.
2007-06-10 Ronald S. BultjeAdd a bounds check on AVProbeData input.
2007-06-08 Michael Niedermayersimplify
2007-06-08 Michael Niedermayerremove now unused "global" pcr_pid
2007-06-08 Michael Niedermayerproper per stream pcr_pid support by (Wolfram Gloger...
2007-06-07 Panagiotis IssarisRemove the unnecessary masking when counting received...
2007-06-07 Panagiotis IssarisRemove the unnecessary masking when reconstructing...
2007-06-07 Panagiotis IssarisRemove the unnecessary masking when extracting the...
2007-06-07 Diego BiurrunFix linking: emms_c is a macro, #include the correct...
2007-06-07 Ronald S. Bultjeemms --> emms_c, patch by Ronald S. Bultje, rbultje...
2007-06-06 Baptiste Coudurieradd MMES fourcc, matrox mpeg2 in avi files
2007-06-06 Michael Niedermayeradd mpegtsraw demuxer
2007-06-06 Baptiste Coudurierwarn user if video codec timebase is very high
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 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 Benoit FouetIndentation
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
next