2006-07-12 |
mru |
move common stuff from avienc.c and wav.c to new file riff.c
libavformat
|
2006-07-11 |
diego |
CONFIG_WIN32 implies MinGW and Cygwin and possibly more, so use just
libavformat
|
2006-07-11 |
diego |
CONFIG_AIFF_DEMUXER vs CONFIG_AIFF_MUXER typo
libavformat
|
2006-07-10 |
mru |
allow individual selection of muxers and demuxers
libavformat
|
2006-07-10 |
bcoudurier |
assign exact codec id, needed when stream copy
libavformat
|
2006-07-09 |
mru |
give AVInput/OutputFormat structs consistent names
libavformat
|
2006-07-09 |
michael |
remove STATS code (probably hasnt been used for years ..., and its not completely clear what it was good for anyway)
libavformat
|
2006-07-08 |
bcoudurier |
simplify, use LE_32, BE_32 macros
libavformat
|
2006-07-08 |
mru |
Etsi identifies DTS audio with stream_private+descriptor 0x7b (in the PMT).
libavformat
|
2006-07-08 |
bcoudurier |
clean up useless code
libavformat
|
2006-07-08 |
bcoudurier |
better handling of partial files
libavformat
|
2006-07-08 |
bcoudurier |
new mov_read_packet, mov_read_seek, fix seeking in ni mov, fix demuxing adpcm
libavformat
|
2006-07-08 |
aurel |
set proper bits_per_sample value for ADPCM codecs
libavformat
|
2006-07-07 |
aurel |
simplify the voc demuxer using av_get_bits_per_sample()
libavformat
|
2006-07-07 |
bcoudurier |
av_get_bits_per_sample and due simplifications
libavformat
|
2006-07-07 |
bcoudurier |
add MS ADPCM fourcc
libavformat
|
2006-07-07 |
bcoudurier |
skip others fourcc, if present
libavformat
|
2006-07-07 |
bcoudurier |
clean
libavformat
|
2006-07-06 |
bcoudurier |
typo fix
libavformat
|
2006-07-06 |
bcoudurier |
10l, all modes is 0x81FF
libavformat
|
2006-07-06 |
bcoudurier |
simplify and write correct values conforming to specs
libavformat
|
2006-07-06 |
michael |
check for unparsed AMR input
libavformat
|
2006-07-06 |
michael |
vbr requires version=1 and samplesize=0 per QT spec
libavformat
|
2006-07-05 |
diego |
Fix compilation with --disable-muxers.
libavformat
|
2006-07-05 |
diego |
cosmetics: Break overly long lines.
libavformat
|
2006-07-04 |
bcoudurier |
write exact values for audio stsd v1
libavformat
|
2006-07-03 |
mru |
attempt to detect Chinese AVS video
libavformat
|
2006-07-03 |
reimar |
add GXF demuxer
libavformat
|
2006-07-02 |
mru |
kill warnings
libavformat
|
2006-06-30 |
gpoirier |
Woops, this file was supposed to be added in r5556: "Move initialisations and internal symbols in allformats.h"
libavformat
|
2006-06-30 |
gpoirier |
Move initialisations and internal symbols in allformats.h,
libavformat
|
2006-06-29 |
mru |
extradata may be used as bitstream reader input so allocate with padding
libavformat
|
2006-06-29 |
mru |
detect audio-only program streams and broken files made by VDR
libavformat
|
2006-06-29 |
mru |
do not fail av_find_stream_info() if params for all streams could not be found
libavformat
|
2006-06-28 |
mru |
detect MPEG PES streams as MPEG PS; the PS demuxer will cope
libavformat
|
2006-06-28 |
lucabe |
Properly set the image depth
libavformat
|
2006-06-28 |
michael |
dont read over the end of a data chunk and at the end search for the next
libavformat
|
2006-06-25 |
lu_zero |
cleanup patch from Diego Pettenò <flameeyes@gentoo.org>
libavformat
|
2006-06-25 |
mru |
s/u_char/uint8_t/ accidentally copied from tcvp
libavformat
|
2006-06-25 |
mru |
10l: don't allocate a new buffer quite so often
libavformat
|
2006-06-25 |
mru |
cleaned up buffer management
libavformat
|
2006-06-25 |
bcoudurier |
check only existing streams
libavformat
|
2006-06-24 |
lu_zero |
minor cleanup
libavformat
|
2006-06-24 |
bcoudurier |
simplify
libavformat
|
2006-06-20 |
diego |
Remove unused variable, patch by Stefan Huehner stefan__at__huehner__dot__org.
libavformat
|
2006-06-20 |
mru |
increase search limit in av_find_stream_info
libavformat
|
2006-06-19 |
mru |
allow packets with non-zero PES_scrambling_control
libavformat
|
2006-06-19 |
bcoudurier |
fix aac in mov for ipod
libavformat
|
2006-06-18 |
diego |
Add const to (mostly) char* and make some functions static, which aren't used
libavformat
|
2006-06-17 |
diego |
Add (mostly) const to variable and parameter declaration, where a char* was
libavformat
|
2006-06-16 |
mru |
use standard codec tag if the specified tag is out of range and would be
libavformat
|
2006-06-16 |
diego |
Fix compilation with all combinations of --disable-(de)muxers.
libavformat
|
2006-06-16 |
mru |
free codec extradata in av_close_input_file
libavformat
|
2006-06-15 |
bcoudurier |
make dump_format output more homogenous
libavformat
|
2006-06-15 |
bcoudurier |
export all tracks to libavformat layer
libavformat
|
2006-06-15 |
lucabe |
Fix segfault
libavformat
|
2006-06-15 |
lucabe |
Fix typo
libavformat
|
2006-06-14 |
michael |
dont load the index if we cant seek back
libavformat
|
2006-06-13 |
bcoudurier |
check fseek return value
libavformat
|
2006-06-13 |
bcoudurier |
fix unused computed value
libavformat
|
2006-06-13 |
bcoudurier |
fix mp3 muxing
libavformat
|
2006-06-13 |
michael |
fix probe of high bitrate mpeg2video
libavformat
|
2006-06-12 |
bcoudurier |
simplify, completely ignore streams not recognized, that fixes seeking for some files
libavformat
|
2006-06-11 |
reimar |
read_packet return value must be < 0 when no packet is returned, including EOF.
libavformat
|
2006-06-10 |
diego |
Add support for GNU/kFreeBSD systems.
libavformat
|
2006-06-05 |
mru |
probe for mpeg audio
libavformat
|
2006-06-04 |
rtogni |
rm_read_audio_stream_info return type is not void
libavformat
|
2006-06-04 |
rtogni |
Support for AAC (fourcc raac and racp) in rm files
libavformat
|
2006-06-04 |
mru |
fix seek related bugs
libavformat
|
2006-06-01 |
diego |
Ignore all generated files.
libavformat
|
2006-06-01 |
mru |
remove redundant make variable SUBDIR
libavformat
|
2006-06-01 |
banan |
Flash Screen Video decoder (fourcc:FSV1)
libavformat
|
2006-05-30 |
lucabe |
Include the correct video4linux2 header
libavformat
|
2006-05-27 |
michael |
suggest solution for 2 fixmies
libavformat
|
2006-05-26 |
diego |
Remove all .cvsignore files, they are no longer necessary.
libavformat
|
2006-05-19 |
michael |
fixing title on PSP (0x60 != 'a') someone needs a 10x10km ascii table ...
libavformat
|
2006-05-18 |
michael |
dont store mov style meta tags in mp4 (fixes ffmpeg -title + gtkpod)
libavformat
|
2006-05-18 |
michael |
dont write LAVF_ID if bitexact and any meta tag is set
libavformat
|
2006-05-18 |
michael |
simplify meta tag writing code
libavformat
|
2006-05-18 |
bcoudurier |
fix seeking, typo provoking hard segfault
libavformat
|
2006-05-18 |
bcoudurier |
fix keyframe check, stss might be there but count set to 0
libavformat
|
2006-05-17 |
diego |
Add MPEG FourCC for MPEG-2 video.
libavformat
|
2006-05-17 |
kostya |
Proper PTS generation for Smacker audio
libavformat
|
2006-05-17 |
kostya |
Now MPlayer should understand Smacker audio and video codecs.
libavformat
|
2006-05-15 |
bcoudurier |
fix avc nal parsing
libavformat
|
2006-05-15 |
bcoudurier |
fix pcm_s24be demuxing, simplify
libavformat
|
2006-05-14 |
bcoudurier |
add quicktime uncompressed 8bit 4:2:2 support
libavformat
|
2006-05-13 |
bcoudurier |
fix mulaw muxing
libavformat
|
2006-05-13 |
bcoudurier |
do not write wave if not needed
libavformat
|
2006-05-13 |
bcoudurier |
fix AMR muxing in mov
libavformat
|
2006-05-13 |
bcoudurier |
add pcm 24/32 le/be support
libavformat
|
2006-05-13 |
michael |
simplify
libavformat
|
2006-05-13 |
bcoudurier |
clean and simplify
libavformat
|
2006-05-13 |
michael |
sanity checks some might have been exploitable
libavformat
|
2006-05-12 |
banan |
Raw flac muxer, patch by Justin Ruggles (jruggle earthlink net). Can be
libavformat
|
2006-05-12 |
mru |
set stream time_base properly
libavformat
|