index
:
ffmpeg.git
debug/motion-vectors
vaapi/drm-render-node
vaapi/hantro-support
FFmpeg multimedia libraries
git repo user
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
libavformat
/
avidec.c
Age
Commit message (
Expand
)
Author
2006-10-07
Change license headers to say 'FFmpeg' instead of 'this program/this library'
Diego Biurrun
2006-09-07
Allow to get the the track number in the IPRT (part) tag in AVI.
Panagiotis Issaris
2006-09-07
Better tag support:
Panagiotis Issaris
2006-09-05
ignore index parameter to ignore the ODML index in avi
Michael Niedermayer
2006-08-31
Fix for AVI files with odd sized 'movi' list
David Conrad
2006-08-25
support some totally broken ODML variant
Michael Niedermayer
2006-08-18
AVI tag reading and writing patch by David Conrad.
David Conrad
2006-07-12
move common stuff from avienc.c and wav.c to new file riff.c
Måns Rullgård
2006-07-10
allow individual selection of muxers and demuxers
Måns Rullgård
2006-07-09
give AVInput/OutputFormat structs consistent names
Måns Rullgård
2006-07-02
kill warnings
Måns Rullgård
2006-06-16
free codec extradata in av_close_input_file
Måns Rullgård
2006-06-14
dont load the index if we cant seek back
Michael Niedermayer
2006-04-06
Fix demuxing of AVIs with pad streams.
Kostya Shishkov
2006-03-02
dwstart support
Michael Niedermayer
2006-03-02
fixing demuxing of minorityreport.AVI
Michael Niedermayer
2006-03-01
fixing av sync in videotest.avi (index doesnt match chunks, header doesnt ind...
Michael Niedermayer
2006-03-01
support seeking in RenderAvi.avi (audio stream == single huge chunk)
Michael Niedermayer
2006-03-01
10l forgot to set packet_size
Michael Niedermayer
2006-03-01
fix demuxing of XviD_with_3_AAC-HE_audio_streams.avi
Michael Niedermayer
2006-03-01
add movi_list offset into index
Michael Niedermayer
2006-03-01
add size to AVIndex
Michael Niedermayer
2006-03-01
ODML index parsing support
Michael Niedermayer
2006-01-12
Update licensing information: The FSF changed postal address.
Diego Biurrun
2005-12-22
COSMETICS: tabs --> spaces, some prettyprinting
Diego Biurrun
2005-12-17
COSMETICS: Remove all trailing whitespace.
Diego Biurrun
2005-09-06
Kill some compiler warnings. Compiled code verified identical after changes.
Måns Rullgård
2005-08-15
parse pict_type for streams in avi
Michael Niedermayer
2005-08-14
kill a bunch of compiler warnings
Måns Rullgård
2005-07-17
changing AVCodecContext codec -> *codec in AVStream so additions to AVCodecCo...
Michael Niedermayer
2005-05-26
AVPacket.pos
Michael Niedermayer
2005-05-19
drop most url_fileno() calls (allows to use ByteIOContext directly in caller ...
Aurelien Jacobs
2005-04-30
switch to native time bases
Michael Niedermayer
2005-03-24
segfault fix
Michael Niedermayer
2005-03-17
more fine grained discarding of packets
Michael Niedermayer
2005-03-16
reverse zero packet dissapearence "feature"
Michael Niedermayer
2005-03-15
cleanup strh parser
Michael Niedermayer
2005-03-15
non interleaved avi support
Michael Niedermayer
2005-03-13
use libavformats index system instead of the half duplicated mess in avidec.c
Michael Niedermayer
2005-02-08
audio duration fix?
Michael Niedermayer
2005-02-04
overflows
Michael Niedermayer
2005-01-22
support discarding of uninterresting packets
Michael Niedermayer
2005-01-21
1/0 fix
Michael Niedermayer
2005-01-08
integer overflows, heap corruption
Michael Niedermayer
2004-12-19
broken avi / div by zero fix
Michael Niedermayer
2004-11-13
allocate a few bytes more for extradata so the bitstream reader if its used b...
Michael Niedermayer
2004-11-12
When playing
Kostya Shishkov
2004-10-19
fixing demuxing of vc2_intro.avi
Michael Niedermayer
2004-10-13
* static allocation for audio packets. This will make it a little bit
Roman Shaposhnik
2004-10-11
100l (forgoten seeking functions)
Michael Niedermayer
[next]