]> git.sesse.net Git - ffmpeg/history - libavformat
replace endian detection hack with #ifdef WORDS_BIGENDIAN
[ffmpeg] / libavformat /
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
2007-06-03 Baptiste Couduriercosmetics, reorder and classify uids
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 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-05-30 Michael Niedermayermove jpegls up, fixes sf bug #1629152
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 Michael Niedermayerwarn the user about the the mdhd problem
2007-05-29 Glenn A. Serrevariable initialization (because of a gcc warning)
2007-05-27 Michael Niedermayerfix "incorrect frame size" errors with small.nuv
2007-05-23 Benoit Fouetadd rgb suffix handling for demuxer
2007-05-22 Andreas Ömanid3v2 writer
2007-05-22 Andreas Ömanid3v2 reader
2007-05-22 Andreas Ömancosmetic v1/v2 renaming
2007-05-22 Thijs VermeirAdd transport method options
2007-05-22 Thijs VermeirAdd support for options
2007-05-21 Alex Beregszaszir9095 invalidly removed the check for non-winsock
2007-05-21 Alex Beregszaszifix FD_SETSIZE handling in our poll() emulation
2007-05-21 Baptiste Coudurierprint and return error if output is non seekable
2007-05-20 Aurelien Jacobsadd a ff_ prefix to some mpegaudio funcs
2007-05-17 Alex BeregszasziUse usleep instead of sleep, some MinGW versions lack...
2007-05-16 Diego BiurrunRemove extern C declarations for C++.
2007-05-16 Diego BiurrunDrop unnecessary libavcodec/ prefix in #include path.
2007-05-16 Corey HickeyDon't forget about audio remaining in buffer, in case...
2007-05-15 Alex Beregszasziinitial mingw networking support
2007-05-12 Baptiste Couduriersimplify, no need for a function
2007-05-12 Baptiste Coudurierfix ctts index computation when seeking, check must...
2007-05-11 Alex Beregszaszicosmetics: fix indentation
2007-05-10 Baptiste Coudurierdmb1 fourcc, mjpeg_opendml.mov
2007-05-10 Benoit FouetUse url_fopen error code when opening input file
2007-05-10 Panagiotis IssarisTypos
2007-05-10 Luca AbeniReindent code after last commit
2007-05-10 Limin WangAllow avoid setting the video standard and input when...
2007-05-09 Vitor SessakRoQ muxer, patch by Vitor, vitor1001 gmail com
2007-05-08 Aurelien Jacobsmove aac and ac3 parsers in their own files
2007-05-08 Ivo van Poortenautodetect ptx files
2007-05-07 Aurelien Jacobsfix display of theora videos with visible size smaller...
2007-05-07 Ivo van PoortenRenderware TXD demuxer
2007-05-07 Michael Niedermayerimprove mpeg4-es detection by rejecting streams with...
next