19 Commits (16cda1535edf853c31506b2c737d0a6873744550)

Author SHA1 Message Date
Michael Niedermayer 274335e76c vertical align 16 years ago
Stefano Sabatini 745b39d5f9 Replace invocations of av_fifo_realloc(), which is going to be 16 years ago
Justin Ruggles 14b7062829 cosmetics: make all references to AC-3 capitalized and hyphenated 17 years ago
Stefano Sabatini bde15e74de Make long_names in lavf/lavdev optional depending on CONFIG_SMALL. 17 years ago
Baptiste Coudurier 57783b07a0 use av_fifo_generic_write, old func is deprecated 17 years ago
Michael Niedermayer fa3b98182d Ensure that one can store X bytes in a fifo of size X. 17 years ago
Michael Niedermayer 0871ae1a93 Make av_fifo*_read() ignore the available amount of data. 17 years ago
Diego Biurrun 245976da2a Use full path for #includes from another directory. 17 years ago
Baptiste Coudurier febc8fad0c init to 0, fix warning: mpegenc.c:1022: warning: 'avail_space' may be used uninitialized in this function 17 years ago
Baptiste Coudurier 87be0d1289 add parenthesis, fix warning: mpegenc.c:303: warning: suggest parentheses around && within || 17 years ago
Björn Axelsson 899681cd1d Use dynamically allocated ByteIOContext in AVFormatContext 17 years ago
Aurelien Jacobs 6369638bf0 loosen dependencies over allformats.h 17 years ago
Michael Niedermayer 6a058d90b5 revert 10409 17 years ago
Michael Niedermayer 8baaee65ba export put_timestamp() 17 years ago
Michael Niedermayer c4194cc606 remove likely wrong reseting of align_iframe 18 years ago
Aurelien Jacobs 372a80d15d Avoid using undefined symbols. 18 years ago
Baptiste Coudurier 5d38574617 use allformats.h 18 years ago
Baptiste Coudurier c4f27438ef remove now useless ifdef 18 years ago
Baptiste Coudurier 2abe5a01c8 split mpeg ps and variants muxer and demuxer, I'll clean more in a few minutes, lpcm freq tab is left static const in mpeg.h for now until we have more code in common 18 years ago
Diego Biurrun 755bfeabcc misc spelling fixes 18 years ago
Wolfram Gloger 7af636d44a Fix loop condition so it can be run through more than once. 18 years ago
Wolfram Gloger 268fc08290 more detailed error message for buffer underflow 18 years ago
Aurelien Jacobs 57004ff1d7 add an enum for need_parsing 18 years ago
Michael Niedermayer 87e8788680 allocate 32 extra bytes at the end of the probe buffer and remove most probe buf_size checks 18 years ago
François Revol 8fa36ae09d This fixes error handling for BeOS, removing the need for some ifdefs. 18 years ago
Michael Niedermayer aad512b4ec Revised patch for HD DVD .EVO demuxing by (Ian Caulfield <lowercase name seperated by . place at here gmail place a dot here com>) 18 years ago
Michael Niedermayer 80036204af simplify 18 years ago
Michael Niedermayer b90ba24b9a simplify pts/dts reading 18 years ago
Michael Niedermayer 75a9fbb9e9 cosmetic 18 years ago
Michael Niedermayer 7e4709b18f reduce len checks, simplifies code 18 years ago
Michael Niedermayer e56cfad04b seperate redo (we dont handle this possibly valid packet) from 18 years ago
Steve L'Homme 949b1a13bf Replace most of the %lld and %llx by their (cleaner) PRI*64 counterparts. 18 years ago
Aurelien Jacobs 7fbde3431a replace coder/decoder file description in libavformat by muxer/demuxer 18 years ago
Diego Biurrun b78e7197a8 Change license headers to say 'FFmpeg' instead of 'this program/this library' 18 years ago
Måns Rullgård 191e8ca752 fix some signedness warnings 18 years ago
Roman Shaposhnik f5a478f65d * Moving FifoBuffer out of libavformat/avformat.h and 18 years ago
Allan Sandfeld Jensen c5e331155c add support for information in CDXA format 18 years ago
Michael Niedermayer a1c69e0b50 fix probing of 02-Penguin.flac 19 years ago
Måns Rullgård ff70e60176 allow individual selection of muxers and demuxers 19 years ago
Måns Rullgård d2a067d1d9 give AVInput/OutputFormat structs consistent names 19 years ago
Måns Rullgård 83d0731364 attempt to detect Chinese AVS video 19 years ago
Måns Rullgård 25c533a2c2 detect audio-only program streams and broken files made by VDR 19 years ago
Måns Rullgård 19e0e403f3 detect MPEG PES streams as MPEG PS; the PS demuxer will cope 19 years ago
Måns Rullgård d8bee8dd1c allow packets with non-zero PES_scrambling_control 19 years ago
Michael Niedermayer 30a43f2d09 add size to AVIndex 19 years ago
Michael Niedermayer 0b2bb3543f mpeg-ps probe 2nd try 19 years ago
Michael Niedermayer 9870a7bdb8 replace probe() by one similar to MPEG-ES 19 years ago
Diego Biurrun 5509bffa88 Update licensing information: The FSF changed postal address. 19 years ago
Diego Biurrun 115329f160 COSMETICS: Remove all trailing whitespace. 19 years ago
Diego Biurrun a9e3509529 Replace CONFIG_ENCODERS/CONFIG_DECODERS with CONFIG_MUXERS/CONFIG_DEMUXERS 19 years ago