2008-08-05 |
aurel |
matroskadec: use an EbmlBin as parameter to ebml_read_binary()
libavformat
|
2008-08-05 |
aurel |
matroskadec: extract common code out of ebml_read_*()
libavformat
|
2008-08-05 |
aurel |
matroskadec: simplify/cleanup error logging in ebml_read_*()
libavformat
|
2008-08-05 |
aurel |
matroskadec: remove now useless expected_id parameter from ebml_parse()
libavformat
|
2008-08-05 |
aurel |
matroskadec: expand useless ebml_peek_id() wrapper
libavformat
|
2008-08-05 |
aurel |
matroskadec: remove unused levelup parameter from ebml_read_element_id()
libavformat
|
2008-08-05 |
aurel |
matroskadec: extract read_level_up out of ebml_read_element_id
libavformat
|
2008-08-05 |
aurel |
matroskadec: remove useless levelup check
libavformat
|
2008-08-05 |
aurel |
matroskadec: remove useless check for cluster presence
libavformat
|
2008-08-05 |
aurel |
matroskadec: cosmetics: placement of 'else if'
libavformat
|
2008-08-05 |
aurel |
matroskadec: remove some useless empty lines
libavformat
|
2008-08-05 |
aurel |
matroskadec: remove some useless or out of date comments
libavformat
|
2008-08-05 |
aurel |
matroskadec: cosmetics
libavformat
|
2008-08-05 |
aurel |
matroskadec: remove unused struct name
libavformat
|
2008-08-05 |
aurel |
matroskadec: remove now unused context fields
libavformat
|
2008-08-05 |
aurel |
matroskadec: remove useless initialization
libavformat
|
2008-08-05 |
aurel |
matroskadec: cosmetics: remove useless braces
libavformat
|
2008-08-05 |
aurel |
matroskadec: remove some unused ebml funcs
libavformat
|
2008-08-05 |
aurel |
matroskadec: use generic parser to parse clusters
libavformat
|
2008-08-05 |
aurel |
matroskadec: use generic parser inside matroska_execute_seekhead()
libavformat
|
2008-08-05 |
aurel |
matroskadec: use generic parser to parse matroska from toplevel
libavformat
|
2008-08-05 |
aurel |
matroskadec: move context settings to matroska_read_header()
libavformat
|
2008-08-05 |
aurel |
matroskadec: cosmetics: indentation of matroska_read_header()
libavformat
|
2008-08-05 |
aurel |
matroskadec: move declaration to upper block
libavformat
|
2008-08-05 |
aurel |
matroskadec: invert a test
libavformat
|
2008-08-05 |
aurel |
matroskadec: cosmetics: indentation of matroska_execute_seekhead()
libavformat
|
2008-08-05 |
aurel |
matroskadec: remove useless dummy_level variable
libavformat
|
2008-08-05 |
aurel |
matroskadec: use generic parser to parse seekhead
libavformat
|
2008-08-05 |
aurel |
matroskadec: declare var where it's used
libavformat
|
2008-08-05 |
aurel |
matroskadec: use generic parser to parse tracks
libavformat
|
2008-08-05 |
aurel |
matroskadec: use generic parser to parse info
libavformat
|
2008-08-05 |
aurel |
matroskadec: use generic parser to parse attachments
libavformat
|
2008-08-05 |
aurel |
matroskadec: use generic parser to parse chapters
libavformat
|
2008-08-05 |
aurel |
matroskadec: use generic parser to parse tags
libavformat
|
2008-08-05 |
aurel |
matroskadec: use generic parser to parse index
libavformat
|
2008-08-05 |
aurel |
matroskadec: return pointer instead of index in matroska_find_track_by_num()
libavformat
|
2008-08-05 |
aurel |
matroskadec: create new AVStream earlier
libavformat
|
2008-08-05 |
aurel |
matroskadec: store an AVStream pointer instead of a stream index
libavformat
|
2008-08-05 |
aurel |
matroskadec: use generic ebml parser to parse ebml header
libavformat
|
2008-08-05 |
aurel |
matroskadec: add an ebml generic parser
libavformat
|
2008-08-05 |
aurel |
matroskadec: remove unused is_bframe flag
libavformat
|
2008-08-05 |
aurel |
matroskadec: simplify flag default
libavformat
|
2008-08-05 |
aurel |
matroskadec: remove storage of various unused flags
libavformat
|
2008-08-05 |
aurel |
matroskadec: use more robust av_strlcpy() instead of strcpy()
libavformat
|
2008-08-04 |
pross |
Add D-Cinema audio muxer
libavformat
|
2008-08-03 |
bcoudurier |
fix if/else case
libavformat
|
2008-08-03 |
bcoudurier |
full lpcm support in mov audio stsd v2
libavformat
|
2008-08-03 |
jbr |
cosmetics: make all references to AC-3 capitalized and hyphenated
libavformat
|
2008-08-03 |
jbr |
remove a comment which is no longer true
libavformat
|
2008-08-02 |
bcoudurier |
support big endian lpcm with audio stsd v2
libavformat
|
2008-08-02 |
bcoudurier |
keep original codec/fourcc endianness, fix XDCAMHD.mov
libavformat
|
2008-08-02 |
bcoudurier |
more complete audio stsd v2
libavformat
|
2008-08-02 |
bcoudurier |
move version specific parsing code before codec specific code, will be needed
libavformat
|
2008-08-01 |
michael |
Recommit r14497
libavformat
|
2008-08-01 |
michael |
Revert r14497
libavformat
|
2008-08-01 |
diego |
Add missing header #includes.
libavformat
|
2008-07-31 |
bcoudurier |
downgrade mov negative ctts log message to warning, patch by Art Clarke, aclarke at vlideshow dot com
libavformat
|
2008-07-31 |
bcoudurier |
Only reset buffer state if seeking is successful; update seek reg ref.
libavformat
|
2008-07-31 |
bcoudurier |
check url_fseek return value
libavformat
|
2008-07-31 |
bcoudurier |
check url_fseek return value, update seek reg tests
libavformat
|
2008-07-31 |
bcoudurier |
skip flv video info / command frame packets, fix issue #546
libavformat
|
2008-07-30 |
bcoudurier |
change assert test due to the new reducing of time_base in av_set_pts_info, fix #561
libavformat
|
2008-07-30 |
pross |
EA Demuxer: make rev2 flag optional
libavformat
|
2008-07-30 |
bcoudurier |
add a bunch of new xdcam hd422 fourccs
libavformat
|
2008-07-30 |
bcoudurier |
more hdv fourccs
libavformat
|
2008-07-30 |
bcoudurier |
update hdv fourcc descriptions
libavformat
|
2008-07-29 |
stefano |
Fix a typo in sdp_write_header(): change "IPV4", which is not a valid
libavformat
|
2008-07-27 |
michael |
Fix misdetection of H.264 in mpegts as mpeg1video in mpegts.
libavformat
|
2008-07-27 |
stefano |
Improve long names for FFM muxer and demuxer:
libavformat
|
2008-07-27 |
aurel |
matroska: add support for A_QUICKTIME/QDM2 codec
libavformat
|
2008-07-27 |
aurel |
matroska: add support for V_QUICKTIME track type
libavformat
|
2008-07-26 |
michael |
Detect IDR less H.264 correctly.
libavformat
|
2008-07-26 |
pross |
Support 32-bit floating point audio samples in Sun AU demuxer
libavformat
|
2008-07-25 |
reimar |
Fix handling of old nuv files where an aspect of 1 actually means 4/3
libavformat
|
2008-07-24 |
reimar |
aspect stored in nuv files must be converted from display- to sample-aspect.
libavformat
|
2008-07-24 |
diego |
cosmetics: Fix two common typos: wont --> will not, lets --> let us.
libavformat
|
2008-07-24 |
benoit |
Use tkhd matrix for proper display in mov.
libavformat
|
2008-07-23 |
kostya |
SMPTE 421M Annex L (aka .rcv) muxer
libavformat
|
2008-07-19 |
bcoudurier |
add ogv extension
libavformat
|
2008-07-19 |
bcoudurier |
cosmetics, remove space
libavformat
|
2008-07-19 |
bcoudurier |
update swf video frame number when muxing done, fix #439
libavformat
|
2008-07-18 |
benoit |
Fix a mem leak in av_find_stream_info().
libavformat
|
2008-07-18 |
mru |
MPEGTS: Improve probe function
libavformat
|
2008-07-18 |
bcoudurier |
cosmetics, remove space
libavformat
|
2008-07-18 |
bcoudurier |
Return max score when ftyp atom is encountered.
libavformat
|
2008-07-17 |
michael |
Try to fix FATE after my time_base simplification change.
libavformat
|
2008-07-16 |
diego |
cosmetics: Fix mxf codec long name.
libavformat
|
2008-07-15 |
mru |
OGG: Add padding at end of Vorbis headers
libavformat
|
2008-07-14 |
michael |
Make flic probe check a few more things.
libavformat
|
2008-07-14 |
michael |
Move the codec_id overriding at a slightly better place.
libavformat
|
2008-07-14 |
michael |
Remove common factors from timebase in av_set_pts_info().
libavformat
|
2008-07-14 |
diego |
gifdec.c was removed, purge its entry from the Makefile.
libavformat
|
2008-07-13 |
mru |
RTP: use dprintf(), allow compilation with -DDEBUG
libavformat
|
2008-07-13 |
mru |
ASF: use dprintf(), allow compilation with -DDEBUG
libavformat
|
2008-07-13 |
michael |
Remove gif demuxer, the code contains a gif decoder and lzw decoder neither
libavformat
|
2008-07-12 |
michael |
Use CODEC_ID_PROBE when the mpeg-ps demuxer does not know exactly which
libavformat
|
2008-07-12 |
michael |
Remove old hackish codec probe system.
libavformat
|
2008-07-12 |
michael |
Use strcmp() instead of strncmp() in set_codec_from_probe_data().
libavformat
|
2008-07-12 |
michael |
indent
libavformat
|
2008-07-12 |
michael |
Only try to probe the codec when the available data has roughly doubled
libavformat
|
2008-07-12 |
michael |
Add mpegvideo and H.264 to the codec probe.
libavformat
|
2008-07-12 |
michael |
h264_probe()
libavformat
|
2008-07-12 |
michael |
indent
libavformat
|
2008-07-12 |
michael |
New codec probing system try #1.
libavformat
|
2008-07-12 |
michael |
command_streams are type data not unknown.
libavformat
|
2008-07-12 |
michael |
Move add_to_pktbuf() before av_read_packet(). My future work on codec identification
libavformat
|
2008-07-12 |
michael |
Move set_codec_from_probe_data() up to where the other probe functions are.
libavformat
|
2008-07-12 |
michael |
Pass AVPacketList instead of the whole context to add_to_pktbuf as that is
libavformat
|
2008-07-11 |
michael |
simplify
libavformat
|
2008-07-11 |
michael |
Fix misdetection of MPEG-PS (AVSEQ03.DAT and AVSEQ06.DAT) as psxstr.
libavformat
|
2008-07-11 |
diego |
Move one function that is only used for muxing below #ifdef CONFIG_MUXERS.
libavformat
|
2008-07-11 |
diego |
Move a function and an #ifdef CONFIG_MUXERS so that functions used only for
libavformat
|
2008-07-11 |
diego |
Move functions only used for muxing below #ifdef CONFIG_YUV4MPEGPIPE_MUXER,
libavformat
|
2008-07-10 |
benoit |
Add entry for Dirac codec.
libavformat
|
2008-07-10 |
lucabe |
Fix MPEG video packetization for RTP
libavformat
|
2008-07-10 |
ramiro |
Motion Pixels MVI Demuxer.
libavformat
|
2008-07-08 |
michael |
indent
libavformat
|
2008-07-08 |
michael |
10000l for myself, my last change was incomplete.
libavformat
|
2008-07-08 |
takis |
One-bit bitfields should probably be unsigned. Unfortunately, it is left
libavformat
|
2008-07-08 |
michael |
Set cur_dts to 0 only during creating new streams and not every time cur_dts happens
libavformat
|
2008-07-08 |
pross |
Electronic Arts CMV demuxer
libavformat
|
2008-07-08 |
pross |
Remove AVPaletteControl from ALG MM demuxer/decoder
libavformat
|
2008-07-08 |
lucabe |
Remove outdated comment
libavformat
|
2008-07-08 |
stefano |
Print libavformat version in outgoing SDPs.
libavformat
|
2008-07-07 |
reimar |
10l, fix nuv_header for the case when there is no video stream.
libavformat
|
2008-07-07 |
diego |
Alphabetically order AVInputFormat/AVOutputFormat declarations.
libavformat
|
2008-07-07 |
diego |
Add a note to remind people to add new raw formats to the Makefile.
libavformat
|
2008-07-07 |
diego |
Add missing dependency declaration for raw Dirac demuxer.
libavformat
|