index
:
delta/ffmpeg.git
ffmpeg
h264_assembly
master
merge2
oldabi
release/0.10
release/0.11
release/0.5
release/0.6
release/0.7
release/0.8
release/0.9
release/1.0
release/1.1
release/1.2
release/2.0
release/2.1
release/2.2
release/2.3
release/2.4
release/2.5
release/2.6
release/2.7
release/2.8
release/3.0
release/3.1
release/3.2
release/3.3
release/3.4
release/4.0
release/4.1
release/4.2
release/4.3
release/4.4
release/5.0
release/5.1
release/6.0
git.ffmpeg.org: ffmpeg.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
libavformat
/
avidec.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Do not use pkt->size when it is potentially uninitialized.
Thierry Foucu
2010-05-04
1
-1
/
+1
*
Change a %2 to &1. Patch by Sebastian Vater <cdgs DOT basty googlemail com>.
Sebastian Vater
2010-04-20
1
-1
/
+1
*
Replace all occurences of PKT_FLAG_KEY with AV_PKT_FLAG_KEY.
Jean-Daniel Dupas
2010-03-31
1
-4
/
+4
*
Define AVMediaType enum, and use it instead of enum CodecType, which
Stefano Sabatini
2010-03-30
1
-13
/
+13
*
Avoid creating tiny (possibly only 64 bytes large) audio packets resulting in
Reimar Döffinger
2010-03-14
1
-1
/
+2
*
Add AVI metadata conversion table.
Anton Khirnov
2010-02-06
1
-24
/
+18
*
Support strn tag in avidec.
Michael Niedermayer
2010-02-05
1
-9
/
+19
*
Correcting wrong looking stream_id validity check in avidec.
Michael Niedermayer
2010-02-05
1
-1
/
+1
*
Only set duration for streams where it is likely correct.
Michael Niedermayer
2010-02-03
1
-1
/
+2
*
Set nb_frames.
Michael Niedermayer
2010-02-02
1
-4
/
+4
*
Support uncompressed ("Resolution 1:1") Avid AVI Codec, (partially) fixes iss...
Carl Eugen Hoyos
2010-01-12
1
-0
/
+5
*
Use AV_METADATA_DONT_STRDUP* / use av_malloced metadata instead of strduped
Michael Niedermayer
2009-12-13
1
-5
/
+10
*
Fix infinite loop with size==0 && sample_size!=0 in non interleaved avis.
Michael Niedermayer
2009-10-22
1
-3
/
+3
*
Support non interleaved avi files that have 0<size<sample_size.
Michael Niedermayer
2009-10-22
1
-17
/
+13
*
Fix playback of strange AVI files with stray LIST.
Aurelien Jacobs
2009-10-01
1
-0
/
+6
*
Fix a bug with reading non-interleaved AVI if one the streams is
Maksym Veremeyenko
2009-09-09
1
-0
/
+6
*
Factorise st->nb_index_entries check.
Maksym Veremeyenko
2009-09-09
1
-1
/
+4
*
Check for seek failures in avi_load_index, otherwise if the index offset
Reimar Döffinger
2009-08-26
1
-4
/
+7
*
Do not read index chunks as audio/video data; closes issue 1336.
Maksym Veremeyenko
2009-08-25
1
-0
/
+6
*
avidec: simplify, using av_rescale_q() instead of av_rescale()
Aurelien Jacobs
2009-08-10
1
-3
/
+3
*
Remove pointless '#ifdef DEBUG' around dprintf macro.
Diego Biurrun
2009-07-29
1
-2
/
+0
*
Replace WORDS_BIGENDIAN with HAVE_BIGENDIAN
Måns Rullgård
2009-07-26
1
-1
/
+1
*
Check for failed extradata malloc, fixes a crash in out-of-memory conditions
Reimar Döffinger
2009-07-03
1
-0
/
+4
*
Check size of "strf" header against size of enclosing "LIST" if there is one.
Reimar Döffinger
2009-07-03
1
-0
/
+5
*
Add ff_ prefixes to exported symbols in libavformat/riff.h.
Daniel Verkamp
2009-06-22
1
-2
/
+2
*
Workaround broken AVI files from DC-XZ6.
Michael Niedermayer
2009-05-25
1
-0
/
+11
*
move DEBUG define before include to get dprintf and change printf to dprintf
Baptiste Coudurier
2009-05-24
1
-5
/
+5
*
set avi fsize to INT64_MAX if riff tag end is not set and file size is not av...
Baptiste Coudurier
2009-03-19
1
-1
/
+1
*
Check for alloc failures.
Michael Niedermayer
2009-02-21
1
-4
/
+9
*
Check for EOF during index reading.
Michael Niedermayer
2009-02-21
1
-0
/
+10
*
Handle chunks with the MSB in size set correctly that is unsigned.
Michael Niedermayer
2009-02-21
1
-3
/
+4
*
Fix raw rgb/bgr vertical flip in avi based on info from http://www.fourcc.org...
Michael Niedermayer
2009-02-21
1
-1
/
+10
*
AVI demuxer: return AVERROR_EOF upon detection of end of file.
Peter Ross
2009-02-19
1
-1
/
+1
*
avidec: fix error introduced in r17382
Måns Rullgård
2009-02-16
1
-1
/
+1
*
Add a context to av_log() calls and modify a function prototype to allow it.
Benoit Fouet
2009-02-16
1
-15
/
+16
*
modify the way to pass parameters to av_metadata_set()
Aurelien Jacobs
2009-02-02
1
-1
/
+1
*
remove ff_get_fourcc() and use AV_RL32() instead
Aurelien Jacobs
2009-01-17
1
-1
/
+2
*
Make unsigned int a variable that does not need to be explicitely 32 bits.
Marc Mason
2009-01-16
1
-1
/
+1
*
replace all occurrence of ENABLE_ by the corresponding CONFIG_, HAVE_ or ARCH_
Aurelien Jacobs
2009-01-14
1
-4
/
+4
*
AVI: add bswap.h include needed on big endian
Måns Rullgård
2009-01-12
1
-0
/
+2
*
rename AVMetaData to AVMetadata and meta_data to metadata
Aurelien Jacobs
2009-01-04
1
-1
/
+1
*
Generic metadata API.
Michael Niedermayer
2009-01-04
1
-12
/
+14
*
Fix bug where the avi demxuer lost the first frame of malformed
Michael Niedermayer
2008-12-16
1
-1
/
+1
*
10l (forgot sample_size)
Michael Niedermayer
2008-12-14
1
-1
/
+2
*
Fix non interleaved variable fps ODML avis.
Michael Niedermayer
2008-12-14
1
-1
/
+4
*
Favor even chunk sizes in ambiguous cases.
Michael Niedermayer
2008-10-04
1
-0
/
+5
*
Factorize stream id parsing.
Michael Niedermayer
2008-10-04
1
-12
/
+11
*
Remove offset_t typedef and use int64_t directly instead.
Diego Biurrun
2008-10-03
1
-4
/
+4
*
Bump Major version, this commit is almost just renaming bits_per_sample to
Luca Abeni
2008-09-08
1
-2
/
+2
*
convert every muxer/demuxer to write/read sample_aspect_ratio from/to
Aurelien Jacobs
2008-08-23
1
-1
/
+1
[next]