git.videolan.org
/
ffmpeg.git
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
remove useless assignment (st is never read after this line)
[ffmpeg.git]
/
libavformat
/
utils.c
2008-08-26
Aurelien Jacobs
remove useless assignment (st is never read after this...
blob
|
commitdiff
2008-08-25
Andreas Öman
When setting codec_id during codec probe we must also...
blob
|
commitdiff
|
diff to current
2008-08-24
Reimar Döffinger
Mark several libavformat arrays const
blob
|
commitdiff
|
diff to current
2008-08-23
Aurelien Jacobs
export sample_aspect_ratio read by the demuxer in a...
blob
|
commitdiff
|
diff to current
2008-08-14
Michael Niedermayer
Do not fill the pts reordering buffer with guessed...
blob
|
commitdiff
|
diff to current
2008-08-13
Aurelien Jacobs
strcasecmp() requires #include <strings.h>
blob
|
commitdiff
|
diff to current
2008-08-12
Baptiste Coudurier
Prevent dts generation code to be executed when delay...
blob
|
commitdiff
|
diff to current
2008-08-10
Stefano Sabatini
Cosmetics: move at the beginning of the file the av_fra...
blob
|
commitdiff
|
diff to current
2008-08-08
Stefano Sabatini
Implement avformat_version().
blob
|
commitdiff
|
diff to current
2008-08-06
Måns Rullgård
Maintain pointer to end of AVFormatContext.packet_buffe...
blob
|
commitdiff
|
diff to current
2008-07-31
Baptiste Coudurier
check url_fseek return value, update seek reg tests
blob
|
commitdiff
|
diff to current
2008-07-18
Erik Hovland
Fix a mem leak in av_find_stream_info().
blob
|
commitdiff
|
diff to current
2008-07-14
Michael Niedermayer
Move the codec_id overriding at a slightly better place.
blob
|
commitdiff
|
diff to current
2008-07-14
Michael Niedermayer
Remove common factors from timebase in av_set_pts_info().
blob
|
commitdiff
|
diff to current
2008-07-12
Michael Niedermayer
Remove old hackish codec probe system.
blob
|
commitdiff
|
diff to current
2008-07-12
Michael Niedermayer
Use strcmp() instead of strncmp() in set_codec_from_pro...
blob
|
commitdiff
|
diff to current
2008-07-12
Michael Niedermayer
indent
blob
|
commitdiff
|
diff to current
2008-07-12
Michael Niedermayer
Only try to probe the codec when the available data...
blob
|
commitdiff
|
diff to current
2008-07-12
Michael Niedermayer
Add mpegvideo and H.264 to the codec probe.
blob
|
commitdiff
|
diff to current
2008-07-12
Michael Niedermayer
indent
blob
|
commitdiff
|
diff to current
2008-07-12
Michael Niedermayer
New codec probing system try #1.
blob
|
commitdiff
|
diff to current
2008-07-12
Michael Niedermayer
Move add_to_pktbuf() before av_read_packet(). My future...
blob
|
commitdiff
|
diff to current
2008-07-12
Michael Niedermayer
Move set_codec_from_probe_data() up to where the other...
blob
|
commitdiff
|
diff to current
2008-07-12
Michael Niedermayer
Pass AVPacketList instead of the whole context to add_t...
blob
|
commitdiff
|
diff to current
2008-07-08
Michael Niedermayer
indent
blob
|
commitdiff
|
diff to current
2008-07-08
Michael Niedermayer
10000l for myself, my last change was incomplete.
blob
|
commitdiff
|
diff to current
2008-07-08
Michael Niedermayer
Set cur_dts to 0 only during creating new streams and...
blob
|
commitdiff
|
diff to current
2008-07-03
Ronald S. Bultje
Reindent after r14059, see "[PATCH] allow empty params for
blob
|
commitdiff
|
diff to current
2008-07-03
Ronald S. Bultje
Allow NULL for read_header in AVInputFormat. See discus...
blob
|
commitdiff
|
diff to current
2008-06-27
Baptiste Coudurier
give context to av_log
blob
|
commitdiff
|
diff to current
2008-06-26
Michael Niedermayer
Also print flags with FF_FDEBUG_TS.
blob
|
commitdiff
|
diff to current
2008-06-25
Baptiste Coudurier
make av_find_stream_info find frame_size for aac too
blob
|
commitdiff
|
diff to current
2008-06-25
Michael Niedermayer
Make av_find_stream_info() find the frame_size for...
blob
|
commitdiff
|
diff to current
2008-06-25
Michael Niedermayer
Fill missing pts in during muxing when we know that...
blob
|
commitdiff
|
diff to current
2008-06-25
Michael Niedermayer
We cannot calculate the duration of vorbis packets...
blob
|
commitdiff
|
diff to current
2008-06-24
Michael Niedermayer
Prevent duration calculation code from generating rando...
blob
|
commitdiff
|
diff to current
2008-06-20
Baptiste Coudurier
uniformize AVStream->priv_data freeing in av_close_inpu...
blob
|
commitdiff
|
diff to current
2008-06-20
Baptiste Coudurier
factorize read_header failure freeing code
blob
|
commitdiff
|
diff to current
2008-06-20
Art Clarke
Check if there is at least a stream before writing...
blob
|
commitdiff
|
diff to current
2008-06-09
Michael Niedermayer
Make timestamp debugging work nicer.
blob
|
commitdiff
|
diff to current
2008-06-06
Ramiro Polla
Merge declaration and initialization.
blob
|
commitdiff
|
diff to current
2008-06-03
Aurelien Jacobs
Ensure the first audio stream is selected as the defaul...
blob
|
commitdiff
|
diff to current
2008-06-03
Michael Niedermayer
Make update_initial_durations() also work if a dts...
blob
|
commitdiff
|
diff to current
2008-06-03
Michael Niedermayer
Do not set pts in update_initial_durations() if stream...
blob
|
commitdiff
|
diff to current
2008-06-02
Andreas Öman
Audio channels and sample rate must be set in order...
blob
|
commitdiff
|
diff to current
2008-06-02
Baptiste Coudurier
rename last_frame_offset to next_frame_offset, due...
blob
|
commitdiff
|
diff to current
2008-05-27
Michael Niedermayer
redundant check--
blob
|
commitdiff
|
diff to current
2008-05-27
Michael Niedermayer
Do not use the pts/dts calculation code which needs...
blob
|
commitdiff
|
diff to current
2008-05-24
Aurelien Jacobs
compute the end of all chapters when end is not specifi...
blob
|
commitdiff
|
diff to current
2008-05-24
Aurelien Jacobs
cosmetics: indentation
blob
|
commitdiff
|
diff to current
2008-05-24
Aurelien Jacobs
remove useless title check
blob
|
commitdiff
|
diff to current
2008-05-23
Michael Niedermayer
Pass time_base as argument to new_chapter() as well.
blob
|
commitdiff
|
diff to current
2008-05-23
Michael Niedermayer
Warn user about invalid timestamps.
blob
|
commitdiff
|
diff to current
2008-05-23
Michael Niedermayer
Make ff_new_chapter() return AVChapter instead of int...
blob
|
commitdiff
|
diff to current
2008-05-23
Michael Niedermayer
s/num_chapters/nb_chapters/ all other similar variables...
blob
|
commitdiff
|
diff to current
2008-05-23
Michael Niedermayer
vertical align
blob
|
commitdiff
|
diff to current
2008-05-23
Michael Niedermayer
indent
blob
|
commitdiff
|
diff to current
2008-05-23
Michael Niedermayer
remove useless title check
blob
|
commitdiff
|
diff to current
2008-05-23
Michael Niedermayer
indent
blob
|
commitdiff
|
diff to current
2008-05-23
Michael Niedermayer
Add id to AVChapter, untested (where do i find matroska...
blob
|
commitdiff
|
diff to current
2008-05-23
Aurelien Jacobs
cosmetics: indentation
blob
|
commitdiff
|
diff to current
2008-05-23
Aurelien Jacobs
allows adding chapters with NULL title
blob
|
commitdiff
|
diff to current
2008-05-22
Anton Khirnov
add support for chapters definition in lavf
blob
|
commitdiff
|
diff to current
2008-05-09
Diego Biurrun
Use full path for #includes from another directory.
blob
|
commitdiff
|
diff to current
2008-05-06
Diego Biurrun
Remove unnecessary parentheses from return calls.
blob
|
commitdiff
|
diff to current
2008-04-24
Michael Niedermayer
minor memleak
blob
|
commitdiff
|
diff to current
2008-04-16
Diego Biurrun
Print duration with higher precision.
blob
|
commitdiff
|
diff to current
2008-04-15
Michael Niedermayer
Do not detect a format if another has the same score.
blob
|
commitdiff
|
diff to current
2008-04-13
Reimar Döffinger
Do not call update_initial_durations if pkt->duration...
blob
|
commitdiff
|
diff to current
2008-03-22
Diego Biurrun
typo: occured --> occurred
blob
|
commitdiff
|
diff to current
2008-03-15
Diego Biurrun
typo fixes
blob
|
commitdiff
|
diff to current
2008-03-08
Ramiro Polla
Introduce max_picture_buffer variable in AVFormatContext,
blob
|
commitdiff
|
diff to current
2008-03-06
Baptiste Coudurier
do not reset duration_error for all streams, only reset...
blob
|
commitdiff
|
diff to current
2008-02-24
Michael Niedermayer
Set indexmem to a saner default.
blob
|
commitdiff
|
diff to current
2008-02-20
Michael Niedermayer
revert 12156
blob
|
commitdiff
|
diff to current
2008-02-20
Michael Niedermayer
Get rid of a fake timestamp discontinuity at the begin...
blob
|
commitdiff
|
diff to current
2008-02-20
Michael Niedermayer
Make timestamp interpolation work with mpeg2 field...
blob
|
commitdiff
|
diff to current
2008-02-15
Michael Niedermayer
Fix timestamps and durations if the first packets have...
blob
|
commitdiff
|
diff to current
2008-02-02
Michael Niedermayer
Remove incorrect casts that should have never been...
blob
|
commitdiff
|
diff to current
2008-01-27
Evgeniy Stepanov
Add support for Matroska attachments.
blob
|
commitdiff
|
diff to current
2008-01-21
Aurelien Jacobs
ensure av_rescale_q() can be calculated (won't divide...
blob
|
commitdiff
|
diff to current
2008-01-16
Diego Biurrun
misc spelling/grammar fixes
blob
|
commitdiff
|
diff to current
2008-01-13
Paul Kelly
user specifyable maximum amount of memory to use for...
blob
|
commitdiff
|
diff to current
2007-12-29
Michael Niedermayer
indent
blob
|
commitdiff
|
diff to current
2007-12-29
Michael Niedermayer
Try to fix url_split() so that the ?foobar part is...
blob
|
commitdiff
|
diff to current
2007-12-27
Michael Niedermayer
Fix detected fps for old divx/xvid.
blob
|
commitdiff
|
diff to current
2007-12-23
Reimar Döffinger
100l, av_read_packet must check for read_packet error...
blob
|
commitdiff
|
diff to current
2007-12-20
Aurelien Jacobs
remove double check of pb->read_seek
blob
|
commitdiff
|
diff to current
2007-12-19
Aurelien Jacobs
use proper url_is_streamed() API
blob
|
commitdiff
|
diff to current
2007-12-19
Michael Niedermayer
Merge recently added and still unused play and pause...
blob
|
commitdiff
|
diff to current
2007-12-19
Reimar Döffinger
Add a av_close_input_stream function
blob
|
commitdiff
|
diff to current
2007-12-19
Michael Niedermayer
Allow overriding codec_ids.
blob
|
commitdiff
|
diff to current
2007-12-17
Reimar Döffinger
Simplify av_close_input_file similarly to av_open_input...
blob
|
commitdiff
|
diff to current
2007-12-17
Reimar Döffinger
Simplify av_open_input_file
blob
|
commitdiff
|
diff to current
2007-12-17
Reimar Döffinger
Add FF_OPT_TYPE_BINARY and use it to add a cryptokey...
blob
|
commitdiff
|
diff to current
2007-12-17
Björn Axelsson
Enable av_read_pause(), av_read_play() and the ASF...
blob
|
commitdiff
|
diff to current
2007-12-12
Michael Niedermayer
av_*_next() API for libavformat
blob
|
commitdiff
|
diff to current
2007-11-29
Luca Abeni
Suppress the "redirector hack" from libavformat/utils...
blob
|
commitdiff
|
diff to current
2007-11-21
Björn Axelsson
Use dynamically allocated ByteIOContext in AVFormatContext
blob
|
commitdiff
|
diff to current
2007-11-13
Michael Niedermayer
rename fps(frame per second) to tb(time base) to prevent
blob
|
commitdiff
|
diff to current
next