projects
/
ffmpeg.git
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅ next
replace coder/decoder file description in libavformat by muxer/demuxer
[ffmpeg.git]
/
libavformat
/
avidec.c
2006-10-23
Aurelien Jacobs
replace coder/decoder file description in libavformat...
blob
|
commitdiff
2006-10-07
Diego Biurrun
Change license headers to say 'FFmpeg' instead of ...
blob
|
commitdiff
|
diff to current
2006-09-07
Panagiotis Issaris
Allow to get the the track number in the IPRT (part...
blob
|
commitdiff
|
diff to current
2006-09-07
Panagiotis Issaris
Better tag support:
blob
|
commitdiff
|
diff to current
2006-09-05
Michael Niedermayer
ignore index parameter to ignore the ODML index in avi
blob
|
commitdiff
|
diff to current
2006-08-31
David Conrad
Fix for AVI files with odd sized 'movi' list
blob
|
commitdiff
|
diff to current
2006-08-25
Michael Niedermayer
support some totally broken ODML variant
blob
|
commitdiff
|
diff to current
2006-08-18
David Conrad
AVI tag reading and writing patch by David Conrad.
blob
|
commitdiff
|
diff to current
2006-07-12
Måns Rullgård
move common stuff from avienc.c and wav.c to new file...
blob
|
commitdiff
|
diff to current
2006-07-10
Måns Rullgård
allow individual selection of muxers and demuxers
blob
|
commitdiff
|
diff to current
2006-07-09
Måns Rullgård
give AVInput/OutputFormat structs consistent names
blob
|
commitdiff
|
diff to current
2006-07-02
Måns Rullgård
kill warnings
blob
|
commitdiff
|
diff to current
2006-06-16
Måns Rullgård
free codec extradata in av_close_input_file
blob
|
commitdiff
|
diff to current
2006-06-14
Michael Niedermayer
dont load the index if we cant seek back
blob
|
commitdiff
|
diff to current
2006-04-06
Kostya Shishkov
Fix demuxing of AVIs with pad streams.
blob
|
commitdiff
|
diff to current
2006-03-02
Michael Niedermayer
dwstart support
blob
|
commitdiff
|
diff to current
2006-03-02
Michael Niedermayer
fixing demuxing of minorityreport.AVI
blob
|
commitdiff
|
diff to current
2006-03-01
Michael Niedermayer
fixing av sync in videotest.avi (index doesnt match...
blob
|
commitdiff
|
diff to current
2006-03-01
Michael Niedermayer
support seeking in RenderAvi.avi (audio stream == singl...
blob
|
commitdiff
|
diff to current
2006-03-01
Michael Niedermayer
10l forgot to set packet_size
blob
|
commitdiff
|
diff to current
2006-03-01
Michael Niedermayer
fix demuxing of XviD_with_3_AAC-HE_audio_streams.avi
blob
|
commitdiff
|
diff to current
2006-03-01
Michael Niedermayer
add movi_list offset into index
blob
|
commitdiff
|
diff to current
2006-03-01
Michael Niedermayer
add size to AVIndex
blob
|
commitdiff
|
diff to current
2006-03-01
Michael Niedermayer
ODML index parsing support
blob
|
commitdiff
|
diff to current
2006-01-12
Diego Biurrun
Update licensing information: The FSF changed postal...
blob
|
commitdiff
|
diff to current
2005-12-22
Diego Biurrun
COSMETICS: tabs --> spaces, some prettyprinting
blob
|
commitdiff
|
diff to current
2005-12-17
Diego Biurrun
COSMETICS: Remove all trailing whitespace.
blob
|
commitdiff
|
diff to current
2005-09-06
Måns Rullgård
Kill some compiler warnings. Compiled code verified...
blob
|
commitdiff
|
diff to current
2005-08-15
Michael Niedermayer
parse pict_type for streams in avi
blob
|
commitdiff
|
diff to current
2005-08-14
Måns Rullgård
kill a bunch of compiler warnings
blob
|
commitdiff
|
diff to current
2005-07-17
Michael Niedermayer
changing AVCodecContext codec -> *codec in AVStream...
blob
|
commitdiff
|
diff to current
2005-05-26
Michael Niedermayer
AVPacket.pos
blob
|
commitdiff
|
diff to current
2005-05-19
Aurelien Jacobs
drop most url_fileno() calls (allows to use ByteIOConte...
blob
|
commitdiff
|
diff to current
2005-04-30
Michael Niedermayer
switch to native time bases
blob
|
commitdiff
|
diff to current
2005-03-24
Michael Niedermayer
segfault fix
blob
|
commitdiff
|
diff to current
2005-03-17
Michael Niedermayer
more fine grained discarding of packets
blob
|
commitdiff
|
diff to current
2005-03-16
Michael Niedermayer
reverse zero packet dissapearence "feature"
blob
|
commitdiff
|
diff to current
2005-03-15
Michael Niedermayer
cleanup strh parser
blob
|
commitdiff
|
diff to current
2005-03-15
Michael Niedermayer
non interleaved avi support
blob
|
commitdiff
|
diff to current
2005-03-13
Michael Niedermayer
use libavformats index system instead of the half dupli...
blob
|
commitdiff
|
diff to current
2005-02-08
Michael Niedermayer
audio duration fix?
blob
|
commitdiff
|
diff to current
2005-02-04
Michael Niedermayer
overflows
blob
|
commitdiff
|
diff to current
2005-01-22
Michael Niedermayer
support discarding of uninterresting packets
blob
|
commitdiff
|
diff to current
2005-01-21
Michael Niedermayer
1/0 fix
blob
|
commitdiff
|
diff to current
2005-01-08
Michael Niedermayer
integer overflows, heap corruption
blob
|
commitdiff
|
diff to current
2004-12-19
Michael Niedermayer
broken avi / div by zero fix
blob
|
commitdiff
|
diff to current
2004-11-13
Michael Niedermayer
allocate a few bytes more for extradata so the bitstrea...
blob
|
commitdiff
|
diff to current
2004-11-12
Kostya Shishkov
When playing
blob
|
commitdiff
|
diff to current
2004-10-19
Michael Niedermayer
fixing demuxing of vc2_intro.avi
blob
|
commitdiff
|
diff to current
2004-10-13
Roman Shaposhnik
* static allocation for audio packets. This will...
blob
|
commitdiff
|
diff to current
2004-10-11
Michael Niedermayer
100l (forgoten seeking functions)
blob
|
commitdiff
|
diff to current
2004-09-28
Michael Niedermayer
pads stream
blob
|
commitdiff
|
diff to current
2004-09-19
Roman Shaposhnik
* fix for a DV regression introduced with the last...
blob
|
commitdiff
|
diff to current
2004-09-16
Mike Melanson
added support for the elusive AVI palette change chunk...
blob
|
commitdiff
|
diff to current
2004-09-15
Michael Niedermayer
various fixes for the main chunk demux loop
blob
|
commitdiff
|
diff to current
2004-08-04
Roman Shaposhnik
* simplifying OpenDML AVI handling.
blob
|
commitdiff
|
diff to current
2004-07-14
Michael Niedermayer
play more broken files
blob
|
commitdiff
|
diff to current
2004-05-30
Michael Niedermayer
10l
blob
|
commitdiff
|
diff to current
2004-05-30
Michael Niedermayer
skip subtitle streams instead of perishing
blob
|
commitdiff
|
diff to current
2004-05-29
Michael Niedermayer
exporting keyframe flags, fixes keyframe stuff with...
blob
|
commitdiff
|
diff to current
2004-05-24
Michael Niedermayer
100l (avi seeking)
blob
|
commitdiff
|
diff to current
2004-05-24
Michael Niedermayer
100l (AVStream.duration)
blob
|
commitdiff
|
diff to current
2004-05-23
Michael Niedermayer
store index for seeking in the native timebase of each...
blob
|
commitdiff
|
diff to current
2004-05-21
Michael Niedermayer
move time_base (pts_num/pts_den) from AVFormatContext...
blob
|
commitdiff
|
diff to current
2004-05-06
Michael Niedermayer
vbr audio fix
blob
|
commitdiff
|
diff to current
2004-01-10
Michael Niedermayer
audio pts fix
blob
|
commitdiff
|
diff to current
2004-01-10
Michael Niedermayer
fixing some seek failure issues
blob
|
commitdiff
|
diff to current
2004-01-04
Michael Niedermayer
10l
blob
|
commitdiff
|
diff to current
2004-01-03
Michael Niedermayer
forgot ...
blob
|
commitdiff
|
diff to current
2003-11-10
Fabrice Bellard
initial seek support
blob
|
commitdiff
|
diff to current
2003-11-04
Roman Shaposhnik
* fixes for broken builds on Solaris, OS2 and all...
blob
|
commitdiff
|
diff to current
2003-11-02
Roberto Togni
Make avi and asf demuxer export palette in palctrl
blob
|
commitdiff
|
diff to current
2003-10-31
Roman Shaposhnik
* DV demuxer is now capable of decoding auxilary...
blob
|
commitdiff
|
diff to current
2003-09-29
Roman Shaposhnik
* DV handling was streamlined for both muxing/demuxi...
blob
|
commitdiff
|
diff to current
2003-09-08
Mike Melanson
hacks to support Xan AVI files
blob
|
commitdiff
|
diff to current
2003-08-08
Fabrice Bellard
update duration and start_time - add av_new_stream...
blob
|
commitdiff
|
diff to current
2003-06-07
Fabrice Bellard
use custom packet allocation only for DV
blob
|
commitdiff
|
diff to current
2003-04-23
Roman Shaposhnik
Complete support for OpenDML AVIs and AVIs > 2Gb.
blob
|
commitdiff
|
diff to current
2003-04-19
Michael Niedermayer
memleaks
blob
|
commitdiff
|
diff to current
2003-03-28
Roman Shaposhnik
AVI type 1 support patch by (Roman Shaposhnick <rvs...
blob
|
commitdiff
|
diff to current
2003-03-26
Roman Shaposhnik
OpenDML AVI > 2Gb support patch by (Roman Shaposhnick...
blob
|
commitdiff
|
diff to current
2003-03-20
Michael Niedermayer
db video chunk in avi files support (idea by Dmitry...
blob
|
commitdiff
|
diff to current
2003-03-12
Michael Niedermayer
per context frame_rate_base, this should finally fix...
blob
|
commitdiff
|
diff to current
2003-03-12
Roman Shaposhnik
correct AUDIO strf parsing patch by (Roman Shaposhnick...
blob
|
commitdiff
|
diff to current
2003-03-11
Michael Niedermayer
fixing parsing of opendml avis
blob
|
commitdiff
|
diff to current
2003-03-08
Michael Niedermayer
10l
blob
|
commitdiff
|
diff to current
2003-03-08
Michael Niedermayer
forgot ....
blob
|
commitdiff
|
diff to current
2003-03-08
Michael Niedermayer
huffyuv encoding fixed
blob
|
commitdiff
|
diff to current
2003-03-08
Michael Niedermayer
read BITMAPINFOHEADER extra stuff (huffyuv decoding...
blob
|
commitdiff
|
diff to current
2003-03-08
Michael Niedermayer
reversing not yet reversed changes from r1.7 -> r1...
blob
|
commitdiff
|
diff to current
2003-02-11
Zdenek Kabelac
* UINTX -> uintx_t INTX -> intx_t
blob
|
commitdiff
|
diff to current
2003-02-02
Fabrice Bellard
Try this fix
blob
|
commitdiff
|
diff to current
2002-12-20
François Revol
Fix for odd strf tag in Stargate SG-1 - 3x18 - Shades...
blob
|
commitdiff
|
diff to current
2002-12-04
Michael Niedermayer
cleanup
blob
|
commitdiff
|
diff to current
2002-11-25
Fabrice Bellard
renamed libav to libavformat
blob
|
commitdiff
|
diff to current