index
:
ffmpeg-streaming
master
Raptor Engineering's fork of FFmpeg with streaming enhancements https://git.ffmpeg.org/ffmpeg.git
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
libavformat
/
avidec.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
avi: Improve non-interleaved detection
Michael Niedermayer
2014-04-02
1
-2
/
+68
*
lavf: add supported extension to avi and mov demuxers
Marc-Antoine Arnaud
2014-04-02
1
-0
/
+1
*
lavf: more correct printf format specifiers
Diego Biurrun
2014-03-11
1
-2
/
+2
*
Add missing #includes for *INT64_MAX and *INT64_C
Diego Biurrun
2013-11-23
1
-0
/
+2
*
avidec: fix a memleak in the dv init code.
Anton Khirnov
2013-11-21
1
-0
/
+1
*
avi: directly resync on DV in AVI read failure
Luca Barbato
2013-10-10
1
-0
/
+2
*
avi: DV in AVI must be considered single stream
Luca Barbato
2013-10-10
1
-3
/
+7
*
avi: properly fail if the dv demuxer is missing
Luca Barbato
2013-10-10
1
-1
/
+2
*
avidec: Make sure a packet is large enough before reading its data
Martin Storsjö
2013-09-29
1
-1
/
+2
*
lavf: Reset the entry count and allocation size variables on av_reallocp fail...
Martin Storsjö
2013-09-26
1
-2
/
+3
*
avformat: Use av_reallocp() where suitable
Alexandra Khirnova
2013-09-18
1
-4
/
+5
*
Disable deprecation warnings for cases where a replacement is available
Diego Biurrun
2013-08-02
1
-0
/
+5
*
avidec: Let the inner dv demuxer take care of discarding
Luca Barbato
2013-07-27
1
-3
/
+6
*
avidec: K&R formatting cosmetics
Luca Barbato
2013-07-27
1
-443
/
+536
*
avformat: Add AVPROBE_SCORE_EXTENSION define and use where appropriate
Diego Biurrun
2013-05-04
1
-1
/
+1
*
avpacket: use AVBuffer to allow refcounting the packets.
Anton Khirnov
2013-03-08
1
-0
/
+8
*
avidec: use sensible error codes instead of -1
Jindrich Makovicka
2013-01-21
1
-19
/
+22
*
avformat: Convert some commented-out printf/av_log instances to av_dlog
Diego Biurrun
2012-10-01
1
-7
/
+16
*
avformat: Remove non-compiling and/or silly commented-out printf/av_log state...
Diego Biurrun
2012-10-01
1
-4
/
+0
*
avidec: use actually read size instead of requested size
Anton Khirnov
2012-09-29
1
-1
/
+1
*
avidec: return 0, not packet size from read_packet().
Anton Khirnov
2012-09-29
1
-1
/
+1
*
Replace all CODEC_ID_* with AV_CODEC_ID_*
Anton Khirnov
2012-08-07
1
-8
/
+8
*
Improve descriptiveness of a number of codec and container long names
Diego Biurrun
2012-07-30
1
-1
/
+1
*
avidec: make scale and rate unsigned.
Anton Khirnov
2012-06-04
1
-2
/
+2
*
lavf: deprecate av_read_packet().
Anton Khirnov
2012-03-20
1
-3
/
+3
*
libavformat: Add an ff_ prefix to some lavf internal symbols
Martin Storsjö
2012-02-15
1
-1
/
+1
*
lavf: remove AVFormatParameters from AVFormatContext.read_header signature
Anton Khirnov
2012-01-27
1
-1
/
+1
*
avidec: migrate last of lavf from FF_ER_* to AV_EF_*
Dustin Brody
2012-01-20
1
-3
/
+4
*
Replace all uses of av_close_input_file() with avformat_close_input().
Anton Khirnov
2011-12-12
1
-1
/
+1
*
lavf: make av_set_pts_info private.
Anton Khirnov
2011-11-30
1
-2
/
+3
*
Generalize RIFF INFO tag support; support reading INFO tag in wav
Victor Vasiliev
2011-11-26
1
-11
/
+8
*
Replace all usage of strcasecmp/strncasecmp
Reimar Döffinger
2011-11-06
1
-2
/
+2
*
lavf: use avpriv_ prefix for some dv functions.
Anton Khirnov
2011-10-20
1
-3
/
+3
*
lavf: replace av_new_stream->avformat_new_stream part II.
Anton Khirnov
2011-10-19
1
-1
/
+2
*
avidec: fix signed overflow in avi_sync()
Mans Rullgard
2011-10-10
1
-2
/
+3
*
avidec: simplify size parameter in memset()
Janne Grunau
2011-10-10
1
-1
/
+1
*
lavf: add support for error_recognition, use it in avidec, and bump minor API...
Dustin Brody
2011-08-12
1
-2
/
+4
*
lavf: use designated initialisers for all (de)muxers.
Anton Khirnov
2011-07-17
1
-8
/
+8
*
Do not include mathematics.h in avutil.h
Mans Rullgard
2011-07-03
1
-0
/
+1
*
avidec: simplify convoluted flow in avi_load_index()
Mans Rullgard
2011-07-03
1
-11
/
+7
*
avidec: infer absolute vs relative index from first packet
Alex Converse
2011-07-01
1
-7
/
+23
*
avidec: Factor out the sync fucntionality.
Alex Converse
2011-07-01
1
-116
/
+128
*
Deprecate av_open_input_* and remove their uses.
Anton Khirnov
2011-06-16
1
-2
/
+6
*
Replace DEBUG_SEEK/DEBUG_SI + av_log combinations by av_dlog.
Diego Biurrun
2011-06-10
1
-28
/
+15
*
Remove all uses of now deprecated metadata functions.
Anton Khirnov
2011-06-08
1
-7
/
+8
*
Replace some printf instances in debug code by av_log.
Diego Biurrun
2011-06-07
1
-2
/
+2
*
Remove unused variables
Mans Rullgard
2011-06-02
1
-2
/
+2
*
read AVI palette from the end of extradata
Kostya Shishkov
2011-04-24
1
-4
/
+8
*
Replace more FFmpeg references by Libav.
Diego Biurrun
2011-04-17
1
-1
/
+1
*
make containers pass palette change in AVPacket
Kostya Shishkov
2011-04-15
1
-13
/
+11
[next]