git.videolan.org
/
ffmpeg.git
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
Factorize some code into the new function ff_toupper4().
[ffmpeg.git]
/
libavformat
/
utils.c
2010-05-18
Francesco Lavra
Factorize some code into the new function ff_toupper4().
blob
|
commitdiff
2010-05-14
Baptiste Coudurier
Change MAX_READ_SIZE message during av_find_stream_info...
blob
|
commitdiff
|
diff to current
2010-05-01
Reimar Döffinger
Export av_probe_input_format2.
blob
|
commitdiff
|
diff to current
2010-04-25
Stefano Sabatini
Mark av_metadata_set() as deprecated, and use av_metada...
blob
|
commitdiff
|
diff to current
2010-04-20
Diego Biurrun
Remove explicit filename from Doxygen @file commands.
blob
|
commitdiff
|
diff to current
2010-04-13
Jean-Daniel Dupas
Do not probe when the format is known.
blob
|
commitdiff
|
diff to current
2010-04-11
Michael Niedermayer
Raise needed score for codec probing in CODEC_ID_PROBE...
blob
|
commitdiff
|
diff to current
2010-04-09
Michael Niedermayer
Dont try to compute AVPacket duration for possibly...
blob
|
commitdiff
|
diff to current
2010-04-08
Tomas Härdin
Reusing the probe buffer to rewind the ByteIOContext...
blob
|
commitdiff
|
diff to current
2010-04-04
Michael Niedermayer
Fix rounding direction for calculation of AVPacket...
blob
|
commitdiff
|
diff to current
2010-04-01
Michael Niedermayer
Limit probing to probesize.
blob
|
commitdiff
|
diff to current
2010-03-31
Michael Niedermayer
Add AVFMT_FLAG_NOFILLIN and AVFMT_FLAG_NOPARSE.
blob
|
commitdiff
|
diff to current
2010-03-31
Jean-Daniel Dupas
Replace all occurences of PKT_FLAG_KEY with AV_PKT_FLAG...
blob
|
commitdiff
|
diff to current
2010-03-31
Joakim Plate
Probe aac codecs for CODEC_ID_PROBE.
blob
|
commitdiff
|
diff to current
2010-03-30
Stefano Sabatini
Define AVMediaType enum, and use it instead of enum...
blob
|
commitdiff
|
diff to current
2010-03-26
Micah F. Galizia
Fix updating condition for the probe_size variable...
blob
|
commitdiff
|
diff to current
2010-03-25
Martin Storsjö
Reindent
blob
|
commitdiff
|
diff to current
2010-03-25
Martin Storsjö
Add a lowercase parameter to ff_data_to_hex
blob
|
commitdiff
|
diff to current
2010-03-21
Stefano Sabatini
Make av_open_input_file() return AVERROR_INVALIDDATA...
blob
|
commitdiff
|
diff to current
2010-03-16
Måns Rullgård
Fix erroneous behaviour when format probe hits end...
blob
|
commitdiff
|
diff to current
2010-03-15
Aurelien Jacobs
rename av_read_frame_flush to ff_read_frame_flush
blob
|
commitdiff
|
diff to current
2010-03-15
Aurelien Jacobs
rename av_program_add_stream_index to ff_program_add_st...
blob
|
commitdiff
|
diff to current
2010-03-15
Martin Storsjö
Move the NTP offset definitions to internal.h
blob
|
commitdiff
|
diff to current
2010-03-14
Micah F. Galizia
Move the probe loop from av_open_input_file() into...
blob
|
commitdiff
|
diff to current
2010-03-10
Martin Storsjö
Make the ntp_time function available to other parts...
blob
|
commitdiff
|
diff to current
2010-03-09
Michael Niedermayer
Add special case to avoid binary search when appending...
blob
|
commitdiff
|
diff to current
2010-03-08
Stefano Sabatini
Remove definition of match_ext(), which is declared...
blob
|
commitdiff
|
diff to current
2010-03-08
Martin Storsjö
Reindent
blob
|
commitdiff
|
diff to current
2010-03-08
Martin Storsjö
Rename url_split to ff_url_split
blob
|
commitdiff
|
diff to current
2010-03-08
Måns Rullgård
Revert "Move the probe loop from av_open_input_file...
blob
|
commitdiff
|
diff to current
2010-03-08
Alex Converse
av_find_stream_info(): Add a workaround for backwards...
blob
|
commitdiff
|
diff to current
2010-03-07
Daniel Kristjansson
Fix pts->dts conversion init for non-zero initial value...
blob
|
commitdiff
|
diff to current
2010-03-07
Micah F. Galizia
Move the probe loop from av_open_input_file() into...
blob
|
commitdiff
|
diff to current
2010-03-06
Måns Rullgård
Add some missing #includes
blob
|
commitdiff
|
diff to current
2010-03-05
Martin Storsjö
Add a function ff_url_join for assembling URLs
blob
|
commitdiff
|
diff to current
2010-03-05
Vitor Sessak
Fix memory leak in NUT muxer
blob
|
commitdiff
|
diff to current
2010-02-28
Anton Khirnov
Print chapter info in dump_format().
blob
|
commitdiff
|
diff to current
2010-02-23
Michael Niedermayer
Count all frames with codec_info_nb_frames not just...
blob
|
commitdiff
|
diff to current
2010-02-23
Michael Niedermayer
Put codec_info_nb_frames back in AVStream and print...
blob
|
commitdiff
|
diff to current
2010-02-22
Michael Niedermayer
Make sure mp1/mp2 get their frame_size set.
blob
|
commitdiff
|
diff to current
2010-02-22
Michael Niedermayer
Make sure a set r_frame_rate is not overriden by a...
blob
|
commitdiff
|
diff to current
2010-02-16
Anton Khirnov
Set lavf identification string globally in av_write_hea...
blob
|
commitdiff
|
diff to current
2010-02-12
Michael Niedermayer
Add flag so muxers not needing width/height can signal...
blob
|
commitdiff
|
diff to current
2010-02-07
Michael Niedermayer
Directly use av_rescale_rnd() instead of av_convert_ts...
blob
|
commitdiff
|
diff to current
2010-02-07
Michael Niedermayer
Use av_compare_ts() for interleaving per dts.
blob
|
commitdiff
|
diff to current
2010-02-03
Michael Niedermayer
Dont try generic seek if seek request before first...
blob
|
commitdiff
|
diff to current
2010-02-03
Michael Niedermayer
Try to open decoders in av_find_stream_info() even...
blob
|
commitdiff
|
diff to current
2010-01-31
Michael Niedermayer
Increase search range if no end timestamp could be...
blob
|
commitdiff
|
diff to current
2010-01-30
Michael Niedermayer
Flag to ignore dts on frames that contain pts.
blob
|
commitdiff
|
diff to current
2010-01-27
Michael Niedermayer
Fix duration calculation in the presence of a single...
blob
|
commitdiff
|
diff to current
2010-01-18
Baptiste Coudurier
set average frame rate in mov demuxer
blob
|
commitdiff
|
diff to current
2010-01-13
Tomas Härdin
Check there is a stream before writing header.
blob
|
commitdiff
|
diff to current
2010-01-03
Stefano Sabatini
Prefer "*FUNC_NAME(" over "* FUNC_NAME(" for XXX_config...
blob
|
commitdiff
|
diff to current
2010-01-01
Stefano Sabatini
Use av_match_ext() in place of the deprecated match_ext...
blob
|
commitdiff
|
diff to current
2010-01-01
Stefano Sabatini
Deprecate match_ext() in favor of av_match_ext(), and...
blob
|
commitdiff
|
diff to current
2010-01-01
Stefano Sabatini
Use av_guess_format() in place of the deprecated guess_...
blob
|
commitdiff
|
diff to current
2010-01-01
Stefano Sabatini
Deprecate guess_format() in favor of av_guess_format().
blob
|
commitdiff
|
diff to current
2009-12-31
Stefano Sabatini
Deprecate and mark for deletion the function guess_stre...
blob
|
commitdiff
|
diff to current
2009-12-13
Michael Niedermayer
Make sure the Metadata: header is not printed if the...
blob
|
commitdiff
|
diff to current
2009-12-13
Michael Niedermayer
Move dump_metadata() to where it is in ffmbc, looks...
blob
|
commitdiff
|
diff to current
2009-12-13
Michael Niedermayer
indent
blob
|
commitdiff
|
diff to current
2009-12-13
Michael Niedermayer
Skip dumping language twice.
blob
|
commitdiff
|
diff to current
2009-12-13
Michael Niedermayer
dump metadata for AVStreams & AVPrograms too.
blob
|
commitdiff
|
diff to current
2009-12-13
Michael Niedermayer
Factorize dump_metadata() out.
blob
|
commitdiff
|
diff to current
2009-12-13
Michael Niedermayer
Try to simplify av_estimate_timings_from_pts() like...
blob
|
commitdiff
|
diff to current
2009-12-13
Michael Niedermayer
Debug av_log() about stream probing from ffmbc.
blob
|
commitdiff
|
diff to current
2009-12-13
Michael Niedermayer
Add avg_frame_rate.
blob
|
commitdiff
|
diff to current
2009-12-13
Michael Niedermayer
Remove commented out code.
blob
|
commitdiff
|
diff to current
2009-12-12
John Stebbins
Reset pts_buffers in av_read_frame_flush().
blob
|
commitdiff
|
diff to current
2009-12-06
Sean Soria
Calls to url_fseek should have their return value check...
blob
|
commitdiff
|
diff to current
2009-12-01
Sean Soria
Change ret type to int64_t because url_fseek returns...
blob
|
commitdiff
|
diff to current
2009-12-01
Baptiste Coudurier
use AVFormatContext in av_log, better than AVCodecConte...
blob
|
commitdiff
|
diff to current
2009-11-30
Michael Niedermayer
Print a warning if the duration is estimated from the...
blob
|
commitdiff
|
diff to current
2009-11-18
Diego Biurrun
Add functions to return library license and library...
blob
|
commitdiff
|
diff to current
2009-11-11
Diego Biurrun
Add '#undef fprintf' before PRINT macro that uses fprintf.
blob
|
commitdiff
|
diff to current
2009-10-30
Baptiste Coudurier
print packet duration when debugging timestamps
blob
|
commitdiff
|
diff to current
2009-10-19
Baptiste Coudurier
check stream index validity in av_program_add_stream_index
blob
|
commitdiff
|
diff to current
2009-10-19
Baptiste Coudurier
request mp3 frame_size to be set in has_codec_parameter...
blob
|
commitdiff
|
diff to current
2009-10-19
Baptiste Coudurier
reindent after commit
blob
|
commitdiff
|
diff to current
2009-10-19
Baptiste Coudurier
In dump_format, print streams not associated with any...
blob
|
commitdiff
|
diff to current
2009-10-18
Baptiste Coudurier
fix indentation and add braces
blob
|
commitdiff
|
diff to current
2009-10-17
Vitor Sessak
Avoid segfault for empty input files
blob
|
commitdiff
|
diff to current
2009-10-11
Carl Eugen Hoyos
Allow autodetection of E-AC3.
blob
|
commitdiff
|
diff to current
2009-10-03
Carl Eugen Hoyos
Add FIXME about low_delay vs has_b_frames.
blob
|
commitdiff
|
diff to current
2009-10-03
Wallak
H264 allows B frames without requiring a >=1 sized...
blob
|
commitdiff
|
diff to current
2009-09-18
Michael Niedermayer
Only use *ic_ptr when it has been initialized.
blob
|
commitdiff
|
diff to current
2009-09-17
Baptiste Coudurier
print at debug level the score at which codec probing...
blob
|
commitdiff
|
diff to current
2009-09-16
Michael Niedermayer
Print a warning if a format has been detected with...
blob
|
commitdiff
|
diff to current
2009-09-16
Michael Niedermayer
Print at debug level the score with which probing succe...
blob
|
commitdiff
|
diff to current
2009-09-16
Michael Niedermayer
Fix indention after last commit.
blob
|
commitdiff
|
diff to current
2009-09-16
Michael Niedermayer
Improve amortized worst case speed of the muxers packet...
blob
|
commitdiff
|
diff to current
2009-09-16
Michael Niedermayer
Upgrade a few important messages to AV_LOG_WARNING.
blob
|
commitdiff
|
diff to current
2009-09-16
Michael Niedermayer
Fix indention after previous commit.
blob
|
commitdiff
|
diff to current
2009-09-16
Michael Niedermayer
Make packet interleaving in the muxer not scan through...
blob
|
commitdiff
|
diff to current
2009-09-16
Michael Niedermayer
Also reset *_end in flush_packet_queue().
blob
|
commitdiff
|
diff to current
2009-09-04
Justin Ruggles
Add frame_size as a codec parameter requirement for...
blob
|
commitdiff
|
diff to current
2009-08-22
Ivan Schreter
Support for generic multi-stream key frame finding...
blob
|
commitdiff
|
diff to current
2009-08-12
Peter Ross
Moves the display of metadata to dump_format()
blob
|
commitdiff
|
diff to current
2009-07-15
Art Clarke
Only free '*ic_ptr' when a caller has pre-allocated...
blob
|
commitdiff
|
diff to current
2009-07-08
Art Clarke
Fix mem leak when user preallocates an AVFormatContext...
blob
|
commitdiff
|
diff to current
next