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
*
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
*
handle malloc failures in ff_get_wav_header
Max Horn
2011-04-14
1
-1
/
+4
*
avio: introduce an AVIOContext.seekable field
Anton Khirnov
2011-04-03
1
-2
/
+2
*
Replace FFmpeg with Libav in licence headers
Mans Rullgard
2011-03-19
1
-4
/
+4
*
lavf: replace avio_seek(SEEK_CUR) with avio_skip where it makes sense
Anton Khirnov
2011-03-16
1
-24
/
+24
*
avio: deprecate url_feof
Anton Khirnov
2011-03-07
1
-6
/
+6
*
avio: avio_ prefix for url_fsize
Anton Khirnov
2011-03-07
1
-4
/
+4
*
avio: add avio_tell macro as a replacement for url_ftell
Anton Khirnov
2011-03-04
1
-16
/
+16
*
lavf: replace all uses of url_fskip with avio_seek
Anton Khirnov
2011-03-01
1
-22
/
+22
*
avio: avio_ prefix for url_fseek
Anton Khirnov
2011-03-01
1
-12
/
+12
*
avio: avio_ prefixes for get_* functions
Anton Khirnov
2011-02-21
1
-79
/
+79
*
avio: rename av_alloc_put_byte -> avio_alloc_context for consistency
Anton Khirnov
2011-02-21
1
-1
/
+1
*
avio: rename ByteIOContext to AVIOContext.
Anton Khirnov
2011-02-20
1
-8
/
+8
*
avidec: simplify read_gab2_sub
Anton Khirnov
2011-02-06
1
-22
/
+16
*
Remove forgotten if (p) av_free(p) forms
Clément Bœsch
2011-02-04
1
-2
/
+1
*
Replace dprintf with av_dlog
Luca Barbato
2011-01-29
1
-2
/
+2
*
Prefix all _demuxer, _muxer, _protocol from libavformat and libavdevice.
Diego Elio Pettenò
2011-01-26
1
-1
/
+1
*
avidec: make print_tag() a macro and remove related ifdefs
Mans Rullgard
2011-01-25
1
-19
/
+12
*
add ff_get_bmp_header
Peter Ross
2010-12-26
1
-11
/
+1
*
avidec: read some of the Nikon specific tags produced by Nikon cameras
Aurelien Jacobs
2010-11-24
1
-0
/
+38
*
avidec: support non-standard creation_time format
Aurelien Jacobs
2010-11-23
1
-1
/
+5
*
avidec: trivial simplification regarding av_metadata_set
Aurelien Jacobs
2010-11-23
1
-6
/
+2
*
avidec: export creation_date as metadata
Aurelien Jacobs
2010-11-21
1
-0
/
+27
*
Export metadata in the generic format. Deprecate old conversion API.
Anton Khirnov
2010-10-15
1
-1
/
+2
*
Cosmetics: Reindent after r25023.
Carl Eugen Hoyos
2010-09-02
1
-6
/
+6
*
Fix crash when decoding DV in AVI introduced in r24579 (issue 2174).
Andrew Wason
2010-09-02
1
-1
/
+3
*
100l: av_freep() needs the address of the pointer
Aurelien Jacobs
2010-07-30
1
-1
/
+1
*
avidec: demux ASS and SRT tracks out of GAB2 chunks
Aurelien Jacobs
2010-07-29
1
-2
/
+123
*
avidec : Free packet if dv_produce_packet fails.
Jai Menon
2010-07-17
1
-0
/
+2
*
avidec : Free codec context before initializing the chained DV demuxer.
Jai Menon
2010-07-17
1
-0
/
+1
*
Add av_ prefix to bswap macros
Måns Rullgård
2010-07-10
1
-1
/
+1
*
Disable dshow specific bug emulation for amv files as they arent
Michael Niedermayer
2010-07-02
1
-1
/
+3
[next]