Sun, 14 Dec 2008 20:04:00 +0000 |
stefano |
Make register_avcodec() call avcodec_init().
libavformat
|
Sun, 14 Dec 2008 17:30:18 +0000 |
mru |
oggflac: fix bitstream reader usage
libavformat
|
Sun, 14 Dec 2008 15:48:48 +0000 |
michael |
Fix non interleaved variable fps ODML avis.
libavformat
|
Sun, 14 Dec 2008 14:01:12 +0000 |
michael |
Remove silly FIXME comment.
libavformat
|
Sun, 14 Dec 2008 03:29:33 +0000 |
melanson |
The POSIX namespace shall be held sacrosanct. To that end,
libavformat
|
Sat, 13 Dec 2008 23:25:19 +0000 |
lucabe |
Rename rtp_payload_data_t to avoid clashes with the POSIX namespace
libavformat
|
Sat, 13 Dec 2008 23:20:05 +0000 |
lucabe |
Remove useless typedef
libavformat
|
Sat, 13 Dec 2008 23:03:34 +0000 |
lucabe |
Remove unused types
libavformat
|
Sat, 13 Dec 2008 21:58:17 +0000 |
reimar |
Avoid _t in gxf enum type names
libavformat
|
Sat, 13 Dec 2008 21:40:20 +0000 |
rbultje |
Split RMContext into RMDemux/MuxContext and make them private in rmdec/enc.c.
libavformat
|
Sat, 13 Dec 2008 21:37:27 +0000 |
rbultje |
Don't access RMContext directly in rdt.c. Rather, use the return value of
libavformat
|
Sat, 13 Dec 2008 17:18:11 +0000 |
rbultje |
Separate the packet fetching from the data reading, so that the data reading
libavformat
|
Sat, 13 Dec 2008 17:04:22 +0000 |
diego |
100l: Add missing backslashes.
libavformat
|
Sat, 13 Dec 2008 16:35:58 +0000 |
diego |
cosmetics: Break some lines for a more aesthetically pleasing result.
libavformat
|
Sat, 13 Dec 2008 16:08:31 +0000 |
diego |
Remove misleading comment, _t is POSIX-reserved namespace.
libavformat
|
Sat, 13 Dec 2008 13:39:13 +0000 |
diego |
whitespace cosmetics
libavformat
|
Sat, 13 Dec 2008 13:11:42 +0000 |
diego |
Avoid _t in identifier names, _t is reserved by POSIX.
libavformat
|
Sat, 13 Dec 2008 12:46:11 +0000 |
diego |
Matroska uses tables from isom.c, so add the object file to its dependencies.
libavformat
|
Sat, 13 Dec 2008 10:45:44 +0000 |
lu_zero |
Rename type to be consistent
libavformat
|
Sat, 13 Dec 2008 00:04:34 +0000 |
mru |
mpegts: replace Program_t typedef with "struct Program"
libavformat
|
Fri, 12 Dec 2008 16:04:15 +0000 |
aurel |
matroska: sort codec tags list
libavformat
|
Fri, 12 Dec 2008 15:55:08 +0000 |
aurel |
matroska: add dirac support (patch by Kurtnoise kurtnoise _at_ free _dot_ fr)
libavformat
|
Fri, 12 Dec 2008 15:34:55 +0000 |
compn |
add another mpeg4 avi fourcc from uncommon codecs list
libavformat
|
Fri, 12 Dec 2008 06:55:48 +0000 |
diego |
Add sys/time.h header #include, fixes compilation on OS/2.
libavformat
|
Fri, 12 Dec 2008 05:10:43 +0000 |
ods15 |
Update lavf/libnut.c to _tt type names in libnut API
libavformat
|
Thu, 11 Dec 2008 22:34:14 +0000 |
aurel |
avoid POSIX reserved _t suffix
libavformat
|
Thu, 11 Dec 2008 22:24:56 +0000 |
bcoudurier |
parse pasp atom and set sample aspect ratio,
libavformat
|
Thu, 11 Dec 2008 20:06:56 +0000 |
bcoudurier |
remove _t in typedef for POSIX compatibility
libavformat
|
Thu, 11 Dec 2008 20:02:15 +0000 |
michael |
Remove comment suggesting using variables ending in _t as this would break POSIX.
libavformat
|
Thu, 11 Dec 2008 19:19:23 +0000 |
reimar |
Avoid _t in typedef type
libavformat
|
Thu, 11 Dec 2008 19:06:24 +0000 |
michael |
remove _t for POSIX compatibility.
libavformat
|
Thu, 11 Dec 2008 18:48:08 +0000 |
rbultje |
Fix indenting.
libavformat
|
Thu, 11 Dec 2008 10:42:06 +0000 |
reimar |
Use "struct gxf_stream_info" instead of "st_info_t",
libavformat
|
Thu, 11 Dec 2008 10:35:20 +0000 |
reimar |
Remove useless and confusing (since they are also used in gxfenc.c) /* gxf.c */ comment.
libavformat
|
Thu, 11 Dec 2008 07:49:05 +0000 |
melanson |
add 'ACDV' FourCC (which is just complete JPEG files in individual AVI
libavformat
|
Mon, 08 Dec 2008 20:09:15 +0000 |
compn |
add mpeg2 fourcc and aac format tag from asf
libavformat
|
Sun, 07 Dec 2008 17:29:09 +0000 |
henry |
bind to the multicast address if possible
libavformat
|
Sun, 07 Dec 2008 01:53:31 +0000 |
reynaldo |
COSMETICS
libavformat
|
Sat, 06 Dec 2008 20:28:38 +0000 |
rbultje |
Remove static variable and a printf using it. See "[PATCH] asf.c: move
libavformat
|
Sat, 06 Dec 2008 18:41:17 +0000 |
rbultje |
Change function prototype of the sdp_parse_a_line in DynamicProtocolHandler.
libavformat
|
Sat, 06 Dec 2008 18:35:52 +0000 |
rbultje |
Do not access s->gb directly in functions that have a local copy of that
libavformat
|
Fri, 05 Dec 2008 14:59:41 +0000 |
compn |
add VX1K h263 and DMK2 mpeg4 avi fourccs
libavformat
|
Thu, 04 Dec 2008 15:08:04 +0000 |
cehoyos |
Recognize pnm file as images.
libavformat
|
Thu, 04 Dec 2008 03:00:53 +0000 |
bcoudurier |
WRAW fourcc
libavformat
|
Wed, 03 Dec 2008 23:04:30 +0000 |
diego |
Add necessary header for av_set_program_name and av_program_add_stream_index.
libavformat
|
Wed, 03 Dec 2008 21:44:29 +0000 |
compn |
add fourccs from avi files
libavformat
|
Wed, 03 Dec 2008 16:49:58 +0000 |
michael |
add GEOX fourcc for mpeg4
libavformat
|
Wed, 03 Dec 2008 16:47:07 +0000 |
diego |
Move declaration of av_set_program_name and av_program_add_stream_index
libavformat
|
Wed, 03 Dec 2008 15:23:30 +0000 |
diego |
Delete unnecessary 'extern' keywords.
libavformat
|
Wed, 03 Dec 2008 13:53:13 +0000 |
compn |
add FFDS fourcc, ok'd by kostya
libavformat
|
Tue, 02 Dec 2008 16:48:05 +0000 |
vitor |
Commit last ok'ed parts of QCELP decoder and enable it.
libavformat
|
Tue, 02 Dec 2008 15:43:47 +0000 |
michael |
ADTS AAC probe.
libavformat
|
Mon, 01 Dec 2008 22:07:00 +0000 |
vitor |
More OKed parts of the QCELP decoder
libavformat
|
Mon, 01 Dec 2008 00:08:42 +0000 |
rbultje |
Implement rule-number parsing, the initial step in stream (and bitrate)
libavformat
|
Sun, 30 Nov 2008 22:24:35 +0000 |
rbultje |
Change RDTDemuxContext->st into an array of streams, which will make future
libavformat
|
Sun, 30 Nov 2008 20:40:04 +0000 |
rbultje |
document ff_rdt_parse_open(). See ML discussion in "[PATCH] RDT/Realmedia
libavformat
|
Sun, 30 Nov 2008 20:39:16 +0000 |
rbultje |
Change function prototype from taking an AVStream to taking an index to the
libavformat
|
Sat, 29 Nov 2008 13:55:03 +0000 |
stefano |
Rename functions in sdp.c for consistency's sake.
libavformat
|
Sun, 23 Nov 2008 16:54:31 +0000 |
rbultje |
Document 'ic' variable. See "[PATCH] RDT/Realmedia patches #2" thread in ML.
libavformat
|
Sat, 22 Nov 2008 21:24:39 +0000 |
cehoyos |
Add forgotten file format pgmyuv.
libavformat
|
Sat, 22 Nov 2008 20:36:02 +0000 |
cehoyos |
Support picture output without -f image2 for most codecs.
libavformat
|
Thu, 20 Nov 2008 22:53:18 +0000 |
diego |
cosmetics: Consistently place HEADERS before OBJS in all Makefiles.
libavformat
|
Tue, 18 Nov 2008 09:09:57 +0000 |
bcoudurier |
decrease atom size, fix broken files missing version/flags
libavformat
|
Tue, 18 Nov 2008 03:49:33 +0000 |
reynaldo |
Trivial, Cosmetics
libavformat
|
Mon, 17 Nov 2008 18:10:02 +0000 |
rbultje |
Change type of prev_stream_id from uint32_t to int, since it has a max size
libavformat
|
Mon, 17 Nov 2008 14:32:56 +0000 |
rbultje |
Reindent after r15853.
libavformat
|
Mon, 17 Nov 2008 14:32:01 +0000 |
rbultje |
Read optional components of the RDT packet header, such as extended setID
libavformat
|
Mon, 17 Nov 2008 14:30:31 +0000 |
rbultje |
Change header reading implementation to using get_bits() instead of directly
libavformat
|
Mon, 17 Nov 2008 14:28:12 +0000 |
rbultje |
Prefix all ff_rdt_parse_header() arguments with a p, preparing for local
libavformat
|
Mon, 17 Nov 2008 14:23:20 +0000 |
rbultje |
Fix memleak caused by the fact that url_open_buf() allocates a context
libavformat
|
Mon, 17 Nov 2008 14:20:00 +0000 |
rbultje |
Add ByteIOContext argument to public ff_rm_* functions so that we can
libavformat
|
Mon, 17 Nov 2008 07:50:25 +0000 |
benoit |
Get rid of MSG_DONTWAIT using a more standard way to use a socket
libavformat
|
Sun, 16 Nov 2008 02:56:34 +0000 |
bcoudurier |
set pts in flv demuxer
libavformat
|
Sun, 16 Nov 2008 01:59:35 +0000 |
bcoudurier |
read itunes metadata, code based on Reimar's patch
libavformat
|
Sat, 15 Nov 2008 20:45:26 +0000 |
rbultje |
Change status packet skipping to be more spec-compliant. See discussion in
libavformat
|
Sat, 15 Nov 2008 20:43:57 +0000 |
rbultje |
Make function comment a bit more linguistically correct.
libavformat
|
Sat, 15 Nov 2008 20:42:41 +0000 |
rbultje |
Reindent after r15833.
libavformat
|
Sat, 15 Nov 2008 20:41:59 +0000 |
rbultje |
Add is_keyframe param to ff_rdt_parse_header(). See ML discussion in
libavformat
|
Sat, 15 Nov 2008 20:17:19 +0000 |
bcoudurier |
simplify metadata reading
libavformat
|
Sat, 15 Nov 2008 15:34:51 +0000 |
aurel |
matroskadec: fix index timestamps for some broken files
libavformat
|
Sat, 15 Nov 2008 14:44:48 +0000 |
rbultje |
Call check_back_and_send_rr() function only in case of RTP as a transport.
libavformat
|
Sat, 15 Nov 2008 02:22:47 +0000 |
rbultje |
Rename variables in ff_rdt_parse_header() and callers to match the
libavformat
|
Fri, 14 Nov 2008 19:33:22 +0000 |
henry |
check for interrupt when receiving from socket
libavformat
|
Fri, 14 Nov 2008 18:37:58 +0000 |
rbultje |
Add comment describing the RDT packet header. See discussion in "[PATCH]
libavformat
|
Fri, 14 Nov 2008 03:45:31 +0000 |
bcoudurier |
timestamp is dts in wmv/asf
libavformat
|
Wed, 12 Nov 2008 21:40:53 +0000 |
andoma |
Allow the UDP socket buffer size to be adjusted using a
libavformat
|
Mon, 10 Nov 2008 21:41:35 +0000 |
henry |
always use the whole buffer for reading w/ packetized sources to avoid packet truncation
libavformat
|
Sat, 08 Nov 2008 18:37:03 +0000 |
stefano |
Fix argument constness for the av_codec_get_id() and
libavformat
|
Sat, 08 Nov 2008 00:39:31 +0000 |
pross |
Electronic Arts demuxer: support TGQ video tags
libavformat
|
Thu, 06 Nov 2008 01:57:17 +0000 |
mru |
OGG: correct PTS with old theora streams
libavformat
|
Thu, 06 Nov 2008 01:50:56 +0000 |
mru |
OGG: untypedef demuxer structs
libavformat
|
Wed, 05 Nov 2008 09:22:13 +0000 |
pross |
Decode audio channel layout from RIFF/WAV file format.
libavformat
|
Wed, 29 Oct 2008 00:16:50 +0000 |
michael |
Check sub_packet_size against 0 to avoid div by zero later.
libavformat
|
Tue, 28 Oct 2008 23:49:04 +0000 |
cehoyos |
Fix endless loop when opening corrupt FLV files (issue 699).
libavformat
|
Mon, 27 Oct 2008 00:21:42 +0000 |
bcoudurier |
fix umid base value, use revision 5 and generic material type
libavformat
|
Sun, 26 Oct 2008 23:59:28 +0000 |
bcoudurier |
fix sound essence compression UL
libavformat
|
Sun, 26 Oct 2008 23:57:41 +0000 |
bcoudurier |
fix start position UL
libavformat
|
Fri, 24 Oct 2008 23:06:03 +0000 |
bcoudurier |
simplify sample rate code, flv_set_audio_codec already overrides it for nellymoser 8khz
libavformat
|
Fri, 24 Oct 2008 21:41:27 +0000 |
diego |
prettyprinting cosmetics
libavformat
|
Fri, 24 Oct 2008 21:37:06 +0000 |
diego |
spelling cosmetics
libavformat
|
Fri, 24 Oct 2008 18:36:26 +0000 |
bcoudurier |
force sample rate to 16khz for speex in flv, fix speexaudio.flv
libavformat
|
Fri, 24 Oct 2008 16:46:43 +0000 |
skal |
fix for >2GB flv files
libavformat
|
Fri, 24 Oct 2008 01:42:57 +0000 |
bcoudurier |
raw dnxhd de/muxer
libavformat
|
Thu, 23 Oct 2008 17:30:36 +0000 |
bcoudurier |
dnxhd codec is intra only
libavformat
|
Wed, 22 Oct 2008 21:14:42 +0000 |
aurel |
matroskaenc: require global header
libavformat
|
Tue, 21 Oct 2008 21:40:24 +0000 |
aurel |
uses FF_ARRAY_ELEMS() where appropriate
libavformat
|
Sun, 19 Oct 2008 01:02:48 +0000 |
michael |
Check for pts==dts on I/P frames in the presence of non low delay decoding and
libavformat
|
Sat, 18 Oct 2008 22:41:21 +0000 |
michael |
Move code setting delay and presentation_delayed a little up so
libavformat
|
Sat, 18 Oct 2008 17:30:37 +0000 |
michael |
Append read data onto the buffer instead of overwriting, this ensures
libavformat
|
Sat, 18 Oct 2008 12:10:08 +0000 |
banan |
Nellymoser 8KHZ flv muxing fix, patch by Alexander Wichers development at wichersdot nu
libavformat
|
Sat, 18 Oct 2008 12:08:55 +0000 |
banan |
8HZ -> 8KHZ, cosmetics patch by Alexander Wichers development at wichersdot nu
libavformat
|
Sat, 18 Oct 2008 10:40:31 +0000 |
michael |
Assume mono if no other information for raw.
libavformat
|
Fri, 10 Oct 2008 16:59:37 +0000 |
ramiro |
Only special-case absolute DOS paths on systems that support them.
libavformat
|
Wed, 08 Oct 2008 20:55:22 +0000 |
michael |
Make gcc 2.95 happy.
libavformat
|
Tue, 07 Oct 2008 16:59:18 +0000 |
romansh |
replacing frame_rate and frame_rate_base with an AVRational time_base
libavformat
|
Tue, 07 Oct 2008 16:14:33 +0000 |
romansh |
simplifying code as per Michael's suggestion
libavformat
|
Tue, 07 Oct 2008 15:49:45 +0000 |
romansh |
simplifying the code as per Michael's suggestion
libavformat
|
Sat, 04 Oct 2008 23:30:35 +0000 |
bcoudurier |
10l, fix amrwb sample rate
libavformat
|
Sat, 04 Oct 2008 22:57:56 +0000 |
aurel |
matroskaenc: correct muxing of ASS packets
libavformat
|
Sat, 04 Oct 2008 22:47:10 +0000 |
aurel |
matroskaenc: use correct EBML ID for block duration
libavformat
|