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
|
2008-07-07 |
diego |
spelling cosmetics in PCM codec long names
libavformat
|
2008-07-06 |
aurel |
add some missing dependencies
libavformat
|
2008-07-06 |
diego |
Remove inaccurate computation of pts for audio packets and rely on
libavformat
|
2008-07-04 |
michael |
All mp3 parsers are buggy fix 2 of n (out of array write, i suspect not exploitable)
libavformat
|
2008-07-04 |
michael |
All id3 parsers are buggy, 0 termination fix 1 of n (issue created by andreas
libavformat
|
2008-07-04 |
diego |
spelling cosmetics
libavformat
|
2008-07-03 |
rbultje |
Reindent after r14059, see "[PATCH] allow empty params for
libavformat
|
2008-07-03 |
rbultje |
Allow NULL for read_header in AVInputFormat. See discussion in "[PATCH] allow
libavformat
|
2008-07-02 |
lucabe |
Reindent after last commit
libavformat
|
2008-07-02 |
lucabe |
Fix A/V synch for RTP streams that do not contain MPEG1 or 2
libavformat
|
2008-06-28 |
bcoudurier |
include track id in error message
libavformat
|
2008-06-28 |
reimar |
Change mtv_read_packet so it does not break after seeking (displaying a shifted image).
libavformat
|
2008-06-28 |
reimar |
Fix pkt->pos to really point at start of packet for mtv audio packets.
libavformat
|
2008-06-28 |
bcoudurier |
cosmetics
libavformat
|
2008-06-28 |
bcoudurier |
cosmetics, align vertically
libavformat
|
2008-06-27 |
bcoudurier |
unset Track sets, relying in AVStream->priv_data and will be freed in av_close_input_file
libavformat
|
2008-06-27 |
stefang |
fix size of header data
libavformat
|
2008-06-27 |
bcoudurier |
clarify error message about codec tag
libavformat
|
2008-06-27 |
bcoudurier |
give context to av_log
libavformat
|