2008-05-12 |
cehoyos |
Replace some occurrences of 0 with CODEC_ID_NONE.
libavformat
|
2008-05-09 |
diego |
Use full path for #includes from another directory.
libavformat
|
2008-05-03 |
banan |
dts probe
libavformat
|
2008-05-02 |
lu_zero |
Import Dirac demuxer/muxer from SoC branch; written by Marco Gerards,
libavformat
|
2008-04-28 |
michael |
raw GSM demuxer (does not work yet as parser is missing)
libavformat
|
2008-04-28 |
bcoudurier |
set demuxers .value and use common audio_read_header function
libavformat
|
2008-04-22 |
bwolowiec |
change ff_ac3_parse_header() to take a GetBitContext instead of const char*
libavformat
|
2008-04-21 |
andoma |
Compute AC3 frame CRC for stronger raw AC3 format probing.
libavformat
|
2008-04-20 |
banan |
Raw dts muxer
libavformat
|
2008-01-12 |
michael |
Set pts/dts in raw (yuv,rgb,pcm) demuxers.
libavformat
|
2007-12-26 |
michael |
Do not force fps unless the user actually specified one.
libavformat
|
2007-11-21 |
andoma |
Use dynamically allocated ByteIOContext in AVFormatContext
libavformat
|
2007-09-11 |
aurel |
move unrelated functions declarations out of allformats.h
libavformat
|
2007-08-10 |
michael |
100000l (forgotten return)
libavformat
|
2007-08-10 |
michael |
remove unneeded buf_size check (see AVPROBE_PADDING_SIZE)
libavformat
|
2007-08-10 |
michael |
flac probe
libavformat
|
2007-08-05 |
jbr |
10l to me. Revert recent changes to ac3_probe() which made misdetection as AC3 too probable.
libavformat
|
2007-08-05 |
bcoudurier |
remove useless raw_write_header
libavformat
|
2007-08-05 |
jbr |
additional tweaks to AC3 probe function. give a higher score to a single frame
libavformat
|
2007-08-04 |
jbr |
increase the maximum AC3 probe buffer size and reduce the threshold for 50% reliability score to 2 frames. Fixes out.ac3 from [FFmpeg-devel] AC3 Format Detection unreliable.
libavformat
|
2007-07-19 |
takis |
Replace all occurrences of AVERROR_IO with AVERROR(EIO).
libavformat
|
2007-07-19 |
takis |
Replace all occurrences of AVERROR_NOMEM with AVERROR(ENOMEM).
libavformat
|
2007-07-08 |
romansh |
* Getting rid of the use of GCC language extensions
libavformat
|
2007-07-07 |
mru |
kill uninitialised variable warning in ac3_probe()
libavformat
|
2007-06-27 |
benoit |
remove empty write trailer functions
libavformat
|
2007-06-12 |
diego |
misc spelling fixes
libavformat
|
2007-05-23 |
benoit |
add rgb suffix handling for demuxer
libavformat
|
2007-05-09 |
diego |
RoQ muxer, patch by Vitor, vitor1001 gmail com
libavformat
|
2007-05-08 |
aurel |
move aac and ac3 parsers in their own files
libavformat
|
2007-05-07 |
michael |
improve mpeg4-es detection by rejecting streams with reserved startcodes (fixes 11-i_need_your_love-daw.mp3 detected as mpeg4)
libavformat
|
2007-04-25 |
benoit |
add rgb suffix to rawvideo muxer
libavformat
|
2007-04-15 |
aurel |
add an enum for need_parsing
libavformat
|
2007-04-15 |
diego |
Make the declaration of AVInputFormat ac3_demuxer conditional
libavformat
|
2007-04-15 |
diego |
Move AC3 header parsing code together with the rest of the AC3 parsing code.
libavformat
|
2007-04-08 |
michael |
allocate 32 extra bytes at the end of the probe buffer and remove most probe buf_size checks
libavformat
|
2007-03-29 |
michael |
fix probe of 001.vdr-broken-6025
libavformat
|
2007-03-18 |
jbr |
improve ac3_probe by counting consecutive frames
libavformat
|
2007-02-09 |
kostya |
Raw VC-1 demuxer
libavformat
|
2007-02-08 |
jbr |
add read_probe function to raw ac3 demuxer
libavformat
|
2007-02-05 |
michael |
better generic index building and seeking code
libavformat
|
2006-11-08 |
michael |
mpeg4probe patch by (Thijs Vermeir ; thijs vermeir barco com)
libavformat
|
2006-10-23 |
aurel |
replace coder/decoder file description in libavformat by muxer/demuxer
libavformat
|
2006-10-18 |
bcoudurier |
simplify pcm read seek, use av_get_bits_per_sample
libavformat
|
2006-10-07 |
diego |
Change license headers to say 'FFmpeg' instead of 'this program/this library'
libavformat
|
2006-08-08 |
michael |
dont be too picky about timestampsbeing wrong if the destination container is without timestamps and raw of the raw video / raw audio sort
libavformat
|
2006-07-10 |
mru |
allow individual selection of muxers and demuxers
libavformat
|
2006-07-09 |
mru |
give AVInput/OutputFormat structs consistent names
libavformat
|
2006-06-16 |
diego |
Fix compilation with all combinations of --disable-(de)muxers.
libavformat
|
2006-05-12 |
banan |
Raw flac muxer, patch by Justin Ruggles (jruggle earthlink net). Can be
libavformat
|
2006-05-09 |
banan |
Add support for raw flac decoding based on the .flac suffix of input files.
libavformat
|
2006-03-11 |
michael |
simplify AVFormatParameters NULL checks
libavformat
|
2006-03-01 |
mru |
can't have PES headers in MPEG video elementary streams so fail probe
libavformat
|
2006-02-10 |
mru |
generate adts frame headers if required
libavformat
|
2006-02-08 |
mru |
read/write adts aac
libavformat
|
2006-02-04 |
michael |
3rd try for mpeg-es probe ...
libavformat
|
2006-02-04 |
michael |
fix regression tests
libavformat
|
2006-02-02 |
michael |
improve mpeg1/2-es detection
libavformat
|
2006-01-12 |
diego |
Update licensing information: The FSF changed postal address.
libavformat
|
2005-12-22 |
diego |
COSMETICS: tabs --> spaces, some prettyprinting
libavformat
|
2005-12-17 |
diego |
COSMETICS: Remove all trailing whitespace.
libavformat
|