Wed, 14 Nov 2007 20:31:56 +0000 |
aurel |
cosmetics: whitespace
libavformat
|
Wed, 14 Nov 2007 12:42:45 +0000 |
takis |
Typo
libavformat
|
Wed, 14 Nov 2007 08:22:06 +0000 |
lucabe |
Remove some useless assignments (the UDPContext is allocated with av_mallocz())
libavformat
|
Wed, 14 Nov 2007 08:16:51 +0000 |
lucabe |
Simplify set_remote_url(), and remove some code duplication
libavformat
|
Wed, 14 Nov 2007 07:56:20 +0000 |
lucabe |
Use recv() instead of recvfrom() (removes some other differences between
libavformat
|
Wed, 14 Nov 2007 07:45:15 +0000 |
lucabe |
Remove a now unused field
libavformat
|
Wed, 14 Nov 2007 07:43:51 +0000 |
lucabe |
Give better names to multicast functions (they are not IPv6-only)
libavformat
|
Wed, 14 Nov 2007 07:42:46 +0000 |
lucabe |
Avoid to duplicate the multicast code between the IPv4-only and
libavformat
|
Wed, 14 Nov 2007 07:35:36 +0000 |
lucabe |
Remove some ifdefs by using the "dest_addr_len" field in both the IPv4-only
libavformat
|
Wed, 14 Nov 2007 07:31:25 +0000 |
andoma |
Add support for reading WM/Year tag
libavformat
|
Wed, 14 Nov 2007 06:33:35 +0000 |
andoma |
remove unnecessary -1 from snprintf len
libavformat
|
Wed, 14 Nov 2007 06:32:55 +0000 |
andoma |
Add support for ID3v2 year tag
libavformat
|
Tue, 13 Nov 2007 23:43:18 +0000 |
michael |
rename fps(frame per second) to tb(time base) to prevent
libavformat
|
Mon, 12 Nov 2007 10:26:33 +0000 |
bcoudurier |
remove now useless libogg support
libavformat
|
Sun, 11 Nov 2007 21:56:18 +0000 |
mru |
set PKT_FLAG_KEY for Theora and OGM streams
libavformat
|
Sat, 10 Nov 2007 18:27:03 +0000 |
bcoudurier |
ogg muxer
libavformat
|
Sat, 10 Nov 2007 12:05:30 +0000 |
diego |
comment typo
libavformat
|
Fri, 09 Nov 2007 12:33:28 +0000 |
lucabe |
Add support for some more audio formats
libavformat
|
Thu, 08 Nov 2007 21:27:37 +0000 |
mru |
Improve Sofdec file detection
libavformat
|
Thu, 08 Nov 2007 20:53:06 +0000 |
aurel |
fix potential buffer over-read
libavformat
|
Thu, 08 Nov 2007 20:50:45 +0000 |
aurel |
fix negative fseek
libavformat
|
Thu, 08 Nov 2007 15:52:53 +0000 |
benoit |
Split ac3 byte swapping into a separate function.
libavformat
|
Thu, 08 Nov 2007 15:14:37 +0000 |
benoit |
Isolate caching of audio frames in its own function.
libavformat
|
Thu, 08 Nov 2007 15:09:37 +0000 |
benoit |
Change a stream indexer.
libavformat
|
Thu, 08 Nov 2007 15:07:34 +0000 |
benoit |
Split out the packet parsing from the main function body in rmdec.c
libavformat
|
Thu, 08 Nov 2007 15:05:40 +0000 |
benoit |
Change parse indexer.
libavformat
|
Thu, 08 Nov 2007 11:22:29 +0000 |
diego |
Give Ogg muxer a lib prefix in the name like we do with all other formats
libavformat
|
Thu, 08 Nov 2007 09:14:09 +0000 |
benoit |
Change ff_rm_read_mdpr_codecdata to get back to old behavior.
libavformat
|
Wed, 07 Nov 2007 23:56:00 +0000 |
aurel |
correctly set audio codec when demuxing sofdec files
libavformat
|
Wed, 07 Nov 2007 23:01:32 +0000 |
aurel |
probe more kind of electronic arts files
libavformat
|
Wed, 07 Nov 2007 22:04:00 +0000 |
diego |
Move external library registrations into a separate block after all native
libavformat
|
Wed, 07 Nov 2007 22:02:02 +0000 |
diego |
Add some explanatory comments.
libavformat
|
Wed, 07 Nov 2007 20:22:32 +0000 |
diego |
Rename ogg2.[ch] to oggdec.[ch].
libavformat
|
Wed, 07 Nov 2007 19:09:00 +0000 |
diego |
Remove disabled muxer skeleton, blessed by Mans.
libavformat
|
Wed, 07 Nov 2007 19:05:47 +0000 |
diego |
Give the libnut muxer a lib prefix in its name so it does not conflict with
libavformat
|
Wed, 07 Nov 2007 14:20:40 +0000 |
lucabe |
Specify the server address when opening an rtp:// URL in rtsp.c, so
libavformat
|
Wed, 07 Nov 2007 08:34:00 +0000 |
benoit |
Check context before accessing its field.
libavformat
|
Wed, 07 Nov 2007 05:35:46 +0000 |
kostya |
Musepack SV8 demuxer and decoder
libavformat
|
Tue, 06 Nov 2007 16:19:09 +0000 |
benoit |
Allow propagation of stream selection through the ASF demuxer to the
libavformat
|
Tue, 06 Nov 2007 16:02:33 +0000 |
benoit |
Split out the MDPR chunk reading into its own function.
libavformat
|
Mon, 05 Nov 2007 12:25:10 +0000 |
lucabe |
Do not send too many RTCP packets (according to RFC 3550, the minimum
libavformat
|
Mon, 05 Nov 2007 10:15:20 +0000 |
lucabe |
Use a symbolic name for the payload size of an RTCP Sender Report packet
libavformat
|
Sun, 04 Nov 2007 22:51:49 +0000 |
diego |
Add some parentheses to clarify operator precedence, fixes the warnings:
libavformat
|
Sun, 04 Nov 2007 19:52:08 +0000 |
andoma |
make sure the mpeg audio header is valid before passing it to ff_mpegaudio_decode_header()
libavformat
|
Sun, 04 Nov 2007 12:46:16 +0000 |
diego |
Enable debug variable only when debug code is enabled, fixes the warning:
libavformat
|
Sat, 03 Nov 2007 22:42:20 +0000 |
aurel |
add support for demuxing Electronic Arts .cdata files
libavformat
|
Sat, 03 Nov 2007 18:29:16 +0000 |
kostya |
Add ff_ prefix to get_v()
libavformat
|
Sat, 03 Nov 2007 18:26:42 +0000 |
kostya |
Make get_v() available to the other demuxers
libavformat
|
Sat, 03 Nov 2007 14:57:26 +0000 |
michael |
typo
libavformat
|
Sat, 03 Nov 2007 13:48:30 +0000 |
michael |
fix misdetection of mp3could_not_find_codec_parameters.mp3
libavformat
|
Sat, 03 Nov 2007 06:43:29 +0000 |
kostya |
Seek regression for RM demuxer fix
libavformat
|
Thu, 01 Nov 2007 18:02:03 +0000 |
aurel |
revert part of r10899 which was not intended
libavformat
|
Thu, 01 Nov 2007 17:50:05 +0000 |
aurel |
remove useless initialization to 0 of adx context
libavformat
|
Thu, 01 Nov 2007 09:02:29 +0000 |
kostya |
Revert get_num() to old behaviour in order to handle
libavformat
|
Wed, 31 Oct 2007 22:10:34 +0000 |
michael |
support flv with invalid header
libavformat
|
Wed, 31 Oct 2007 21:35:50 +0000 |
michael |
factorize stream creation
libavformat
|
Wed, 31 Oct 2007 11:35:10 +0000 |
diego |
Remove unused variables, fixes the following warnings:
libavformat
|
Wed, 31 Oct 2007 07:27:38 +0000 |
lucabe |
Take the target address family in account when determining the family of
libavformat
|
Wed, 31 Oct 2007 07:08:12 +0000 |
lucabe |
Reindent after last commit
libavformat
|
Wed, 31 Oct 2007 07:02:30 +0000 |
lucabe |
Resolve hosts and bind sockets even when the local_port is not set (0)
libavformat
|
Tue, 30 Oct 2007 23:20:26 +0000 |
aurel |
EA IMA EACS decoder
libavformat
|
Tue, 30 Oct 2007 23:12:18 +0000 |
aurel |
EA IMA SEAD decoder
libavformat
|
Tue, 30 Oct 2007 08:10:45 +0000 |
lucabe |
If local port n is not available, try n + 2 instead of continuing to bind
libavformat
|
Tue, 30 Oct 2007 00:01:25 +0000 |
bcoudurier |
rename av_crc04C11DB7_update to ff_crc04C11DB7_update and move it to aviobuf.c so it can be reused by other (de)muxers
libavformat
|
Mon, 29 Oct 2007 09:38:37 +0000 |
lucabe |
Remove redundant prototype
libavformat
|
Mon, 29 Oct 2007 09:15:35 +0000 |
lucabe |
Remove the inclusion of rtsp.h and rtp.h from avformat.h, and
libavformat
|
Sun, 28 Oct 2007 22:11:07 +0000 |
aurel |
rename crc.c to crcenc.c
libavformat
|
Sun, 28 Oct 2007 22:08:09 +0000 |
aurel |
move framecrc muxer in its own file
libavformat
|
Fri, 26 Oct 2007 20:02:11 +0000 |
nicodvb |
print newline after program id even when the name is missing
libavformat
|
Fri, 26 Oct 2007 15:12:55 +0000 |
lucabe |
Explicitly include rtp.h (needed for rtp_get_payload_type())
libavformat
|
Fri, 26 Oct 2007 11:36:11 +0000 |
lucabe |
Remove prototype for non-existent function
libavformat
|
Thu, 25 Oct 2007 21:17:39 +0000 |
aurel |
probe files starting with the 1SNh tag
libavformat
|
Thu, 25 Oct 2007 21:10:18 +0000 |
aurel |
don't use #define with names starting with _
libavformat
|
Thu, 25 Oct 2007 20:38:49 +0000 |
aurel |
add parsing of 1SNh header in the EA demuxer
libavformat
|
Thu, 25 Oct 2007 10:11:15 +0000 |
diego |
Remove unused variable, fixes warning:
libavformat
|
Wed, 24 Oct 2007 21:44:20 +0000 |
aurel |
avoid infinite loop at the end of files which are not properly terminated
libavformat
|
Wed, 24 Oct 2007 20:49:42 +0000 |
aurel |
EA ADPCM R1, R2 and R3 decoder
libavformat
|
Wed, 24 Oct 2007 14:22:56 +0000 |
benoit |
Cosmetics: indentation.
libavformat
|
Wed, 24 Oct 2007 14:20:15 +0000 |
benoit |
Prevent mov muxer from writing empty udta atoms.
libavformat
|
Wed, 24 Oct 2007 04:56:22 +0000 |
andoma |
add support for reading duration from VBRI-tag in mp3 files
libavformat
|
Wed, 24 Oct 2007 04:54:44 +0000 |
heydowns |
Move setting of key frame flag for intra-only codecs, ignoring key frame
libavformat
|
Tue, 23 Oct 2007 22:28:57 +0000 |
bcoudurier |
use FFMIN
libavformat
|
Tue, 23 Oct 2007 17:28:30 +0000 |
andoma |
fix indent
libavformat
|
Tue, 23 Oct 2007 17:10:41 +0000 |
andoma |
cosmetical change of mp3_parse_xing() to prepare for upcoming VBRI tag support
libavformat
|
Tue, 23 Oct 2007 13:35:20 +0000 |
andoma |
add support for reading duration from Xing-tag in mp3 files
libavformat
|
Mon, 22 Oct 2007 21:06:04 +0000 |
aurel |
convert a if() into a switch() to ease addition of new tags to probe
libavformat
|
Mon, 22 Oct 2007 14:36:14 +0000 |
bcoudurier |
fix issue 225, instead of stoping when wrong atom size is found,
libavformat
|
Mon, 22 Oct 2007 06:01:38 +0000 |
kostya |
Beam Software SIFF demuxer and video decoder
libavformat
|
Sun, 21 Oct 2007 23:10:15 +0000 |
bcoudurier |
100l, fix dump_format, declare buf in dump_stream_format, sizeof(buf) is 4 because buf is char* since r10818
libavformat
|
Sun, 21 Oct 2007 22:27:24 +0000 |
aurel |
cosmetics: reindent
libavformat
|
Sun, 21 Oct 2007 22:23:37 +0000 |
aurel |
cosmetics: Add #endif comment.
libavformat
|
Sun, 21 Oct 2007 17:26:02 +0000 |
kostya |
New RM format deserves small version bump
libavformat
|
Sun, 21 Oct 2007 17:21:20 +0000 |
kostya |
Make Matroska demuxer output full frames instead of slices for RealVideo
libavformat
|
Sun, 21 Oct 2007 17:17:28 +0000 |
kostya |
Demux full frames instead of sliced for RealVideo.
libavformat
|
Sat, 20 Oct 2007 14:25:02 +0000 |
reimar |
Add support for decrypting asf files
libavformat
|
Sat, 20 Oct 2007 08:29:05 +0000 |
nicodvb |
associate to each AVProgram the indexes of the AVStreams contained in it
libavformat
|
Sat, 20 Oct 2007 08:25:13 +0000 |
nicodvb |
API extension: AVProgram now has an array (stream_index) containing the indexes of the streams in AVFormatContext
libavformat
|
Sat, 20 Oct 2007 08:17:01 +0000 |
nicodvb |
cosmetics: moved to a separate function the code to print the characteristics of an AVStream
libavformat
|
Thu, 18 Oct 2007 23:59:31 +0000 |
aurel |
ensure all compiled in codec/muxer are registered
libavformat
|
Thu, 18 Oct 2007 23:52:08 +0000 |
aurel |
better check for video track detection
libavformat
|
Thu, 18 Oct 2007 23:50:52 +0000 |
aurel |
skip unsupported audio track data
libavformat
|
Thu, 18 Oct 2007 23:44:05 +0000 |
aurel |
cosmetics: indentation
libavformat
|
Thu, 18 Oct 2007 23:42:54 +0000 |
aurel |
check if we found an audio track before initializing the audio stream
libavformat
|
Thu, 18 Oct 2007 23:40:03 +0000 |
aurel |
compute pts according to the audio codec
libavformat
|
Thu, 18 Oct 2007 23:36:12 +0000 |
aurel |
set bytes per sample in the context
libavformat
|
Thu, 18 Oct 2007 23:22:50 +0000 |
aurel |
fix big endian files support
libavformat
|
Thu, 18 Oct 2007 23:21:31 +0000 |
aurel |
simplify
libavformat
|
Thu, 18 Oct 2007 23:13:46 +0000 |
aurel |
parse sample rate instead of setting a default one
libavformat
|
Thu, 18 Oct 2007 23:05:30 +0000 |
aurel |
add support for PCM codec
libavformat
|
Thu, 18 Oct 2007 22:53:37 +0000 |
aurel |
check compression_type to assign audio codec
libavformat
|
Thu, 18 Oct 2007 22:47:56 +0000 |
aurel |
make compression_type a function local var instead of a context var
libavformat
|
Thu, 18 Oct 2007 22:39:27 +0000 |
aurel |
add support for big_endian encoded headers
libavformat
|
Thu, 18 Oct 2007 22:32:26 +0000 |
aurel |
add some error processing
libavformat
|
Thu, 18 Oct 2007 22:27:27 +0000 |
aurel |
cosmetics: indentation
libavformat
|
Thu, 18 Oct 2007 22:26:23 +0000 |
aurel |
parse header chunk in a loop (don't depend on a fixed chunk ordering)
libavformat
|
Thu, 18 Oct 2007 22:23:30 +0000 |
aurel |
add audio and video codec context vars
libavformat
|
Thu, 18 Oct 2007 22:11:53 +0000 |
aurel |
better log message
libavformat
|
Thu, 18 Oct 2007 22:01:30 +0000 |
aurel |
move vp6 header parsing into its own function
libavformat
|
Thu, 18 Oct 2007 21:59:23 +0000 |
aurel |
remove 2 temporary variables
libavformat
|
Thu, 18 Oct 2007 21:56:44 +0000 |
aurel |
set a default value for num_channels
libavformat
|
Thu, 18 Oct 2007 21:55:51 +0000 |
aurel |
move audio header parsing in its own function
libavformat
|
Thu, 18 Oct 2007 21:45:53 +0000 |
aurel |
add a log message
libavformat
|
Thu, 18 Oct 2007 21:30:33 +0000 |
aurel |
fix comment
libavformat
|
Thu, 18 Oct 2007 21:03:10 +0000 |
aurel |
small simplification
libavformat
|
Thu, 18 Oct 2007 15:02:34 +0000 |
andoma |
set start_time to 0 to enable seeking in mp3-files
libavformat
|
Thu, 18 Oct 2007 09:50:53 +0000 |
benoit |
Make url_split() strip url options (?opt=var) from the returned hostname or
libavformat
|
Wed, 17 Oct 2007 09:37:46 +0000 |
diego |
Add FFMPEG_ prefix to all multiple inclusion guards.
libavformat
|
Wed, 17 Oct 2007 09:16:21 +0000 |
diego |
Use filename as multiple inclusion guard.
libavformat
|
Tue, 16 Oct 2007 19:50:08 +0000 |
benoit |
Re-enable DEBUG_SEEK flag.
libavformat
|
Tue, 16 Oct 2007 16:40:34 +0000 |
bcoudurier |
dont write udta atom for 3gp/3g2 for now, current written atoms (ilst) are itunes specific
libavformat
|
Tue, 16 Oct 2007 15:40:57 +0000 |
bcoudurier |
indentation
libavformat
|
Mon, 15 Oct 2007 23:55:14 +0000 |
cehoyos |
Fix streaming to XBox360.
libavformat
|
Mon, 15 Oct 2007 22:52:22 +0000 |
aurel |
cosmetics: reindent
libavformat
|
Mon, 15 Oct 2007 22:51:52 +0000 |
aurel |
add support for VP6 in electronicarts demuxer
libavformat
|
Mon, 15 Oct 2007 22:51:15 +0000 |
aurel |
remove useless &0xFF
libavformat
|
Mon, 15 Oct 2007 22:50:36 +0000 |
aurel |
merge declaration and initialization
libavformat
|
Mon, 15 Oct 2007 22:50:10 +0000 |
aurel |
remove unused context vars
libavformat
|
Mon, 15 Oct 2007 22:49:31 +0000 |
aurel |
remove unused code
libavformat
|
Mon, 15 Oct 2007 22:49:00 +0000 |
aurel |
remove unused tags definition
libavformat
|
Mon, 15 Oct 2007 22:48:31 +0000 |
aurel |
remove unused close function
libavformat
|
Mon, 15 Oct 2007 22:47:41 +0000 |
aurel |
simplify bitstream reading
libavformat
|
Mon, 15 Oct 2007 18:03:28 +0000 |
benoit |
Undefine DEBUG_SEEK.
libavformat
|
Mon, 15 Oct 2007 16:26:02 +0000 |
banan |
Nellymoser ASAO decoder
libavformat
|
Sun, 14 Oct 2007 17:44:38 +0000 |
diego |
cosmetics: Move asf_read_close() down to get rid of a forward declaration.
libavformat
|
Sun, 14 Oct 2007 13:32:25 +0000 |
benoit |
Increment minor after r10709.
libavformat
|
Sat, 13 Oct 2007 11:43:03 +0000 |
mru |
simply buffer checks in vorbis_comment()
libavformat
|
Sat, 13 Oct 2007 11:42:06 +0000 |
mru |
use bytestream_get_* in vorbis_comment()
libavformat
|
Fri, 12 Oct 2007 23:25:48 +0000 |
ramiro |
Fix memleak
libavformat
|
Thu, 11 Oct 2007 14:57:47 +0000 |
benoit |
Add functionality to set the direction of a ByteIOContext buffer.
libavformat
|
Wed, 10 Oct 2007 22:59:36 +0000 |
mru |
check values more thoroughly in vorbis_header()
libavformat
|
Wed, 10 Oct 2007 22:59:34 +0000 |
mru |
use bytestream_get_* in vorbis_header()
libavformat
|
Wed, 10 Oct 2007 22:59:31 +0000 |
mru |
fix buffer overread with invalid Vorbis header
libavformat
|
Wed, 10 Oct 2007 22:58:16 +0000 |
mru |
remove duplicate Vorbis comment tag handling
libavformat
|
Wed, 10 Oct 2007 10:33:20 +0000 |
reimar |
Remove ogg seek function, instead use generic seek via read_timestamp function
libavformat
|
Wed, 10 Oct 2007 10:33:07 +0000 |
reimar |
Add a read_timestamp function to ogg demuxer
libavformat
|
Tue, 09 Oct 2007 01:12:27 +0000 |
michael |
indent
libavformat
|
Tue, 09 Oct 2007 01:01:07 +0000 |
michael |
avoid generating invalid files
libavformat
|
Mon, 08 Oct 2007 13:06:48 +0000 |
bcoudurier |
append extradata atoms when parsing, fix OLOCOONS_O3.mov
libavformat
|
Mon, 08 Oct 2007 11:27:18 +0000 |
bcoudurier |
DNxHD (SMPTE VC-3) encoder
libavformat
|
Tue, 02 Oct 2007 14:48:08 +0000 |
lucabe |
Allow to set the maximum number of frames per RTP packet (and add support for
libavformat
|
Mon, 01 Oct 2007 22:11:10 +0000 |
diego |
Add checking for codecid to has_codec_parameters().
libavformat
|
Mon, 01 Oct 2007 19:48:02 +0000 |
rtogni |
dnet audio needs avparser to work with the lavc ac3 decoder.
libavformat
|
Sat, 29 Sep 2007 22:47:34 +0000 |
diego |
Add support for AMV variants of AVI files.
libavformat
|
Sat, 29 Sep 2007 14:35:52 +0000 |
andoma |
Add IPv6 support to url_split()
libavformat
|
Fri, 28 Sep 2007 15:12:26 +0000 |
benoit |
Documentation fix for url_f(d)open()
libavformat
|
Thu, 27 Sep 2007 19:18:07 +0000 |
andoma |
refactor url_split(), preparing for IPv6 support
libavformat
|
Wed, 26 Sep 2007 18:37:20 +0000 |
ramiro |
Fix avisynth compilation after allformats.h was removed
libavformat
|
Wed, 26 Sep 2007 12:30:24 +0000 |
aurel |
add support for AVI files with On2 header
libavformat
|
Wed, 26 Sep 2007 12:29:32 +0000 |
aurel |
use a table to parse AVI file header
libavformat
|
Wed, 26 Sep 2007 11:33:30 +0000 |
benoit |
Indentation
libavformat
|
Wed, 26 Sep 2007 11:32:51 +0000 |
benoit |
Check read_packet before using it.
libavformat
|
Tue, 25 Sep 2007 20:58:37 +0000 |
nicodvb |
added structures and code to keep track of pids<->programs mapping: it's needed
libavformat
|
Tue, 25 Sep 2007 20:49:11 +0000 |
nicodvb |
replaced custom tracking of programs/services with calls to with av_new_program()
libavformat
|
Tue, 25 Sep 2007 20:45:46 +0000 |
nicodvb |
Added definition and utility functions to handle AVProgram(s) in AVFormatContext
libavformat
|
Tue, 25 Sep 2007 19:30:03 +0000 |
aurel |
use the VP6A codec
libavformat
|
Tue, 25 Sep 2007 19:25:59 +0000 |
aurel |
revert r10527
libavformat
|
Mon, 24 Sep 2007 12:15:42 +0000 |
lucabe |
Add my name to the copyright header, since rtp_mpv now contains
libavformat
|
Mon, 24 Sep 2007 10:43:26 +0000 |
lucabe |
Fix a warning by removing an useless assignment (buf_ptr should be only
libavformat
|
Sun, 23 Sep 2007 07:40:34 +0000 |
kostya |
Looks like this APE decoder support versions starting from 3.95
libavformat
|
Sat, 22 Sep 2007 08:58:49 +0000 |
michael |
indent
libavformat
|
Sat, 22 Sep 2007 08:55:17 +0000 |
michael |
fix segfault with http://samples.mplayerhq.hu/nsv/nsv_samples/ot171_novideo.nsv.bz2
libavformat
|
Fri, 21 Sep 2007 18:23:46 +0000 |
bcoudurier |
HDYC fourcc, sample hdyc/Test2.avi
libavformat
|
Fri, 21 Sep 2007 16:30:58 +0000 |
bcoudurier |
add D-10 NTSC support
libavformat
|
Fri, 21 Sep 2007 16:28:17 +0000 |
bcoudurier |
extract correct d10 aes3 audio channels number
libavformat
|
Thu, 20 Sep 2007 20:42:50 +0000 |
aurel |
allcodecs.h and allformats.h are not used anymore
libavformat
|
Thu, 20 Sep 2007 20:36:15 +0000 |
aurel |
remove last dependencies on allformats.h and allcodecs.h
libavformat
|
Wed, 19 Sep 2007 21:28:42 +0000 |
diego |
cosmetics: typo
libavformat
|
Wed, 19 Sep 2007 12:38:07 +0000 |
benoit |
Make parse_date return INT64_MIN in case of unparsable input.
libavformat
|
Tue, 18 Sep 2007 15:36:29 +0000 |
aurel |
Add support for VP6A in flv.
libavformat
|
Tue, 18 Sep 2007 08:26:10 +0000 |
diego |
Add explanatory comments to the parse_date function.
libavformat
|
Mon, 17 Sep 2007 12:01:37 +0000 |
aurel |
disable loads of debug messages to reduce object size
libavformat
|
Sun, 16 Sep 2007 23:00:44 +0000 |
aurel |
loosen dependencies over allformats.h
libavformat
|
Sun, 16 Sep 2007 19:51:10 +0000 |
ben |
monkey audio demuxer now can parse ape tags
libavformat
|
Sun, 16 Sep 2007 14:37:01 +0000 |
diego |
warning fix:
libavformat
|
Sat, 15 Sep 2007 08:19:01 +0000 |
reimar |
Set codec_id correctly for RJPG codec_tag
libavformat
|
Fri, 14 Sep 2007 09:00:31 +0000 |
lucabe |
Support fragmentation for AAC frames
libavformat
|
Fri, 14 Sep 2007 08:17:06 +0000 |
lucabe |
Support for AAC streaming over RTP. Fragmentation is not implemented yet
libavformat
|
Thu, 13 Sep 2007 12:46:30 +0000 |
lucabe |
Forward error code when reading a v4l2 frame
libavformat
|
Thu, 13 Sep 2007 03:22:47 +0000 |
kostya |
Monkey Audio decoder
libavformat
|
Wed, 12 Sep 2007 10:18:01 +0000 |
bcoudurier |
stop parsing udta if size is wrong/garbage, fix issue 154, fix RQ004F14.MOV
libavformat
|
Tue, 11 Sep 2007 23:46:46 +0000 |
ramiro |
Typo
libavformat
|
Tue, 11 Sep 2007 09:27:46 +0000 |
aurel |
move unrelated functions declarations out of allformats.h
libavformat
|
Mon, 10 Sep 2007 22:48:42 +0000 |
aurel |
rtp and rtsp demuxer declarations are not part of public API
libavformat
|
Mon, 10 Sep 2007 19:31:03 +0000 |
ramiro |
Bump micro version number for r10429
libavformat
|
Mon, 10 Sep 2007 18:11:13 +0000 |
aurel |
*_protocol are not part of public API
libavformat
|
Mon, 10 Sep 2007 15:08:23 +0000 |
lucabe |
Test extradata_size instead of the CODEC_FLAG_GLOBAL_HEADER flag to check if
libavformat
|
Mon, 10 Sep 2007 07:01:29 +0000 |
lucabe |
Fix timestamps in RTP packets (now, MPEG1 video with B frames works correctly)
libavformat
|
Mon, 10 Sep 2007 06:58:19 +0000 |
lucabe |
Properly set RTP and NTP timestamps in RTCP SR packets
libavformat
|
Sun, 09 Sep 2007 17:54:26 +0000 |
gpoirier |
Improve track number decoding for some WMA files
libavformat
|
Sun, 09 Sep 2007 09:21:14 +0000 |
reimar |
Do not set codec_tag when the container does not specify it.
libavformat
|
Sun, 09 Sep 2007 07:25:52 +0000 |
reimar |
Copy nuv header only when the video codec is nuv
libavformat
|
Fri, 07 Sep 2007 13:49:44 +0000 |
ramiro |
Rename the format name audio_device (used in both oss and audio_beos) to oss and audio_beos.
libavformat
|
Fri, 07 Sep 2007 13:43:40 +0000 |
ramiro |
Separate audio_(de)muxer into oss_(de)muxer and audio_beos_(de)muxer
libavformat
|
Thu, 06 Sep 2007 05:14:09 +0000 |
conrad |
Use V_MPEG4/ISO/ASP for mpeg4 when muxing mkv
libavformat
|
Thu, 06 Sep 2007 03:36:38 +0000 |
kostya |
Set correct length for last slice in frame subpacket
libavformat
|
Wed, 05 Sep 2007 20:42:17 +0000 |
diego |
cosmetics: Add some whitespace for better readability.
libavformat
|
Wed, 05 Sep 2007 20:31:40 +0000 |
diego |
spelling/wording nits in some Doxygen comments
libavformat
|
Wed, 05 Sep 2007 18:57:03 +0000 |
ramiro |
Rename dc1394.c to libdc1394.c
libavformat
|
Wed, 05 Sep 2007 18:55:20 +0000 |
ramiro |
Prefix library format names with 'lib' in libavformat
libavformat
|
Wed, 05 Sep 2007 18:44:06 +0000 |
ramiro |
Give better filenames to bktr and v4l grabbers
libavformat
|
Wed, 05 Sep 2007 18:29:58 +0000 |
ramiro |
Remove video_grab_ prefix from video_grab_{bktr,v4l}
libavformat
|
Wed, 05 Sep 2007 17:25:39 +0000 |
michael |
revert 10409
libavformat
|
Wed, 05 Sep 2007 17:14:25 +0000 |
michael |
export put_timestamp()
libavformat
|
Wed, 05 Sep 2007 16:47:48 +0000 |
benoit |
Make sure that if a stream has a duration but the container doesn't
libavformat
|
Wed, 05 Sep 2007 14:11:33 +0000 |
benoit |
Correct initial timestamp
libavformat
|
Wed, 05 Sep 2007 06:30:59 +0000 |
lucabe |
AAC support in the SDP generator
libavformat
|
Wed, 05 Sep 2007 00:38:42 +0000 |
conrad |
Enable Matroska muxer
libavformat
|
Wed, 05 Sep 2007 00:26:11 +0000 |
conrad |
Grammar nits
libavformat
|
Wed, 05 Sep 2007 00:26:09 +0000 |
conrad |
Always use AVFormatContext for av_log messages
libavformat
|
Wed, 05 Sep 2007 00:26:07 +0000 |
conrad |
Rename ebml size functions to indicate that they can be used for more kinds of numbers
libavformat
|
Wed, 05 Sep 2007 00:26:04 +0000 |
conrad |
We shouldn't be passing in sizes larger than 2^56-2, so use an assert
libavformat
|
Wed, 05 Sep 2007 00:26:03 +0000 |
conrad |
Indentation
libavformat
|
Wed, 05 Sep 2007 00:26:00 +0000 |
conrad |
Don't seek when streamed
libavformat
|
Wed, 05 Sep 2007 00:25:58 +0000 |
conrad |
Get rid of useless braces
libavformat
|
Wed, 05 Sep 2007 00:25:56 +0000 |
conrad |
Indent
libavformat
|
Wed, 05 Sep 2007 00:25:54 +0000 |
conrad |
Match the behaviour betwen the bmp and wav codec tag lookups
libavformat
|
Wed, 05 Sep 2007 00:25:52 +0000 |
conrad |
Write codecprivate to a dynamic buffer so that seeking isn't required
libavformat
|
Wed, 05 Sep 2007 00:25:49 +0000 |
conrad |
Move writing codec private element to its own function
libavformat
|
Wed, 05 Sep 2007 00:25:46 +0000 |
conrad |
Cosmetics
libavformat
|
Wed, 05 Sep 2007 00:25:44 +0000 |
conrad |
Use num_entries directly rather than mixing it with a local copy
libavformat
|
Wed, 05 Sep 2007 00:25:42 +0000 |
conrad |
Doxygenify comments
libavformat
|
Wed, 05 Sep 2007 00:25:40 +0000 |
conrad |
Make sure that the calculated duration doesn't decrease
libavformat
|
Wed, 05 Sep 2007 00:25:38 +0000 |
conrad |
Split some really long lines
libavformat
|
Wed, 05 Sep 2007 00:25:35 +0000 |
conrad |
Correct message
libavformat
|
Wed, 05 Sep 2007 00:25:34 +0000 |
conrad |
Always check the return of mkv_add_seekhead_entry
libavformat
|
Wed, 05 Sep 2007 00:25:32 +0000 |
conrad |
Pass the returned error code of functions up
libavformat
|
Wed, 05 Sep 2007 00:25:29 +0000 |
conrad |
Check that the seekheads were created
libavformat
|
Wed, 05 Sep 2007 00:25:27 +0000 |
conrad |
Return AVERROR(ENOMEM) when appropriate
libavformat
|
Wed, 05 Sep 2007 00:25:24 +0000 |
conrad |
Indentation
libavformat
|
Wed, 05 Sep 2007 00:25:22 +0000 |
conrad |
Use assert for conditions that must be true
libavformat
|
Wed, 05 Sep 2007 00:25:20 +0000 |
conrad |
Simplify
libavformat
|
Wed, 05 Sep 2007 00:25:18 +0000 |
conrad |
Grammar nits
libavformat
|
Wed, 05 Sep 2007 00:25:16 +0000 |
conrad |
Break long comments
libavformat
|
Wed, 05 Sep 2007 00:25:14 +0000 |
conrad |
Use sample format for bit depth if av_get_bits_per_sample() doesn't give one
libavformat
|
Wed, 05 Sep 2007 00:25:07 +0000 |
conrad |
Calculate and store DAR rather than SAR
libavformat
|
Wed, 05 Sep 2007 00:25:04 +0000 |
conrad |
Clarify comments
libavformat
|
Wed, 05 Sep 2007 00:24:58 +0000 |
conrad |
Use PRIu64/PRId64
libavformat
|
Wed, 05 Sep 2007 00:24:56 +0000 |
conrad |
Calculate the size of key EBML master elements beforehand so only just enough size is reserved for the size
libavformat
|
Wed, 05 Sep 2007 00:24:53 +0000 |
conrad |
Use cluster_pos when checking cluster position
libavformat
|
Wed, 05 Sep 2007 00:24:50 +0000 |
conrad |
Modify put_ebml_size() so that the bytes parameter is exact rather than minimum
libavformat
|
Wed, 05 Sep 2007 00:24:48 +0000 |
conrad |
Set default subtitle_codec to CODEC_ID_TEXT
libavformat
|
Wed, 05 Sep 2007 00:24:44 +0000 |
conrad |
Simplify
libavformat
|
Wed, 05 Sep 2007 00:24:42 +0000 |
conrad |
Move calculating the bytes needed to represent a size in EBML to its own function
libavformat
|
Wed, 05 Sep 2007 00:24:39 +0000 |
conrad |
Make a byte always mean a byte
libavformat
|
Wed, 05 Sep 2007 00:24:36 +0000 |
conrad |
Simplify put_ebml_id()
libavformat
|
Wed, 05 Sep 2007 00:24:34 +0000 |
conrad |
Move ebml_id_size()
libavformat
|
Wed, 05 Sep 2007 00:24:31 +0000 |
conrad |
Correct handling of smaller unknown sizes
libavformat
|
Wed, 05 Sep 2007 00:24:29 +0000 |
conrad |
Use a MD5 hash of some frames to write the segment uid
libavformat
|
Wed, 05 Sep 2007 00:24:27 +0000 |
conrad |
Revert using the time to generate the segment uid
libavformat
|
Wed, 05 Sep 2007 00:24:25 +0000 |
conrad |
Doxygenize some comments
libavformat
|
Wed, 05 Sep 2007 00:24:22 +0000 |
conrad |
Set the language to undefined if no language specified
libavformat
|
Wed, 05 Sep 2007 00:24:19 +0000 |
conrad |
Add mka muxer
libavformat
|
Wed, 05 Sep 2007 00:24:17 +0000 |
conrad |
Add some debug logging
libavformat
|
Wed, 05 Sep 2007 00:24:15 +0000 |
conrad |
Write the display size elements
libavformat
|
Wed, 05 Sep 2007 00:24:12 +0000 |
conrad |
Revert writing the file creation date
libavformat
|
Wed, 05 Sep 2007 00:24:10 +0000 |
conrad |
Codec Private should be correct for all but Real codecs now
libavformat
|
Wed, 05 Sep 2007 00:24:08 +0000 |
conrad |
Write FLAC codec private correctly
libavformat
|
Wed, 05 Sep 2007 00:24:06 +0000 |
conrad |
Move writing Xiph-style sizes to its own function
libavformat
|
Wed, 05 Sep 2007 00:24:03 +0000 |
conrad |
Write segment UID
libavformat
|
Wed, 05 Sep 2007 00:24:01 +0000 |
conrad |
Write the creation time
libavformat
|
Wed, 05 Sep 2007 00:23:59 +0000 |
conrad |
Cosmetics
libavformat
|
Wed, 05 Sep 2007 00:23:57 +0000 |
conrad |
Using LIBAVFORMAT_IDENT for both muxing and writing app is good enough
libavformat
|
Wed, 05 Sep 2007 00:23:55 +0000 |
conrad |
Floats aren't used enough to justify writing any with single precision
libavformat
|
Wed, 05 Sep 2007 00:23:53 +0000 |
conrad |
Simplify
libavformat
|
Wed, 05 Sep 2007 00:23:52 +0000 |
conrad |
Indentation
libavformat
|
Wed, 05 Sep 2007 00:23:49 +0000 |
conrad |
Write subtitle tracks
libavformat
|
Wed, 05 Sep 2007 00:23:47 +0000 |
conrad |
Move writing a block to its own function
libavformat
|
Wed, 05 Sep 2007 00:23:46 +0000 |
conrad |
Only write extradata if it exists
libavformat
|
Wed, 05 Sep 2007 00:23:43 +0000 |
conrad |
Determine the output sample rate for SBR AAC and write it
libavformat
|
Wed, 05 Sep 2007 00:23:41 +0000 |
conrad |
Simplify
libavformat
|
Wed, 05 Sep 2007 00:23:39 +0000 |
conrad |
Keyframe is the first bit not last
libavformat
|
Wed, 05 Sep 2007 00:23:38 +0000 |
conrad |
Simplify
libavformat
|
Wed, 05 Sep 2007 00:23:34 +0000 |
conrad |
Use av_get_bits_per_sample
libavformat
|
Wed, 05 Sep 2007 00:23:31 +0000 |
conrad |
Write bit depth for PCM audio
libavformat
|
Wed, 05 Sep 2007 00:23:29 +0000 |
conrad |
Write wav header if there is no native audio codec ID
libavformat
|
Wed, 05 Sep 2007 00:23:27 +0000 |
conrad |
Write the cues element
libavformat
|
Wed, 05 Sep 2007 00:23:26 +0000 |
conrad |
Doxygenize comments
libavformat
|
Wed, 05 Sep 2007 00:23:23 +0000 |
conrad |
Calculate the size of a SimpleBlock before writing it so that bytes aren't wasted in writing the size
libavformat
|
Wed, 05 Sep 2007 00:23:21 +0000 |
conrad |
Indentation
libavformat
|
Wed, 05 Sep 2007 00:23:19 +0000 |
conrad |
Write the Seek Head element
libavformat
|
Wed, 05 Sep 2007 00:23:17 +0000 |
conrad |
Make sure to return a value in functions that return a value
libavformat
|
Wed, 05 Sep 2007 00:23:15 +0000 |
conrad |
Move writing the tracks element to its own function
libavformat
|
Wed, 05 Sep 2007 00:23:13 +0000 |
conrad |
Move Xiph's CodecPrivate writing code to its own function
libavformat
|
Wed, 05 Sep 2007 00:23:11 +0000 |
conrad |
Write the duration of the file
libavformat
|
Wed, 05 Sep 2007 00:23:09 +0000 |
conrad |
put_ebml_void()
libavformat
|
Wed, 05 Sep 2007 00:23:07 +0000 |
conrad |
Remove unused prototype
libavformat
|
Wed, 05 Sep 2007 00:23:06 +0000 |
conrad |
Write unknown size if the size given is too large for EBML (greater than 2^56-1)
libavformat
|
Wed, 05 Sep 2007 00:23:03 +0000 |
conrad |
Track number and UID only have to be nonzero
libavformat
|
Wed, 05 Sep 2007 00:23:01 +0000 |
conrad |
SimpleBlocks are Matroska v2
libavformat
|
Wed, 05 Sep 2007 00:23:00 +0000 |
conrad |
Start a new cluster every 5 MB or 5 seconds
libavformat
|
Wed, 05 Sep 2007 00:22:58 +0000 |
conrad |
Fix writing Xiph header sizes
libavformat
|
Wed, 05 Sep 2007 00:22:56 +0000 |
conrad |
Correctly write CodecPrivate element for Vorbis and Theora
libavformat
|
Wed, 05 Sep 2007 00:22:54 +0000 |
conrad |
Compile fix; missed a variable declaration in the last commit
libavformat
|
Wed, 05 Sep 2007 00:22:52 +0000 |
conrad |
Write one cluster and SimpleBlocks for the frames. Should now create playable mkv files for some video codecs (H.264 and VP3 checked)
libavformat
|
Wed, 05 Sep 2007 00:22:50 +0000 |
conrad |
First stab at writing the tracks element, still needs some additional cases for certain codecs
libavformat
|
Wed, 05 Sep 2007 00:22:48 +0000 |
conrad |
Remove useless debug write
libavformat
|
Wed, 05 Sep 2007 00:22:47 +0000 |
conrad |
put_ebml_float()
libavformat
|
Wed, 05 Sep 2007 00:22:45 +0000 |
conrad |
Const correctness
libavformat
|
Wed, 05 Sep 2007 00:22:43 +0000 |
conrad |
Get rid of put_ebml_utf8(); the error checking that would have distinguished it from put_ebml_string() belongs elsewhere in lavf.
libavformat
|
Wed, 05 Sep 2007 00:22:41 +0000 |
conrad |
Cosmetics: align nicely for better readibility
libavformat
|
Wed, 05 Sep 2007 00:22:39 +0000 |
conrad |
Simplify
libavformat
|
Wed, 05 Sep 2007 00:22:37 +0000 |
conrad |
Beginning of mkv muxer, only EBML head is written correctly
libavformat
|
Tue, 04 Sep 2007 22:03:32 +0000 |
ramiro |
Treat dc1394 as a library
libavformat
|
Tue, 04 Sep 2007 17:33:35 +0000 |
melanson |
simplify PTS handling
libavformat
|
Mon, 03 Sep 2007 09:00:40 +0000 |
lucabe |
Fill the buffer with 0 before writing an SDP in it
libavformat
|
Mon, 03 Sep 2007 07:56:26 +0000 |
benoit |
If a stream has no start time, but the first packet has a 'pts', use that
libavformat
|
Mon, 03 Sep 2007 07:28:58 +0000 |
lucabe |
Set the "B" flag in the payload header
libavformat
|
Mon, 03 Sep 2007 07:22:37 +0000 |
lucabe |
Set the "TR" field in the payload header
libavformat
|
Mon, 03 Sep 2007 07:14:10 +0000 |
lucabe |
Correctly set the "P" field in the payload header
libavformat
|
Mon, 03 Sep 2007 05:19:59 +0000 |
jbr |
fix probe buffer issue. patch by Wolfram Gloger {wmglo at dent.med.uni-muenchen.de}.
libavformat
|
Sun, 02 Sep 2007 15:58:43 +0000 |
michael |
workaround ms (lack of) intelligence in their design of dvr-ms
libavformat
|
Fri, 31 Aug 2007 18:24:09 +0000 |
conrad |
SimpleBlock keyframe flag is the most significant bit
libavformat
|
Thu, 30 Aug 2007 23:11:24 +0000 |
diego |
cosmetics: Sort some lines, whitespace changes.
libavformat
|
Wed, 29 Aug 2007 10:47:15 +0000 |
lucabe |
Correct packetization for MPEG video frames, and correct setting of the
libavformat
|
Wed, 29 Aug 2007 10:42:13 +0000 |
lucabe |
Remove commented code (payload header extension)
libavformat
|
Tue, 28 Aug 2007 13:43:39 +0000 |
lu_zero |
Backport fix for mpegvideo rtp, fixes Issue119, original fix from Dario Gallucci <dariodotgallucciatpolito.it> in feng
libavformat
|
Mon, 27 Aug 2007 21:58:39 +0000 |
rtogni |
Change 4xm demuxer and video decoder to pass the video format version in
libavformat
|
Mon, 27 Aug 2007 12:36:19 +0000 |
diego |
Remove unused variable.
libavformat
|
Sat, 25 Aug 2007 15:12:38 +0000 |
lucabe |
Use correct timescale in RTSP seeking
libavformat
|
Fri, 24 Aug 2007 17:40:43 +0000 |
lucabe |
Remove copyright from a function prototype
libavformat
|
Fri, 24 Aug 2007 07:13:34 +0000 |
lucabe |
Move the RTP packetization code for MPEG12 video in its own file (rtp_mpv.c)
libavformat
|
Fri, 24 Aug 2007 00:49:46 +0000 |
conrad |
Add V_SNOW
libavformat
|
Thu, 23 Aug 2007 06:59:19 +0000 |
kostya |
Take ring frame into account when demuxing.
libavformat
|
Wed, 22 Aug 2007 12:41:16 +0000 |
diego |
Identifiers starting with underscores are reserved.
libavformat
|
Mon, 20 Aug 2007 19:55:37 +0000 |
bcoudurier |
support swink created files which have soi/eoi broken tags reversed
libavformat
|
Sat, 18 Aug 2007 01:26:06 +0000 |
michael |
Do not butcher start_time in av_estimate_timings_from_bit_rate().
libavformat
|
Sat, 18 Aug 2007 00:52:05 +0000 |
michael |
When looking for the last packet in each
libavformat
|
Sat, 18 Aug 2007 00:45:44 +0000 |
michael |
There is no guarantee that every stream will
libavformat
|
Sat, 18 Aug 2007 00:44:14 +0000 |
michael |
fix cur_dts at the end of av_estimate_timings_from_pts()
libavformat
|
Sat, 18 Aug 2007 00:35:43 +0000 |
michael |
more verbose doxy for duration (from patch by neilb suse de)
libavformat
|
Sat, 18 Aug 2007 00:31:32 +0000 |
michael |
mention that start_time maybe AV_NOPTS_VALUE (from patch by neilb suse de)
libavformat
|
Fri, 17 Aug 2007 15:14:29 +0000 |
ramiro |
Allow pipe: URL to take fd number as input
libavformat
|
Fri, 17 Aug 2007 15:12:30 +0000 |
ramiro |
Indent for next commit
libavformat
|
Fri, 17 Aug 2007 10:45:50 +0000 |
diego |
spelling/wording cosmetics
libavformat
|
Fri, 17 Aug 2007 06:49:43 +0000 |
benoit |
store asf streaming bitrates consistently
libavformat
|
Thu, 16 Aug 2007 22:12:03 +0000 |
ramiro |
Set UDP receive buffer to 64k
libavformat
|
Thu, 16 Aug 2007 22:04:38 +0000 |
aurel |
cosmetic: indentation
libavformat
|
Thu, 16 Aug 2007 22:01:54 +0000 |
aurel |
Don't pre-scale default_duration to avoid precision loss in fps calculation.
libavformat
|
Thu, 16 Aug 2007 21:55:37 +0000 |
aurel |
no need for special case default_duration for AAC
libavformat
|
Thu, 16 Aug 2007 21:54:04 +0000 |
aurel |
calculate default_duration according to framerate only when not already set
libavformat
|
Thu, 16 Aug 2007 12:07:05 +0000 |
michael |
elaborate a little on AVStream.start_time, it seems the comment is not clear
libavformat
|
Tue, 14 Aug 2007 15:51:30 +0000 |
aurel |
Try size 640x480 for FLC files which don't specify their size.
libavformat
|
Tue, 14 Aug 2007 03:00:56 +0000 |
michael |
remove broken movi_end skip-hack-check
libavformat
|
Tue, 14 Aug 2007 02:27:31 +0000 |
michael |
do not misuse movi_end for checking chunk sizes
libavformat
|
Mon, 13 Aug 2007 22:55:44 +0000 |
ramiro |
Use AVERROR_PATCHWELCOME instead of AVERROR(ENOTSUP)
libavformat
|
Mon, 13 Aug 2007 08:33:03 +0000 |
diego |
Make native and libnut NUT muxers mutually exclusive.
libavformat
|
Mon, 13 Aug 2007 05:36:50 +0000 |
kostya |
Support for WavPack version 0x410 (false stereo chunks)
libavformat
|
Mon, 13 Aug 2007 00:44:35 +0000 |
michael |
export 4xm video version
libavformat
|
Sun, 12 Aug 2007 09:29:39 +0000 |
michael |
add support for old flac in ogg
libavformat
|
Sun, 12 Aug 2007 00:23:47 +0000 |
michael |
pass *fr2 chunks to decoder (Toy-Story2_better-image-quality.4xa contains them)
libavformat
|
Sat, 11 Aug 2007 23:58:10 +0000 |
aurel |
Ensure av_tree_insert() is defined before using it.
libavformat
|
Sat, 11 Aug 2007 22:45:40 +0000 |
conrad |
Set dts in tta demuxer
libavformat
|
Sat, 11 Aug 2007 20:03:10 +0000 |
michael |
cola for diego
libavformat
|
Sat, 11 Aug 2007 15:03:50 +0000 |
diego |
Bump minor number, NUT muxer was added.
libavformat
|
Sat, 11 Aug 2007 11:12:34 +0000 |
michael |
simplify
libavformat
|
Sat, 11 Aug 2007 11:10:29 +0000 |
michael |
do not remove FLAG_CODED
libavformat
|
Sat, 11 Aug 2007 10:12:39 +0000 |
michael |
remove useless code, found by oded
libavformat
|
Fri, 10 Aug 2007 22:40:11 +0000 |
michael |
this is debug not info
libavformat
|
Fri, 10 Aug 2007 17:05:12 +0000 |
michael |
100000l (forgotten return)
libavformat
|
Fri, 10 Aug 2007 16:15:23 +0000 |
michael |
mention AVPROBE_PADDING_SIZE at the read_probe() doxy
libavformat
|
Fri, 10 Aug 2007 16:12:50 +0000 |
michael |
remove unneeded buf_size check (see AVPROBE_PADDING_SIZE)
libavformat
|
Fri, 10 Aug 2007 16:06:18 +0000 |
michael |
flac probe
libavformat
|
Fri, 10 Aug 2007 15:37:55 +0000 |
aurel |
ensure that negative block_time are properly checked
libavformat
|
Fri, 10 Aug 2007 14:23:18 +0000 |
michael |
ensure that the aspect ratio is spec compliant
libavformat
|
Fri, 10 Aug 2007 13:34:56 +0000 |
lu_zero |
fix the packetization mode parsing
libavformat
|
Fri, 10 Aug 2007 13:04:45 +0000 |
michael |
disable TRACE
libavformat
|
Fri, 10 Aug 2007 13:04:16 +0000 |
michael |
muxer should now be spec compliant (though it likely still contains bugs!)
libavformat
|
Fri, 10 Aug 2007 12:59:17 +0000 |
michael |
header repetition
libavformat
|
Fri, 10 Aug 2007 11:52:28 +0000 |
michael |
info packet
libavformat
|
Fri, 10 Aug 2007 01:44:50 +0000 |
aurel |
merge some REGISTER_MUXER/DEMUXER into REGISTER_MUXDEMUX
libavformat
|
Fri, 10 Aug 2007 01:39:26 +0000 |
ramiro |
10l: removed pipe_close instead of pipe_read
libavformat
|
Fri, 10 Aug 2007 00:13:50 +0000 |
michael |
more FIXME
libavformat
|
Fri, 10 Aug 2007 00:12:54 +0000 |
michael |
enable nut muxer
libavformat
|
Fri, 10 Aug 2007 00:11:36 +0000 |
michael |
muxer is not yet fully compliant so prevent people from mistakenly using it
libavformat
|
Thu, 09 Aug 2007 23:41:59 +0000 |
ramiro |
Make the pipe URLProtocol share read and write functions with the file URLProtocol
libavformat
|
Thu, 09 Aug 2007 23:39:05 +0000 |
ramiro |
Add initialization and cleanup functions for Winsock
libavformat
|
Thu, 09 Aug 2007 23:29:58 +0000 |
michael |
set back ptr properly
libavformat
|
Thu, 09 Aug 2007 23:24:02 +0000 |
michael |
move syncpoint cache related stuff to common file
libavformat
|
Thu, 09 Aug 2007 21:35:13 +0000 |
michael |
fix forw_ptr crc check
libavformat
|
Thu, 09 Aug 2007 21:20:17 +0000 |
michael |
fix header_checksum
libavformat
|
Thu, 09 Aug 2007 21:14:00 +0000 |
michael |
store headers twice (getting closer to spec compliance ...)
libavformat
|
Thu, 09 Aug 2007 21:10:11 +0000 |
michael |
move header writing into its own function
libavformat
|
Thu, 09 Aug 2007 21:04:10 +0000 |
michael |
get rid of printf
libavformat
|
Thu, 09 Aug 2007 21:01:22 +0000 |
michael |
write frames and syncpoints
libavformat
|
Thu, 09 Aug 2007 20:56:42 +0000 |
michael |
put_t()
libavformat
|
Thu, 09 Aug 2007 20:55:09 +0000 |
michael |
100l
libavformat
|
Thu, 09 Aug 2007 20:54:17 +0000 |
michael |
2 FIXME comments
libavformat
|
Thu, 09 Aug 2007 20:52:49 +0000 |
michael |
add a universal fallback frame code for the case that no other applies
libavformat
|
Thu, 09 Aug 2007 18:37:28 +0000 |
michael |
move lsb2full to common file
libavformat
|
Thu, 09 Aug 2007 17:18:59 +0000 |
bcoudurier |
take care to use video track field number as duration
libavformat
|
Thu, 09 Aug 2007 16:46:48 +0000 |
michael |
move crc wrapper to slightly better spot
libavformat
|
Thu, 09 Aug 2007 16:29:30 +0000 |
michael |
move syncpoint timestamp resetting code to a common file
libavformat
|
Thu, 09 Aug 2007 16:15:50 +0000 |
michael |
remove old unused nut (de)muxer
libavformat
|
Thu, 09 Aug 2007 12:51:08 +0000 |
michael |
check forw_ptr CRC
libavformat
|
Thu, 09 Aug 2007 12:48:52 +0000 |
michael |
forw_ptr CRC
libavformat
|
Thu, 09 Aug 2007 12:38:24 +0000 |
michael |
use a dynamic ByteIOContext instead of using the lavf buffer
libavformat
|
Thu, 09 Aug 2007 12:25:58 +0000 |
michael |
move stream header writing into its own function
libavformat
|
Thu, 09 Aug 2007 12:22:02 +0000 |
michael |
move main header writing into its own function
libavformat
|
Thu, 09 Aug 2007 11:06:54 +0000 |
michael |
write correct time_base
libavformat
|
Thu, 09 Aug 2007 11:04:43 +0000 |
michael |
make StreamContext.time_base a pointer
libavformat
|
Thu, 09 Aug 2007 10:57:10 +0000 |
michael |
variables needed for muxer
libavformat
|
Thu, 09 Aug 2007 10:45:19 +0000 |
michael |
write stream headers
libavformat
|
Thu, 09 Aug 2007 01:12:48 +0000 |
michael |
trying to finally get the nut muxer back uptodate
libavformat
|
Wed, 08 Aug 2007 20:25:32 +0000 |
alex |
use proper closesocket defines
libavformat
|
Wed, 08 Aug 2007 19:18:10 +0000 |
ramiro |
Check for winsock2.h instead of __MINGW32__
libavformat
|
Wed, 08 Aug 2007 12:08:16 +0000 |
ramiro |
MinGW returns EAGAIN instead of EINPROGRESS
libavformat
|
Mon, 06 Aug 2007 21:14:29 +0000 |
michael |
ensure that the codec_id detection in av_find_stream_info() does not
libavformat
|
Mon, 06 Aug 2007 20:37:45 +0000 |
michael |
more verbose error
libavformat
|
Mon, 06 Aug 2007 20:36:55 +0000 |
michael |
ignore preroll, it is generally not what AVStream.start_time should contain
libavformat
|
Sun, 05 Aug 2007 13:44:56 +0000 |
lucabe |
Change avf_sdp_create() to get a pre-allocated buffer as input, and to
libavformat
|
Sun, 05 Aug 2007 13:32:37 +0000 |
lucabe |
Fix linking when RTP is disabled and libraries are dynamic
libavformat
|
Sun, 05 Aug 2007 12:11:16 +0000 |
reimar |
Hack to support XSUB subtitles in AVI
libavformat
|
Sun, 05 Aug 2007 05:56:34 +0000 |
kostya |
Add the handling of the INT32INFO block to the WavPack decoder.
libavformat
|
Sun, 05 Aug 2007 03:36:50 +0000 |
jbr |
10l to me. Revert recent changes to ac3_probe() which made misdetection as AC3 too probable.
libavformat
|
Sun, 05 Aug 2007 02:17:06 +0000 |
michael |
fix misdetection of out.ac3
libavformat
|
Sun, 05 Aug 2007 02:15:46 +0000 |
michael |
//more debug info
libavformat
|
Sun, 05 Aug 2007 01:40:49 +0000 |
bcoudurier |
remove now useless vars
libavformat
|
Sun, 05 Aug 2007 01:40:07 +0000 |
bcoudurier |
cosmetics, braces/parenthesis style
libavformat
|
Sun, 05 Aug 2007 01:36:31 +0000 |
bcoudurier |
cosmetics, indentation
libavformat
|
Sun, 05 Aug 2007 01:28:05 +0000 |
bcoudurier |
add streams on the fly, swf is a streaming format and has no real header, correctly detect audio in RamboMJPEGAVP6_112K.swf now
libavformat
|
Sun, 05 Aug 2007 00:47:57 +0000 |
bcoudurier |
do not write id3v2 header when writing .mp2 files
libavformat
|
Sun, 05 Aug 2007 00:47:07 +0000 |
bcoudurier |
remove useless raw_write_header
libavformat
|
Sun, 05 Aug 2007 00:32:19 +0000 |
jbr |
additional tweaks to AC3 probe function. give a higher score to a single frame
libavformat
|
Sat, 04 Aug 2007 23:53:05 +0000 |
jbr |
increase the maximum AC3 probe buffer size and reduce the threshold for 50% reliability score to 2 frames. Fixes out.ac3 from [FFmpeg-devel] AC3 Format Detection unreliable.
libavformat
|
Sat, 04 Aug 2007 23:03:17 +0000 |
michael |
set the previous tag size correctly in flv files
libavformat
|
Sat, 04 Aug 2007 22:54:46 +0000 |
michael |
set a more reasonable start_time if the first timestamps are AV_NOPTS_VALUE
libavformat
|
Sat, 04 Aug 2007 22:46:13 +0000 |
michael |
correct initial timestamps which have AV_NOPTS_VALUE
libavformat
|
Sat, 04 Aug 2007 12:33:34 +0000 |
bcoudurier |
set block align to stsd audio v2 bytes per frame for adpcm ms and ima wav, fix surge-2-16-L-ms11.mov and surge-2-16-L-ms02.mov
libavformat
|
Sat, 04 Aug 2007 00:22:28 +0000 |
michael |
detect MS wav codecs
libavformat
|
Fri, 03 Aug 2007 08:56:00 +0000 |
michael |
move code which adds a AVPacket into the packet buffer into its own function
libavformat
|
Tue, 31 Jul 2007 15:20:36 +0000 |
benoit |
fill title, author, copyright and comment fields by parsing udta atom
libavformat
|
Tue, 31 Jul 2007 15:06:27 +0000 |
michael |
deal with the case where one of pts,dts has wrapped but the other has not
libavformat
|
Mon, 30 Jul 2007 18:57:47 +0000 |
michael |
kill antiwrapping code, i do not think this did anything good
libavformat
|
Mon, 30 Jul 2007 10:00:42 +0000 |
bcoudurier |
treat NONE as U8 to fix qtNONE/000_0032.MOV, this should not any have side effect since if bps is 16 in stsd, codec will be changed to s16be, just yell if this breaks any sample
libavformat
|
Mon, 30 Jul 2007 02:05:16 +0000 |
michael |
support silly PCM variant used by zork nemesis
libavformat
|
Sat, 28 Jul 2007 18:05:11 +0000 |
diego |
Merge get_str() and get_str8() functions.
libavformat
|
Sat, 28 Jul 2007 18:02:19 +0000 |
diego |
Fix get_str/get_str8() to also work if the target string is not long enough to
libavformat
|
Sat, 28 Jul 2007 12:46:26 +0000 |
diego |
cosmetics: misc typo fixes
libavformat
|
Sat, 28 Jul 2007 06:33:05 +0000 |
conrad |
Add EBML ID for Segment UID
libavformat
|
Fri, 27 Jul 2007 11:37:56 +0000 |
michael |
detect voxware (closes issue39)
libavformat
|
Fri, 27 Jul 2007 11:36:17 +0000 |
michael |
try exact match before case insensitive match in codec_get_id
libavformat
|
Fri, 27 Jul 2007 00:29:33 +0000 |
michael |
ignore invalid packet_obj_size
libavformat
|
Thu, 26 Jul 2007 22:34:26 +0000 |
lucabe |
Introduce an SDP generator
libavformat
|
Thu, 26 Jul 2007 13:02:07 +0000 |
aurel |
cosmetics: alignment
libavformat
|
Thu, 26 Jul 2007 13:01:09 +0000 |
aurel |
replaces hardcoded values by the equivalent enum definitions
libavformat
|
Wed, 25 Jul 2007 20:39:43 +0000 |
michael |
Avoid misdetecting acelp in ASF as MP3.
libavformat
|
Wed, 25 Jul 2007 19:47:44 +0000 |
aurel |
add proper support for subtitles muxing/stream copying
libavformat
|
Wed, 25 Jul 2007 15:59:26 +0000 |
aurel |
use the most appropriate codec id for A_MPEG/L1 and L2
libavformat
|
Wed, 25 Jul 2007 15:58:12 +0000 |
aurel |
reorder matroska codec tags so that the encoder picks up the appropriate tag
libavformat
|
Fri, 20 Jul 2007 08:05:27 +0000 |
takis |
Replace ENOSYS by ENOTSUP as in this case the problem is not really a function
libavformat
|
Thu, 19 Jul 2007 15:38:33 +0000 |
takis |
Replace all occurrences of AVERROR_NOTSUPP with AVERROR(ENOSYS).
libavformat
|
Thu, 19 Jul 2007 15:37:44 +0000 |
takis |
Correct one Doxygen entry, replacing NOMEM with AVERROR(ENOMEM).
libavformat
|
Thu, 19 Jul 2007 15:23:32 +0000 |
takis |
Replace all occurrences of AVERROR_IO with AVERROR(EIO).
libavformat
|
Thu, 19 Jul 2007 15:21:30 +0000 |
takis |
Replace all occurrences of AVERROR_NOMEM with AVERROR(ENOMEM).
libavformat
|
Thu, 19 Jul 2007 14:48:13 +0000 |
diego |
Make video hook infrastructure conditional on video hooks being enabled.
libavformat
|
Thu, 19 Jul 2007 10:48:50 +0000 |
benoit |
use sscanf to parse address
libavformat
|
Wed, 18 Jul 2007 11:56:36 +0000 |
benoit |
remove useless check
libavformat
|
Wed, 18 Jul 2007 07:57:26 +0000 |
benoit |
fix emulated inet_aton so that it fails for invalid addresses
libavformat
|
Tue, 17 Jul 2007 12:57:50 +0000 |
diego |
typo fixes
libavformat
|
Mon, 16 Jul 2007 20:30:28 +0000 |
ramiro |
MinGW has those include files.
libavformat
|
Mon, 16 Jul 2007 20:28:43 +0000 |
ramiro |
Move av_gettime() back to lavf/utils.c
libavformat
|
Mon, 16 Jul 2007 20:27:16 +0000 |
ramiro |
MinGW has gettimeofday() since mingw-runtime-3.10
libavformat
|
Mon, 16 Jul 2007 14:51:43 +0000 |
aurel |
add support for S_ASS and S_SSA codec string
libavformat
|
Mon, 16 Jul 2007 10:56:40 +0000 |
alex |
.memleak fix by Ronald Bultje. OK'd by Luca.
libavformat
|
Sun, 15 Jul 2007 18:24:39 +0000 |
michael |
remove likely wrong reseting of align_iframe
libavformat
|
Sat, 14 Jul 2007 15:12:38 +0000 |
aurel |
Avoid using undefined symbols.
libavformat
|
Sat, 14 Jul 2007 14:43:06 +0000 |
aurel |
Allow selecting only the vc1 demuxer.
libavformat
|
Sat, 14 Jul 2007 14:40:18 +0000 |
aurel |
Allow selecting only the mpegtsraw demuxer.
libavformat
|
Sat, 14 Jul 2007 14:35:17 +0000 |
aurel |
The dxa demuxer depends on riff.o.
libavformat
|
Sat, 14 Jul 2007 14:32:41 +0000 |
aurel |
The dv1394 demuxer depends on dv.o.
libavformat
|
Sat, 14 Jul 2007 14:27:20 +0000 |
aurel |
All those demuxers don't depend on riff.o anymore.
libavformat
|
Sat, 14 Jul 2007 14:01:20 +0000 |
aurel |
All those demuxers use pcm_read_seek() and thus depend on raw.o.
libavformat
|
Sat, 14 Jul 2007 13:37:24 +0000 |
aurel |
The c93 demuxer depends on vocdec.o.
libavformat
|
Sat, 14 Jul 2007 12:42:57 +0000 |
mru |
avoid division by zero in av_find_stream_info() when no time base is set
libavformat
|
Fri, 13 Jul 2007 17:15:56 +0000 |
bcoudurier |
Smartjog granted permission to relicense as LGPL 2.1
libavformat
|
Fri, 13 Jul 2007 17:06:58 +0000 |
bcoudurier |
round timestamps up, k2 broadcast server seems to need it
libavformat
|
Fri, 13 Jul 2007 12:12:38 +0000 |
alex |
h264_rtp_extra_data is not only used for debug purposes, asserts are using it also
libavformat
|
Fri, 13 Jul 2007 12:01:56 +0000 |
alex |
remove uneeded include as assert is never used
libavformat
|
Fri, 13 Jul 2007 11:58:15 +0000 |
alex |
Remove broken assert. ebml_read_element_id can handle level_up set to NULL.
libavformat
|
Fri, 13 Jul 2007 00:49:40 +0000 |
alex |
fix compilation with assert
libavformat
|
Thu, 12 Jul 2007 21:12:33 +0000 |
lu_zero |
rtsp multicast fix by Thijs Vermeir $1$2@gmail.com
libavformat
|
Wed, 11 Jul 2007 13:37:07 +0000 |
aurel |
add support for ASS like subtitles in Matroska
libavformat
|
Wed, 11 Jul 2007 13:13:20 +0000 |
aurel |
add support for Matroska subtitle tracks
libavformat
|
Wed, 11 Jul 2007 12:45:14 +0000 |
aurel |
Move public API functions av_codec_get_tag() and av_codec_get_id()
libavformat
|
Tue, 10 Jul 2007 21:52:04 +0000 |
ramiro |
Remove OS/2 support
libavformat
|
Mon, 09 Jul 2007 22:15:11 +0000 |
mru |
avoid deprecation warnings for AVFrac from avformat.h
libavformat
|
Mon, 09 Jul 2007 18:54:11 +0000 |
diego |
ISO8859-1 --> UTF-8
libavformat
|
Mon, 09 Jul 2007 13:51:06 +0000 |
aurel |
duration must not be scaled
libavformat
|
Mon, 09 Jul 2007 13:33:34 +0000 |
aurel |
properly set AVStream.language according to Matroska track header
libavformat
|
Sun, 08 Jul 2007 13:42:52 +0000 |
mru |
avoid uninitialised variable warning and clarify code
libavformat
|
Sun, 08 Jul 2007 13:42:51 +0000 |
mru |
update SectionCallback and PESCallback typedefs to match functions
libavformat
|
Sun, 08 Jul 2007 13:42:48 +0000 |
mru |
remove redundant declaration of mpegts_muxer
libavformat
|
Sun, 08 Jul 2007 13:42:46 +0000 |
mru |
kill uninitialised variable warning in mp3_read_probe()
libavformat
|
Sun, 08 Jul 2007 13:42:44 +0000 |
mru |
kill harmless 64-bit pointer cast warning
libavformat
|
Sun, 08 Jul 2007 13:42:42 +0000 |
mru |
bethsoftvid: use correct type for size passed to av_fast_realloc()
libavformat
|
Sun, 08 Jul 2007 03:16:59 +0000 |
romansh |
* Getting rid of the use of GCC language extensions
libavformat
|
Sun, 08 Jul 2007 01:49:24 +0000 |
mru |
remove deprecated codec_get_{bmp,wav}_{id,tag}()
libavformat
|
Sun, 08 Jul 2007 01:41:09 +0000 |
mru |
ogm: don't use deprecated codec_get_{bmp,wav}_id()
libavformat
|
Sun, 08 Jul 2007 01:41:07 +0000 |
mru |
nutdec: don't use deprecated codec_get_{bmp,wav}_id()
libavformat
|
Sun, 08 Jul 2007 01:41:06 +0000 |
mru |
remove redundant codec_get_bmp_tag() call in avi_write_header()
libavformat
|
Sat, 07 Jul 2007 20:50:31 +0000 |
mru |
use bytestream_get_* and AV_RLxx
libavformat
|
Sat, 07 Jul 2007 13:46:30 +0000 |
mru |
kill uninitialised variable warning in amr_read_packet()
libavformat
|
Sat, 07 Jul 2007 13:46:28 +0000 |
mru |
kill uninitialised variable warning in ac3_probe()
libavformat
|
Sat, 07 Jul 2007 13:46:25 +0000 |
mru |
remove unused functions
libavformat
|
Fri, 06 Jul 2007 09:32:34 +0000 |
diego |
Use AV_RB* macros where appropriate.
libavformat
|
Fri, 06 Jul 2007 07:18:25 +0000 |
lucabe |
Support for the AVFMT_FLAG_NONBLOCK flag (non-blocking input) in v4l2.c
libavformat
|
Fri, 06 Jul 2007 07:16:47 +0000 |
lucabe |
Add support for non-blocking input formats
libavformat
|
Thu, 05 Jul 2007 20:58:34 +0000 |
benoit |
check udp_read_packet return value not to access uninitialized memory
libavformat
|
Thu, 05 Jul 2007 20:08:51 +0000 |
mru |
update my email address
libavformat
|
Thu, 05 Jul 2007 10:40:25 +0000 |
diego |
license header consistency cosmetics
libavformat
|
Thu, 05 Jul 2007 10:37:29 +0000 |
diego |
Group all copyright and author notices together.
libavformat
|
Thu, 05 Jul 2007 09:06:27 +0000 |
diego |
URL update, move comment to a better place.
libavformat
|
Mon, 02 Jul 2007 17:00:04 +0000 |
diego |
Remove leading underscores from specifiers, they are reserved.
libavformat
|
Mon, 02 Jul 2007 12:19:26 +0000 |
diego |
spelling cosmetics
libavformat
|
Mon, 02 Jul 2007 10:13:19 +0000 |
diego |
Ignore .ho files.
libavformat
|
Mon, 02 Jul 2007 10:10:53 +0000 |
diego |
Add missing comment markers to #endif directive.
libavformat
|
Wed, 27 Jun 2007 06:54:47 +0000 |
benoit |
remove empty write trailer functions
libavformat
|
Tue, 26 Jun 2007 23:08:39 +0000 |
bcoudurier |
compute absolute data offset after reading blocksize
libavformat
|
Mon, 25 Jun 2007 21:47:29 +0000 |
bcoudurier |
this is named BlockSize in specs
libavformat
|
Mon, 25 Jun 2007 21:46:15 +0000 |
bcoudurier |
according to specs, offset is before blocksize
libavformat
|
Mon, 25 Jun 2007 21:31:33 +0000 |
bcoudurier |
support files with COMM chunk after SSND, fix invalid_nocommon.aiff which is spec compliant
libavformat
|
Mon, 25 Jun 2007 20:34:20 +0000 |
ramiro |
Check for O_BINARY instead of a list of systems that need it
libavformat
|
Mon, 25 Jun 2007 16:18:28 +0000 |
ramiro |
Remove localtime_r implementation for systems that don't have it.
libavformat
|
Mon, 25 Jun 2007 02:08:04 +0000 |
romansh |
* clarifying the AVInputFormat::read_seek return value
libavformat
|
Sun, 24 Jun 2007 21:50:09 +0000 |
aurel |
cosmetics: indentation after last commit
libavformat
|
Sun, 24 Jun 2007 21:49:13 +0000 |
aurel |
drop blocks which are part of unsupported tracks
libavformat
|
Sun, 24 Jun 2007 12:29:12 +0000 |
mru |
remove duplicate #include
libavformat
|
Sun, 24 Jun 2007 12:23:34 +0000 |
reimar |
more av_strl* adjustments
libavformat
|
Sun, 24 Jun 2007 12:20:18 +0000 |
mru |
warnings--
libavformat
|
Sun, 24 Jun 2007 12:20:17 +0000 |
mru |
whitespace cosmetics
libavformat
|
Sun, 24 Jun 2007 12:20:16 +0000 |
mru |
use AV_RL32
libavformat
|
Sun, 24 Jun 2007 12:12:04 +0000 |
mru |
use more Vorbis metadata tags
libavformat
|
Sun, 24 Jun 2007 12:11:45 +0000 |
mru |
replace strncpy with av_strlcpy
libavformat
|
Sun, 24 Jun 2007 11:27:12 +0000 |
mru |
replace the uses of old string functions that Reimar missed
libavformat
|
Sun, 24 Jun 2007 07:45:19 +0000 |
reimar |
Cosmetics: use consistent indentation by four spaces
libavformat
|
Sun, 24 Jun 2007 07:38:26 +0000 |
reimar |
DV muxer should not only fail for more that 3 streams altogether
libavformat
|
Sat, 23 Jun 2007 23:10:35 +0000 |
mru |
remove old unused string functions
libavformat
|
Sat, 23 Jun 2007 23:10:32 +0000 |
mru |
use new string functions
libavformat
|
Sat, 23 Jun 2007 12:49:36 +0000 |
aurel |
simplify
libavformat
|
Sat, 23 Jun 2007 12:47:02 +0000 |
aurel |
remove useless empty function
libavformat
|
Sat, 23 Jun 2007 12:42:45 +0000 |
aurel |
cosmetics: too much blank lines
libavformat
|
Sat, 23 Jun 2007 12:32:19 +0000 |
aurel |
use intreadwrite functions in matroskadec
libavformat
|
Sat, 23 Jun 2007 12:30:40 +0000 |
aurel |
use intreadwrite functions in vocdec
libavformat
|
Sat, 23 Jun 2007 01:20:38 +0000 |
mru |
remove useless #ifndef CONFIG_NOCUTILS
libavformat
|
Sat, 23 Jun 2007 00:47:28 +0000 |
mru |
simplify stristart()
libavformat
|
Sat, 23 Jun 2007 00:47:27 +0000 |
mru |
cosmetic: combine declaration and initialisation
libavformat
|
Sat, 23 Jun 2007 00:21:06 +0000 |
mru |
simplify pstrcpy()
libavformat
|
Fri, 22 Jun 2007 22:35:55 +0000 |
mru |
simplify strstart()
libavformat
|
Thu, 21 Jun 2007 09:53:01 +0000 |
bcoudurier |
use allformats.h
libavformat
|
Thu, 21 Jun 2007 09:49:20 +0000 |
bcoudurier |
remove now useless ifdef
libavformat
|
Thu, 21 Jun 2007 09:39:29 +0000 |
bcoudurier |
split mpeg ps and variants muxer and demuxer, I'll clean more in a few minutes, lpcm freq tab is left static const in mpeg.h for now until we have more code in common
libavformat
|
Wed, 20 Jun 2007 17:37:11 +0000 |
reimar |
Fix @file in matroskadec.c, it was still matroska.c
libavformat
|
Tue, 19 Jun 2007 21:12:52 +0000 |
benoit |
comment endif directive token
libavformat
|
Sun, 17 Jun 2007 18:59:28 +0000 |
gpoirier |
add a comment to indicate which #endif belong to which #define
libavformat
|
Sun, 17 Jun 2007 00:01:30 +0000 |
mru |
add multiple inclusion guards to headers
libavformat
|
Sat, 16 Jun 2007 22:59:13 +0000 |
mru |
include all prerequisites in header files
libavformat
|
Sat, 16 Jun 2007 14:52:05 +0000 |
mru |
fix some printf format specifiers
libavformat
|
Fri, 15 Jun 2007 09:10:19 +0000 |
benoit |
Add support for track numbers when they are set via strings
libavformat
|
Thu, 14 Jun 2007 18:14:35 +0000 |
mru |
use get_bits_long() where needed
libavformat
|
Wed, 13 Jun 2007 08:24:22 +0000 |
benoit |
remove decode_be32/64 and replace them by AV_RB32/64
libavformat
|
Tue, 12 Jun 2007 21:27:32 +0000 |
ramiro |
Remove unused declarations
libavformat
|
Tue, 12 Jun 2007 18:50:50 +0000 |
diego |
misc typo fixes
libavformat
|
Tue, 12 Jun 2007 09:29:25 +0000 |
diego |
misc spelling fixes
libavformat
|
Tue, 12 Jun 2007 08:06:54 +0000 |
benoit |
Move the video size and rate abbreviations system from libavformat to libavcodec
libavformat
|
Tue, 12 Jun 2007 08:01:35 +0000 |
diego |
Add some explanatory comments to #endif directives.
libavformat
|
Tue, 12 Jun 2007 07:59:34 +0000 |
diego |
Remove unused static function.
libavformat
|
Sun, 10 Jun 2007 20:35:01 +0000 |
diego |
Add a bounds check on AVProbeData input.
libavformat
|
Fri, 08 Jun 2007 17:34:37 +0000 |
michael |
simplify
libavformat
|
Fri, 08 Jun 2007 17:26:05 +0000 |
michael |
remove now unused "global" pcr_pid
libavformat
|
Fri, 08 Jun 2007 17:21:29 +0000 |
michael |
proper per stream pcr_pid support by (Wolfram Gloger wmglo dent.med.uni-muenchen@de )
libavformat
|
Thu, 07 Jun 2007 14:51:26 +0000 |
takis |
Remove the unnecessary masking when counting received packet types in the H.264
libavformat
|
Thu, 07 Jun 2007 14:48:29 +0000 |
takis |
Remove the unnecessary masking when reconstructing the NAL unit header in the
libavformat
|
Thu, 07 Jun 2007 14:47:40 +0000 |
takis |
Remove the unnecessary masking when extracting the start bit in the H.264 RTP
libavformat
|
Thu, 07 Jun 2007 14:13:59 +0000 |
diego |
Fix linking: emms_c is a macro, #include the correct header file.
libavformat
|
Thu, 07 Jun 2007 13:24:19 +0000 |
diego |
emms --> emms_c, patch by Ronald S. Bultje, rbultje ronald.bitfreak net
libavformat
|
Wed, 06 Jun 2007 15:52:53 +0000 |
bcoudurier |
add MMES fourcc, matrox mpeg2 in avi files
libavformat
|
Wed, 06 Jun 2007 13:31:30 +0000 |
michael |
add mpegtsraw demuxer
libavformat
|
Wed, 06 Jun 2007 13:21:50 +0000 |
bcoudurier |
warn user if video codec timebase is very high
libavformat
|
Mon, 04 Jun 2007 23:07:27 +0000 |
diego |
spelling
libavformat
|
Mon, 04 Jun 2007 22:35:16 +0000 |
aurel |
cosmetics: use one type per field in every structs
libavformat
|
Mon, 04 Jun 2007 22:23:05 +0000 |
michael |
partially revert r2931 (Support raw mpegts streams from dvr)
libavformat
|
Mon, 04 Jun 2007 22:21:29 +0000 |
aurel |
cosmetics: indentation
libavformat
|
Mon, 04 Jun 2007 22:19:17 +0000 |
aurel |
add support for real audio in matroska
libavformat
|
Mon, 04 Jun 2007 22:17:55 +0000 |
aurel |
fix an infinite loop in case one cluster is not enough to demux a packet
libavformat
|
Mon, 04 Jun 2007 22:10:54 +0000 |
aurel |
split some common code from the mkv demuxer that will be useful to the muxer
libavformat
|
Mon, 04 Jun 2007 21:05:58 +0000 |
ramiro |
Typos
libavformat
|
Mon, 04 Jun 2007 20:48:04 +0000 |
ramiro |
Doxygenize av_init_packet
libavformat
|
Mon, 04 Jun 2007 16:52:02 +0000 |
ramiro |
Export av_init_packet
libavformat
|
Mon, 04 Jun 2007 14:54:33 +0000 |
michael |
harmless typo
libavformat
|
Mon, 04 Jun 2007 14:53:47 +0000 |
michael |
fix indention
libavformat
|
Mon, 04 Jun 2007 14:44:52 +0000 |
michael |
remove duplicate PAT scaning code and actual PAT scan
libavformat
|
Mon, 04 Jun 2007 14:20:07 +0000 |
michael |
unused variables
libavformat
|
Mon, 04 Jun 2007 14:17:43 +0000 |
michael |
dont rescan for information on each pid, but rather do it just once by
libavformat
|
Mon, 04 Jun 2007 14:11:54 +0000 |
michael |
move structs and enums to top of file so they can be used
libavformat
|
Mon, 04 Jun 2007 13:57:00 +0000 |
michael |
passing MpegTSFilter to the filters instead of a random void *opaque
libavformat
|
Mon, 04 Jun 2007 13:28:02 +0000 |
mhoffman |
extending video4linux support to handle the additional formats UYVY, YUYV and RGB565
libavformat
|
Mon, 04 Jun 2007 13:25:29 +0000 |
mhoffman |
convert if then else video palette to pix_fmt construct to simpiler table based lookup.
libavformat
|
Mon, 04 Jun 2007 12:19:38 +0000 |
michael |
do not perform SDT scan at the begin (this avoids a timeconsuming search for
libavformat
|
Mon, 04 Jun 2007 11:46:59 +0000 |
michael |
make new_service() update existing info sanely
libavformat
|
Mon, 04 Jun 2007 11:25:33 +0000 |
michael |
remove fake service/provider names used for PAT
libavformat
|
Mon, 04 Jun 2007 08:53:08 +0000 |
benoit |
Indentation
libavformat
|
Sun, 03 Jun 2007 22:56:11 +0000 |
bcoudurier |
cosmetics remove struct name with typedef
libavformat
|
Sun, 03 Jun 2007 22:40:42 +0000 |
bcoudurier |
remove unused EssenceContainerData
libavformat
|
Sun, 03 Jun 2007 18:04:33 +0000 |
bcoudurier |
skip no more needed on error
libavformat
|
Sun, 03 Jun 2007 17:53:15 +0000 |
bcoudurier |
remove duplicate entry since now we ignore version byte
libavformat
|
Sun, 03 Jun 2007 17:29:49 +0000 |
bcoudurier |
typo
libavformat
|
Sun, 03 Jun 2007 17:26:30 +0000 |
bcoudurier |
set pkt pos
libavformat
|
Sun, 03 Jun 2007 17:20:35 +0000 |
bcoudurier |
remove now useless sync key
libavformat
|
Sun, 03 Jun 2007 17:19:15 +0000 |
bcoudurier |
no need to seek on specific key anymore, since klv_read_packet will sync, tested on encrypted files
libavformat
|
Sun, 03 Jun 2007 17:15:39 +0000 |
bcoudurier |
do not print error message when klv_read_packet fails
libavformat
|
Sun, 03 Jun 2007 17:10:55 +0000 |
bcoudurier |
sync to mxf klv key before trying to read klv packet
libavformat
|
Sun, 03 Jun 2007 14:52:55 +0000 |
bcoudurier |
match uids indenpendantly of the version byte
libavformat
|
Sun, 03 Jun 2007 14:33:57 +0000 |
bcoudurier |
cosmetics, reorder and classify uids
libavformat
|
Sat, 02 Jun 2007 23:14:38 +0000 |
michael |
get rid of if(1)
libavformat
|
Sat, 02 Jun 2007 23:11:17 +0000 |
michael |
get rid of one layer of callback obfuscation
libavformat
|
Sat, 02 Jun 2007 23:04:46 +0000 |
michael |
kill completely idiotic code which hides all but 2 streams
libavformat
|
Sat, 02 Jun 2007 21:48:49 +0000 |
michael |
correct implementation of "try with auto_guess if first detection fails"
libavformat
|
Sat, 02 Jun 2007 21:44:20 +0000 |
michael |
revert r4802 (try with auto_guess if first detection fails)
libavformat
|
Sat, 02 Jun 2007 20:57:31 +0000 |
michael |
split mpeg2ts_raw mode into its own demuxer using such a flag is an incredibly dirty hack
libavformat
|
Wed, 30 May 2007 23:42:37 +0000 |
michael |
move jpegls up, fixes sf bug #1629152
libavformat
|
Wed, 30 May 2007 10:04:37 +0000 |
aurel |
typo
libavformat
|
Wed, 30 May 2007 09:50:35 +0000 |
aurel |
use FFSWAP()
libavformat
|
Wed, 30 May 2007 09:45:09 +0000 |
aurel |
cosmetics: indentation
libavformat
|
Wed, 30 May 2007 09:44:16 +0000 |
aurel |
split rm muxer and demuxer in their own files
libavformat
|
Wed, 30 May 2007 00:08:32 +0000 |
michael |
warn the user about the the mdhd problem
libavformat
|
Tue, 29 May 2007 08:19:37 +0000 |
benoit |
variable initialization (because of a gcc warning)
libavformat
|
Sun, 27 May 2007 08:06:45 +0000 |
michael |
fix "incorrect frame size" errors with small.nuv
libavformat
|
Wed, 23 May 2007 07:17:17 +0000 |
benoit |
add rgb suffix handling for demuxer
libavformat
|
Tue, 22 May 2007 08:28:32 +0000 |
benoit |
id3v2 writer
libavformat
|
Tue, 22 May 2007 08:23:45 +0000 |
benoit |
id3v2 reader
libavformat
|
Tue, 22 May 2007 07:58:22 +0000 |
benoit |
cosmetic v1/v2 renaming
libavformat
|
Tue, 22 May 2007 07:51:39 +0000 |
benoit |
Add transport method options
libavformat
|
Tue, 22 May 2007 07:47:04 +0000 |
benoit |
Add support for options
libavformat
|
Mon, 21 May 2007 16:08:03 +0000 |
alex |
r9095 invalidly removed the check for non-winsock
libavformat
|
Mon, 21 May 2007 15:54:35 +0000 |
alex |
fix FD_SETSIZE handling in our poll() emulation
libavformat
|
Mon, 21 May 2007 08:33:36 +0000 |
bcoudurier |
print and return error if output is non seekable
libavformat
|
Sun, 20 May 2007 15:11:55 +0000 |
aurel |
add a ff_ prefix to some mpegaudio funcs
libavformat
|
Thu, 17 May 2007 10:30:03 +0000 |
alex |
Use usleep instead of sleep, some MinGW versions lack sleep.
libavformat
|
Wed, 16 May 2007 12:25:54 +0000 |
diego |
Remove extern C declarations for C++.
libavformat
|
Wed, 16 May 2007 09:21:23 +0000 |
diego |
Drop unnecessary libavcodec/ prefix in #include path.
libavformat
|
Wed, 16 May 2007 02:02:22 +0000 |
corey |
Don't forget about audio remaining in buffer, in case there is enough
libavformat
|
Tue, 15 May 2007 14:58:30 +0000 |
alex |
initial mingw networking support
libavformat
|
Sat, 12 May 2007 22:17:40 +0000 |
bcoudurier |
simplify, no need for a function
libavformat
|
Sat, 12 May 2007 22:02:27 +0000 |
bcoudurier |
fix ctts index computation when seeking, check must be done against next ctts sample, thanks to Uoti
libavformat
|
Fri, 11 May 2007 19:07:40 +0000 |
alex |
cosmetics: fix indentation
libavformat
|
Thu, 10 May 2007 23:42:28 +0000 |
bcoudurier |
dmb1 fourcc, mjpeg_opendml.mov
libavformat
|
Thu, 10 May 2007 13:25:33 +0000 |
benoit |
Use url_fopen error code when opening input file
libavformat
|
Thu, 10 May 2007 10:51:00 +0000 |
takis |
Typos
libavformat
|
Thu, 10 May 2007 10:15:15 +0000 |
lucabe |
Reindent code after last commit
libavformat
|
Thu, 10 May 2007 10:14:42 +0000 |
lucabe |
Allow avoid setting the video standard and input when capturing v4l2 video.
libavformat
|
Wed, 09 May 2007 23:07:40 +0000 |
diego |
RoQ muxer, patch by Vitor, vitor1001 gmail com
libavformat
|
Tue, 08 May 2007 23:25:31 +0000 |
aurel |
move aac and ac3 parsers in their own files
libavformat
|
Tue, 08 May 2007 11:57:49 +0000 |
ivo |
autodetect ptx files
libavformat
|
Mon, 07 May 2007 15:43:01 +0000 |
aurel |
fix display of theora videos with visible size smaller than encoded size
libavformat
|
Mon, 07 May 2007 13:30:08 +0000 |
ivo |
Renderware TXD demuxer
libavformat
|
Mon, 07 May 2007 11:57:46 +0000 |
michael |
improve mpeg4-es detection by rejecting streams with reserved startcodes (fixes 11-i_need_your_love-daw.mp3 detected as mpeg4)
libavformat
|
Sun, 06 May 2007 18:23:28 +0000 |
reimar |
Fix two small typos in comment
libavformat
|
Sun, 06 May 2007 12:04:17 +0000 |
diego |
cosmetics: Fix indentation after last commit, patch by Zuxy Meng.
libavformat
|
Wed, 02 May 2007 22:54:28 +0000 |
diego |
cosmetics: Sort entries by CONFIG_ name.
libavformat
|
Wed, 02 May 2007 13:36:45 +0000 |
benoit |
give the position offset of the file in the packet
libavformat
|
Wed, 02 May 2007 09:18:41 +0000 |
benoit |
return right format in set_codec_from_probe_data
libavformat
|
Wed, 02 May 2007 09:13:47 +0000 |
benoit |
patch so that the deprecated items show up correctly
libavformat
|
Mon, 30 Apr 2007 15:56:11 +0000 |
benoit |
use asf stream information to set bitrate
libavformat
|
Mon, 30 Apr 2007 09:46:11 +0000 |
diego |
Fix loop condition so it can be run through more than once.
libavformat
|
Mon, 30 Apr 2007 09:43:29 +0000 |
diego |
more detailed error message for buffer underflow
libavformat
|
Sat, 28 Apr 2007 13:07:52 +0000 |
bcoudurier |
fix AVStream documentation: clarify start_time, start_time and duration are actually in stream base
libavformat
|
Fri, 27 Apr 2007 17:19:07 +0000 |
kostya |
Support for newer MacOSX AIFF
libavformat
|
Fri, 27 Apr 2007 16:10:05 +0000 |
bcoudurier |
fix oss audio playback, broken since r7983, pass AVFormatContext filename to audio_open since audio_device when NULL is no more set to default value
libavformat
|
Fri, 27 Apr 2007 01:21:11 +0000 |
alex |
Use correct CONFIG_RTP_MUXER ifdef
libavformat
|
Fri, 27 Apr 2007 00:41:50 +0000 |
alex |
implement ff_socket_nonblock and use it in networking code
libavformat
|
Fri, 27 Apr 2007 00:35:54 +0000 |
alex |
use ff_neterrno() and FF_NETERROR() for networking error handling
libavformat
|
Thu, 26 Apr 2007 23:44:56 +0000 |
alex |
Make protocols configure selectable and also cleanup the CONFIG_NETWORK
libavformat
|
Thu, 26 Apr 2007 23:41:20 +0000 |
alex |
Don't compile RTSP_DEMUXER if not requested
libavformat
|
Thu, 26 Apr 2007 23:40:36 +0000 |
alex |
properly compile code for REDIR_DEMUXER
libavformat
|
Thu, 26 Apr 2007 19:27:32 +0000 |
diego |
cosmetics: Remove trailing whitespace and tabs.
libavformat
|
Thu, 26 Apr 2007 18:31:33 +0000 |
diego |
cosmetics: sort()
libavformat
|
Thu, 26 Apr 2007 18:04:42 +0000 |
alex |
move resolve_host from tcp.c to os_support.c as it is used widely
libavformat
|
Thu, 26 Apr 2007 18:00:28 +0000 |
alex |
cosmetics in resolve_host
libavformat
|
Thu, 26 Apr 2007 17:38:30 +0000 |
alex |
remove unused rtsp_callback
libavformat
|
Thu, 26 Apr 2007 17:35:31 +0000 |
diego |
proper dependency on mpegts_demuxer for rtp_muxer
libavformat
|
Thu, 26 Apr 2007 11:46:04 +0000 |
bcoudurier |
remove no more true comment
libavformat
|
Thu, 26 Apr 2007 11:36:05 +0000 |
bcoudurier |
cosmectics, use consistant and homogeneous type names for atoms
libavformat
|
Thu, 26 Apr 2007 11:24:10 +0000 |
bcoudurier |
use dprintf with AVFormatContext and simplify
libavformat
|
Thu, 26 Apr 2007 10:49:48 +0000 |
lucabe |
Fix reading PTSs and DTSs in libavformat, by reverting r8465.
libavformat
|
Thu, 26 Apr 2007 08:42:21 +0000 |
bcoudurier |
remove now obsolete and no more true comments
libavformat
|
Wed, 25 Apr 2007 23:22:05 +0000 |
conrad |
Support for seeking in TTA files.
libavformat
|
Wed, 25 Apr 2007 15:58:05 +0000 |
bcoudurier |
add xdv2 xdcam hd tag, decode xdcam_hd_1080i60.mov
libavformat
|
Wed, 25 Apr 2007 15:57:15 +0000 |
bcoudurier |
add 'wide' reversed tag in probe, detect broken xdcam files xdcam_hd_1080i60.mov
libavformat
|
Wed, 25 Apr 2007 09:01:54 +0000 |
benoit |
add rgb suffix to rawvideo muxer
libavformat
|
Tue, 24 Apr 2007 11:45:13 +0000 |
benoit |
more format abbreviations
libavformat
|
Tue, 24 Apr 2007 10:51:26 +0000 |
bcoudurier |
correct comment about seek function
libavformat
|
Tue, 24 Apr 2007 05:50:30 +0000 |
diego |
Remove unused code + variable, fixes a warning.
libavformat
|
Sun, 22 Apr 2007 18:48:07 +0000 |
michael |
dont assert(0) due to buggy rm demuxer
libavformat
|
Sun, 22 Apr 2007 16:23:44 +0000 |
michael |
fix av_seek_frame_generic() so that it doesnt fail if the
libavformat
|
Sun, 22 Apr 2007 11:07:35 +0000 |
michael |
init packet before calling the demuxer
libavformat
|
Sun, 22 Apr 2007 00:50:36 +0000 |
conrad |
Change from using a seek table internal to the TTA demuxer to using the standard lavf index.
libavformat
|
Sat, 21 Apr 2007 18:37:10 +0000 |
bcoudurier |
long -> int
libavformat
|
Sat, 21 Apr 2007 18:12:51 +0000 |
bcoudurier |
cosmetics: mov_mp4 -> mp4
libavformat
|
Sat, 21 Apr 2007 18:09:14 +0000 |
bcoudurier |
clean and simplify esds reading function
libavformat
|
Sat, 21 Apr 2007 18:03:53 +0000 |
bcoudurier |
remove broken ctab code
libavformat
|
Sat, 21 Apr 2007 18:01:47 +0000 |
bcoudurier |
use INT64_MAX
libavformat
|
Fri, 20 Apr 2007 23:45:53 +0000 |
alex |
remove possibly broken wince cruft
libavformat
|
Tue, 17 Apr 2007 20:53:39 +0000 |
banan |
Atrac3 decoder.
libavformat
|
Sun, 15 Apr 2007 13:51:57 +0000 |
aurel |
add an enum for need_parsing
libavformat
|
Sun, 15 Apr 2007 12:35:44 +0000 |
diego |
Make the declaration of AVInputFormat ac3_demuxer conditional
libavformat
|
Sun, 15 Apr 2007 12:32:36 +0000 |
diego |
Move AC3 header parsing code together with the rest of the AC3 parsing code.
libavformat
|
Fri, 13 Apr 2007 07:50:04 +0000 |
benoit |
timestamps generation improvement when parsing avi
libavformat
|
Thu, 12 Apr 2007 11:28:34 +0000 |
diego |
spelling
libavformat
|
Thu, 12 Apr 2007 08:11:33 +0000 |
benoit |
DVR-MS probe audio format
libavformat
|
Tue, 10 Apr 2007 14:10:36 +0000 |
bcoudurier |
add D-10 PAL 40 audio essence container ul
libavformat
|
Tue, 10 Apr 2007 14:04:59 +0000 |
bcoudurier |
add D-10 PAL 40 ul
libavformat
|
Tue, 10 Apr 2007 11:27:24 +0000 |
aurel |
cosmetics: indentation
libavformat
|
Mon, 09 Apr 2007 17:03:20 +0000 |
aurel |
add support for seeking to a keyframe instead of a random frame
libavformat
|
Mon, 09 Apr 2007 17:00:09 +0000 |
aurel |
add an intermediate variable (prepare for next patch)
libavformat
|
Mon, 09 Apr 2007 16:48:28 +0000 |
aurel |
add support for seeking in matroska files
libavformat
|
Mon, 09 Apr 2007 16:45:43 +0000 |
aurel |
move matroska_find_track_by_num() upper in the file
libavformat
|
Mon, 09 Apr 2007 16:29:10 +0000 |
aurel |
cluster position is relative to segment_start
libavformat
|
Mon, 09 Apr 2007 16:27:00 +0000 |
aurel |
properly set streams start_time
libavformat
|
Mon, 09 Apr 2007 16:24:03 +0000 |
aurel |
remove unused context field
libavformat
|
Mon, 09 Apr 2007 16:22:18 +0000 |
aurel |
remove wrong and no more used packet reordering code
libavformat
|
Sun, 08 Apr 2007 20:24:16 +0000 |
diego |
Get rid of unnecessary pointer casts.
libavformat
|
Sun, 08 Apr 2007 20:21:11 +0000 |
diego |
Make some functions which aren't used outside their declaring source file
libavformat
|
Sun, 08 Apr 2007 12:05:02 +0000 |
diego |
cosmetics: indentation fix
libavformat
|
Sun, 08 Apr 2007 11:37:43 +0000 |
michael |
file extension based probe is max/2
libavformat
|
Sun, 08 Apr 2007 11:37:04 +0000 |
michael |
factorize
libavformat
|
Sun, 08 Apr 2007 11:34:15 +0000 |
michael |
allocate 32 extra bytes at the end of the probe buffer and remove most probe buf_size checks
libavformat
|
Sun, 08 Apr 2007 09:50:08 +0000 |
michael |
also remove c93_ prefix for static function in the c93 demuxer
libavformat
|
Sat, 07 Apr 2007 23:32:55 +0000 |
michael |
s/rle_num_bytes/code/
libavformat
|
Sat, 07 Apr 2007 23:26:11 +0000 |
michael |
simplify
libavformat
|
Sat, 07 Apr 2007 23:24:31 +0000 |
michael |
conform to spec
libavformat
|
Sat, 07 Apr 2007 23:10:22 +0000 |
michael |
use shorter names for the block type enum
libavformat
|
Sat, 07 Apr 2007 22:57:04 +0000 |
michael |
code claims to use 32bit timestamp, lets make it also use that
libavformat
|
Sat, 07 Apr 2007 22:55:15 +0000 |
michael |
remove redundant comments
libavformat
|
Sat, 07 Apr 2007 22:51:05 +0000 |
michael |
remove inappropriate debuging av_log() alternatively they could be changed to dprintf()
libavformat
|
Sat, 07 Apr 2007 22:47:55 +0000 |
michael |
memleak (seems ive missed that under the obfuscated indention)
libavformat
|
Sat, 07 Apr 2007 22:41:45 +0000 |
michael |
sane indention (no more 3 statements on one line...)
libavformat
|
Sat, 07 Apr 2007 21:34:18 +0000 |
diego |
CRYO APC demuxer
libavformat
|
Sat, 07 Apr 2007 20:51:58 +0000 |
diego |
Bethsoft VID demuxer and video decoder
libavformat
|
Sat, 07 Apr 2007 16:03:23 +0000 |
diego |
THP PCM decoder, used on the Nintendo GameCube.
libavformat
|
Sat, 07 Apr 2007 14:25:25 +0000 |
diego |
Interplay C93 demuxer and video decoder
libavformat
|
Sat, 07 Apr 2007 14:09:20 +0000 |
diego |
typos/grammar
libavformat
|
Fri, 06 Apr 2007 18:29:27 +0000 |
diego |
SGI image decoder ported to the new image API.
libavformat
|
Fri, 06 Apr 2007 09:43:32 +0000 |
diego |
Add some help for the analyzeduration option.
libavformat
|
Wed, 04 Apr 2007 11:51:08 +0000 |
gpoirier |
changes some function declarations from () to (void) as per ansi c.
libavformat
|
Tue, 03 Apr 2007 21:09:36 +0000 |
diego |
There were two files, libavformat/grab.c and libavformat/grab_bktr.c declaring
libavformat
|
Tue, 03 Apr 2007 16:47:43 +0000 |
diego |
cosmetics: indentation
libavformat
|
Tue, 03 Apr 2007 16:33:04 +0000 |
diego |
Get rid of unnecessary conditionals.
libavformat
|
Tue, 03 Apr 2007 15:59:15 +0000 |
diego |
CONFIG_NETWORK depends on CONFIG_PROTOCOLS, no need to nest conditionals.
libavformat
|
Tue, 03 Apr 2007 15:57:38 +0000 |
diego |
cosmetics: Put audio (de)muxer entries in alphabetical order.
libavformat
|
Tue, 03 Apr 2007 15:56:21 +0000 |
diego |
Audio (de)muxer dependency on OSS is handled by configure.
libavformat
|
Tue, 03 Apr 2007 12:40:17 +0000 |
diego |
cosmetics: Sort list of input/output formats.
libavformat
|
Sun, 01 Apr 2007 15:46:43 +0000 |
diego |
Fix copy and paste error in comment.
libavformat
|
Sun, 01 Apr 2007 14:28:48 +0000 |
diego |
support for the THP game format by Marco Gerards, mgerards xs4all nl
libavformat
|
Sun, 01 Apr 2007 01:09:56 +0000 |
michael |
WMVA
libavformat
|
Sat, 31 Mar 2007 16:27:22 +0000 |
bcoudurier |
add AVRn fourcc
libavformat
|
Sat, 31 Mar 2007 11:48:28 +0000 |
diego |
cosmetics: Fix indentation.
libavformat
|
Fri, 30 Mar 2007 23:04:45 +0000 |
rtogni |
Do not return invalid pointer for non-audio or video streams.
libavformat
|
Fri, 30 Mar 2007 22:10:25 +0000 |
michael |
argh, who commited this trash
libavformat
|
Fri, 30 Mar 2007 21:59:52 +0000 |
michael |
10^10l to the idiot who designed this format and didnt even realize what number he used
libavformat
|
Fri, 30 Mar 2007 16:20:40 +0000 |
michael |
fix demuxing of IMAG0002.ASF
libavformat
|
Fri, 30 Mar 2007 15:05:09 +0000 |
michael |
analyze end condition must match r_fps selection condition
libavformat
|
Thu, 29 Mar 2007 20:22:38 +0000 |
michael |
fix probe of 001.vdr-broken-6025
libavformat
|
Thu, 29 Mar 2007 10:45:34 +0000 |
bcoudurier |
move atom size check before parsing function search
libavformat
|
Thu, 29 Mar 2007 10:42:22 +0000 |
bcoudurier |
unset sample count to disable track when is broken
libavformat
|
Thu, 29 Mar 2007 10:37:07 +0000 |
bcoudurier |
break if atom size is more than size left in container atom, fix shooter.mov
libavformat
|
Thu, 29 Mar 2007 06:32:54 +0000 |
lucabe |
Allow setting v4l2 input and video standard.
libavformat
|
Thu, 29 Mar 2007 05:24:35 +0000 |
diego |
Change the vhook code to send real timestamps to the filters instead of the
libavformat
|
Wed, 28 Mar 2007 15:45:24 +0000 |
bcoudurier |
add hdv1 fourcc
libavformat
|
Wed, 28 Mar 2007 14:48:42 +0000 |
bcoudurier |
revert r8538 (set bit rate for asf format) until regression tests issue is stated
libavformat
|
Wed, 28 Mar 2007 12:03:37 +0000 |
bcoudurier |
set bit rate for asf format, patch by Zuxy Meng, zuxy meng gmail com
libavformat
|
Tue, 27 Mar 2007 19:28:40 +0000 |
michael |
require at least a score of AVPROBE_SCORE_MAX/4 or reaching of PROBE_BUF_MAX
libavformat
|
Mon, 26 Mar 2007 18:41:12 +0000 |
bcoudurier |
add IJPG fourcc, to play m_ijpg.avi
libavformat
|
Mon, 26 Mar 2007 18:01:26 +0000 |
michael |
warning about vhooks status
libavformat
|
Sun, 25 Mar 2007 15:15:35 +0000 |
bcoudurier |
activate parser on MP3 id, fix [A-Destiny]_Konjiki_no_Gash_Bell_-_65_[71EE362C].mp4
libavformat
|
Sun, 25 Mar 2007 15:12:27 +0000 |
bcoudurier |
prefer MP3 id
libavformat
|
Sun, 25 Mar 2007 15:09:02 +0000 |
bcoudurier |
use MKTAG
libavformat
|
Sun, 25 Mar 2007 15:06:50 +0000 |
bcoudurier |
dont fail immediately when a somehow broken track is detected, some tracks might be good, fix mi2_vorbis51.mp4
libavformat
|
Sun, 25 Mar 2007 01:11:00 +0000 |
aurel |
add support for V_THEORA into Matroska
libavformat
|
Sat, 24 Mar 2007 15:24:36 +0000 |
bcoudurier |
cosmectics, mov -> mp4
libavformat
|
Sat, 24 Mar 2007 15:17:30 +0000 |
bcoudurier |
sort
libavformat
|
Sat, 24 Mar 2007 15:16:03 +0000 |
bcoudurier |
add some codec object type ids
libavformat
|
Sat, 24 Mar 2007 15:11:47 +0000 |
bcoudurier |
prefer MP3 id as mentioned in avcodec.h line 210
libavformat
|
Sat, 24 Mar 2007 15:10:12 +0000 |
bcoudurier |
add specifications reference comments
libavformat
|
Fri, 23 Mar 2007 22:01:37 +0000 |
mmu_man |
Some more BeOS cleanup: check for arpa/inet.h; declare the prototype for inet_aton if not found; remove barpainet.h as it's not longer needed.
libavformat
|
Wed, 21 Mar 2007 11:05:35 +0000 |
diego |
The NSV demuxer assumes that a video frame's timestamp increases by one on each
libavformat
|
Wed, 21 Mar 2007 10:48:10 +0000 |
diego |
av_estimate_timings_from_pts() flushes the packet queue but doesn't
libavformat
|
Wed, 21 Mar 2007 10:28:03 +0000 |
bcoudurier |
cosmetics, sample_size_v1 -> bytes_per_frame / samples_per_frame
libavformat
|
Wed, 21 Mar 2007 10:19:37 +0000 |
bcoudurier |
cosmetics
libavformat
|
Wed, 21 Mar 2007 10:17:52 +0000 |
bcoudurier |
set audio frame size based on stts
libavformat
|
Wed, 21 Mar 2007 10:03:27 +0000 |
bcoudurier |
treat frame_size > 1 as compressed audio
libavformat
|
Tue, 20 Mar 2007 13:59:59 +0000 |
michael |
revert r8428, the check was not that useless
libavformat
|
Tue, 20 Mar 2007 13:01:39 +0000 |
michael |
i think this is more correct
libavformat
|
Mon, 19 Mar 2007 00:48:47 +0000 |
lu_zero |
expose av_base64_decode and av_base64_encode
libavformat
|
Sun, 18 Mar 2007 23:59:56 +0000 |
gpoirier |
fix end-of-file detection
libavformat
|
Sun, 18 Mar 2007 23:29:40 +0000 |
bcoudurier |
add dnxhd fourcc
libavformat
|
Sun, 18 Mar 2007 19:32:22 +0000 |
jbr |
improve ac3_probe by counting consecutive frames
libavformat
|
Sun, 18 Mar 2007 09:49:25 +0000 |
reimar |
Remove parameter unused in format string.
libavformat
|
Sat, 17 Mar 2007 14:44:22 +0000 |
michael |
remove incorrect special case for audio
libavformat
|
Sat, 17 Mar 2007 14:29:00 +0000 |
michael |
fix indention
libavformat
|
Sat, 17 Mar 2007 14:27:01 +0000 |
michael |
reorder pts into dts support
libavformat
|
Sat, 17 Mar 2007 02:23:53 +0000 |
michael |
remove useless if()
libavformat
|
Sat, 17 Mar 2007 02:03:59 +0000 |
michael |
simplify
libavformat
|
Sat, 17 Mar 2007 01:21:40 +0000 |
michael |
simplify
libavformat
|
Fri, 16 Mar 2007 23:02:33 +0000 |
michael |
remove silly video check, theres nothing video specific in there
libavformat
|
Fri, 16 Mar 2007 22:59:45 +0000 |
michael |
add a delay variable to hold the timestamp buffer size
libavformat
|
Fri, 16 Mar 2007 22:31:57 +0000 |
michael |
remove special case for h.264 whatever this was supposed to do its not correct
libavformat
|
Thu, 15 Mar 2007 23:08:58 +0000 |
aurel |
disable pts reordering code and initialize a parser instead
libavformat
|
Thu, 15 Mar 2007 12:23:08 +0000 |
gpoirier |
Targa (.tga) encoder,
libavformat
|
Wed, 14 Mar 2007 14:49:49 +0000 |
kostya |
DXA demuxer and decoder
libavformat
|
Tue, 13 Mar 2007 00:21:19 +0000 |
aurel |
remove outdated comment
libavformat
|
Tue, 13 Mar 2007 00:20:18 +0000 |
aurel |
remove no more needed parameters
libavformat
|
Tue, 13 Mar 2007 00:16:31 +0000 |
aurel |
set pkt->duration for laced packets too
libavformat
|
Tue, 13 Mar 2007 00:10:52 +0000 |
aurel |
calculate pts for laced packets
libavformat
|
Tue, 13 Mar 2007 00:02:55 +0000 |
aurel |
calculate default_duration for AAC tracks
libavformat
|
Tue, 13 Mar 2007 00:01:24 +0000 |
aurel |
scale duration and default_duration
libavformat
|
Mon, 12 Mar 2007 21:58:29 +0000 |
aurel |
move timecode calculation out of laces loop
libavformat
|
Mon, 12 Mar 2007 17:43:36 +0000 |
bcoudurier |
remove wrong avid imx ntsc fourcc
libavformat
|
Mon, 12 Mar 2007 14:51:18 +0000 |
diego |
Properly initialize filesize during input buffer initialization.
libavformat
|
Mon, 12 Mar 2007 14:17:26 +0000 |
takis |
Introduce two new logging functions av_hex_dump_log() and av_pkt_dump_log()
libavformat
|
Mon, 12 Mar 2007 12:36:41 +0000 |
mbardiaux |
Give context to dprintf
libavformat
|
Mon, 12 Mar 2007 10:59:47 +0000 |
bcoudurier |
remove codec_info_duration/nb_frames from AVStream
libavformat
|
Sun, 11 Mar 2007 23:44:13 +0000 |
aurel |
cosmetic: indent after last commit
libavformat
|
Sun, 11 Mar 2007 23:40:57 +0000 |
aurel |
reorder pts of packets from tracks using V_MPEG* codecs
libavformat
|
Sun, 11 Mar 2007 23:19:27 +0000 |
aurel |
revert r7181
libavformat
|
Sun, 11 Mar 2007 23:05:01 +0000 |
aurel |
check if current block contains a B frame and gives this info to parse_block()
libavformat
|
Sun, 11 Mar 2007 22:54:15 +0000 |
aurel |
extract ebml_read_binary() out of matroska_parse_block()
libavformat
|
Sun, 11 Mar 2007 22:28:03 +0000 |
aurel |
reindent after last commit
libavformat
|
Sun, 11 Mar 2007 22:26:39 +0000 |
aurel |
parse clusters until some packets are queued
libavformat
|
Sun, 11 Mar 2007 22:19:02 +0000 |
aurel |
fix a stupid bug in ebml_read_sint()
libavformat
|
Sun, 11 Mar 2007 22:16:38 +0000 |
aurel |
use codec_get_id() instead of deprecated codec_get_[bmp/wav]_id()
libavformat
|
Sun, 11 Mar 2007 03:36:17 +0000 |
michael |
fix gsize=0 / -1 case (if(<24) goto fail) before it is not a good idea
libavformat
|
Sun, 11 Mar 2007 02:51:06 +0000 |
michael |
some url_is_streamed()==1 related fixes
libavformat
|
Sat, 10 Mar 2007 19:30:59 +0000 |
michael |
fix demuxing of broken MVI_3011.avi
libavformat
|
Sat, 10 Mar 2007 18:39:58 +0000 |
ods15 |
remove usage of deprecated functions in libnut.c (codec_get_id/tag)
libavformat
|
Sat, 10 Mar 2007 18:34:15 +0000 |
ods15 |
Add doxygen file header to libnut.c
libavformat
|
Sat, 10 Mar 2007 11:30:48 +0000 |
michael |
jpeg fourcc
libavformat
|
Thu, 08 Mar 2007 22:14:04 +0000 |
bcoudurier |
seems safer to set pts timebase to sample rate, fix some mp3
libavformat
|
Thu, 08 Mar 2007 21:29:38 +0000 |
bcoudurier |
fix pts handling
libavformat
|
Thu, 08 Mar 2007 14:49:43 +0000 |
mbardiaux |
Corrections so that builds with DEBUG work
libavformat
|
Wed, 07 Mar 2007 02:03:32 +0000 |
alex |
move preroll_time from static variable into definition, might be a good idea moving this into the context and making user-settable
libavformat
|
Wed, 07 Mar 2007 01:52:08 +0000 |
alex |
workaround for broken flvtoolized files
libavformat
|
Wed, 07 Mar 2007 00:49:49 +0000 |
diego |
Fix UNKOWN --> UNKNOWN typo
libavformat
|
Wed, 07 Mar 2007 00:29:51 +0000 |
alex |
simplification
libavformat
|
Wed, 07 Mar 2007 00:27:23 +0000 |
alex |
typo: unkown->unknown
libavformat
|
Tue, 06 Mar 2007 18:19:31 +0000 |
alex |
10l, audio_fifo is a static array
libavformat
|
Tue, 06 Mar 2007 13:38:41 +0000 |
alex |
handle http error codes
libavformat
|
Mon, 05 Mar 2007 17:54:49 +0000 |
michael |
prevent audio packets from being fragmented, wmp mac doesnt seem to like that and microshitty also doesnt seem to ever fragment them
libavformat
|
Mon, 05 Mar 2007 16:12:29 +0000 |
takis |
Clarify doxygen description.
libavformat
|
Mon, 05 Mar 2007 16:10:05 +0000 |
takis |
Cleanup doxygen comment.
libavformat
|
Mon, 05 Mar 2007 15:36:43 +0000 |
takis |
Fix a typo in a doxygen tag.
libavformat
|
Mon, 05 Mar 2007 15:18:50 +0000 |
takis |
Convert all the comment sections into Doxygen compatible comments, same for
libavformat
|
Mon, 05 Mar 2007 14:26:50 +0000 |
takis |
Move avio.h's url_get_max_packet_size() comment from source to header file.
libavformat
|
Mon, 05 Mar 2007 13:55:45 +0000 |
takis |
Move aviobuf.c comments to avio.h. By moving the aviobuf.c comments to avio.h,
libavformat
|
Mon, 05 Mar 2007 13:54:15 +0000 |
takis |
Make rtsp_set_callback() comments available to Doxygen
libavformat
|
Mon, 05 Mar 2007 13:53:42 +0000 |
takis |
Move unaltered rtsp.c comments to the header file.
libavformat
|
Mon, 05 Mar 2007 13:53:00 +0000 |
takis |
Doxygenize comments in rtsp.h
libavformat
|
Mon, 05 Mar 2007 13:52:14 +0000 |
takis |
Convert macro+enum into a simple enum: Currently the enum was filled using a
libavformat
|
Mon, 05 Mar 2007 13:43:16 +0000 |
takis |
Doxygenize the unaltered comments for the AUHeaders structure.
libavformat
|
Mon, 05 Mar 2007 13:42:33 +0000 |
takis |
Doxygenize the unaltered comments for the rtp_payload_data_s struct.
libavformat
|
Mon, 05 Mar 2007 12:15:32 +0000 |
takis |
Doxygenize the unaltered comments for the RTP_MAX_SDES definition.
libavformat
|
Mon, 05 Mar 2007 12:14:29 +0000 |
takis |
Doxygenize the existing comments without altering the actual contents of the
libavformat
|
Mon, 05 Mar 2007 10:07:42 +0000 |
bcoudurier |
use AVFormatContext with av_log
libavformat
|
Mon, 05 Mar 2007 10:04:34 +0000 |
bcoudurier |
more explicit message
libavformat
|
Mon, 05 Mar 2007 02:41:49 +0000 |
michael |
create codec_comment_header which looks more like what M$ creates, sane or not ...
libavformat
|
Mon, 05 Mar 2007 02:00:20 +0000 |
michael |
all asf files i have have the 2 redundant duration fields differ by the preroll time so lets set them up like that too
libavformat
|
Mon, 05 Mar 2007 01:42:35 +0000 |
michael |
all asf files i have have this field at 2 so lets try to change it to that ...
libavformat
|
Mon, 05 Mar 2007 01:28:20 +0000 |
michael |
all the time related fields seem to be 64bit so i guess preroll is too (this is just a cosmetic anyway ...)
libavformat
|
Mon, 05 Mar 2007 01:19:36 +0000 |
michael |
off by one error
libavformat
|
Mon, 05 Mar 2007 00:23:23 +0000 |
takis |
Doxygenize the existing comments in avformat.h. The contents of the comments
libavformat
|
Sun, 04 Mar 2007 23:29:14 +0000 |
takis |
Move rtp_check_and_send_back_rr()'s unaltered comments to the header file.
libavformat
|
Sun, 04 Mar 2007 23:27:59 +0000 |
takis |
Move rtp_get_payload_type()'s unaltered comments to the header file.
libavformat
|
Sun, 04 Mar 2007 22:41:06 +0000 |
bcoudurier |
cleanup useless fields
libavformat
|
Sun, 04 Mar 2007 22:30:25 +0000 |
bcoudurier |
simplify swf muxer
libavformat
|
Sun, 04 Mar 2007 11:59:29 +0000 |
gpoirier |
Close connection on EOF
libavformat
|
Sun, 04 Mar 2007 11:52:46 +0000 |
gpoirier |
make HTTP MOVED messages also work in ffmpeg (302 is essentially the same as 303).
libavformat
|
Sun, 04 Mar 2007 01:58:10 +0000 |
bcoudurier |
add pcm s8 tag
libavformat
|
Sun, 04 Mar 2007 01:56:27 +0000 |
bcoudurier |
fix pcm u/s8 muxing
libavformat
|
Sun, 04 Mar 2007 01:48:06 +0000 |
bcoudurier |
deobfuscate, clearly split mov case
libavformat
|
Sat, 03 Mar 2007 21:14:10 +0000 |
michael |
try to move fixed mov.c over the one with cosmetic-functional mix
libavformat
|
Sat, 03 Mar 2007 21:11:23 +0000 |
michael |
recommit of the change below after reverting earlier cosmetic-functional mix
libavformat
|
Sat, 03 Mar 2007 21:07:08 +0000 |
michael |
cosmetic part of the commit below
libavformat
|
Sat, 03 Mar 2007 21:00:40 +0000 |
michael |
functional part of the commit below
libavformat
|
Sat, 03 Mar 2007 19:40:03 +0000 |
takis |
Correct wrong avformat documentation.
libavformat
|
Sat, 03 Mar 2007 14:55:11 +0000 |
bcoudurier |
use common tables for mov muxer and demuxer
libavformat
|
Sat, 03 Mar 2007 14:33:55 +0000 |
bcoudurier |
cosmetics, cleanup tables, add pcm 24/32 le tags
libavformat
|
Sat, 03 Mar 2007 14:11:45 +0000 |
bcoudurier |
partial avid meridien uncompressed support
libavformat
|
Sat, 03 Mar 2007 12:23:20 +0000 |
takis |
Move the libavformat public API comments to avformat.h. The comments are
libavformat
|
Sat, 03 Mar 2007 09:16:38 +0000 |
banan |
Set FLV_SAMPLESSIZE_16BIT for ADPCM.
libavformat
|
Fri, 02 Mar 2007 21:47:24 +0000 |
mru |
write DTS, based on patch by Luca Abeni, lucabe72 email it
libavformat
|
Fri, 02 Mar 2007 13:23:06 +0000 |
gpoirier |
replace the auto array "duration_error" with a malloced array.
libavformat
|
Fri, 02 Mar 2007 12:33:59 +0000 |
bcoudurier |
avid imx support
libavformat
|
Fri, 02 Mar 2007 12:26:07 +0000 |
bcoudurier |
support for mjpeg bottom field first in mov
libavformat
|
Fri, 02 Mar 2007 12:12:29 +0000 |
bcoudurier |
use generic atom to extradata reading function
libavformat
|
Fri, 02 Mar 2007 10:32:08 +0000 |
bcoudurier |
support for adpcm swf, pcm
libavformat
|
Fri, 02 Mar 2007 00:14:53 +0000 |
aurel |
don't rely on a specific appearance order for ebml elements at the same level
libavformat
|
Fri, 02 Mar 2007 00:06:03 +0000 |
aurel |
add support for simple blocks (ie. matroska v2)
libavformat
|
Thu, 01 Mar 2007 23:50:31 +0000 |
aurel |
cosmetics: fix indentation of the new matroska_parse_block() function
libavformat
|
Thu, 01 Mar 2007 23:46:14 +0000 |
aurel |
split a matroska_parse_block() function from matroska_parse_blockgroup()
libavformat
|
Thu, 01 Mar 2007 23:36:39 +0000 |
aurel |
fix an off-by-one error in probing function
libavformat
|
Thu, 01 Mar 2007 19:02:21 +0000 |
bcoudurier |
don't parse whole swf file in header, can now play ffserver swf streams
libavformat
|
Thu, 01 Mar 2007 17:05:11 +0000 |
bcoudurier |
factorize
libavformat
|
Thu, 01 Mar 2007 16:59:59 +0000 |
bcoudurier |
remove nonsense time base code, use swf ms per frame, only video frames contains pts
libavformat
|
Thu, 01 Mar 2007 16:40:48 +0000 |
bcoudurier |
check for any seeking failure during probe
libavformat
|
Thu, 01 Mar 2007 13:03:33 +0000 |
bcoudurier |
quicktime 'raw ' support
libavformat
|
Wed, 28 Feb 2007 03:40:23 +0000 |
lu_zero |
Reverting stray commit part II, r8156 had the base64 export patch mixed with the nutdec patch
libavformat
|
Wed, 28 Feb 2007 03:37:54 +0000 |
lu_zero |
Reverting stray commit part I
libavformat
|
Wed, 28 Feb 2007 03:28:31 +0000 |
lu_zero |
get_packetheader() forgot to read the header_checksum in big packets
libavformat
|
Tue, 27 Feb 2007 16:05:19 +0000 |
diego |
Add missing license headers.
libavformat
|
Tue, 27 Feb 2007 13:07:38 +0000 |
bcoudurier |
use avcodec_decode_audio2
libavformat
|
Tue, 27 Feb 2007 00:18:38 +0000 |
diego |
Remove useless conditional.
libavformat
|
Sun, 25 Feb 2007 19:23:14 +0000 |
diego |
Add LGPL header as requested by Oded.
libavformat
|
Sun, 25 Feb 2007 14:13:12 +0000 |
alex |
use AV_RB32, swf_mp3_info may be replaced with mpa_decoder_header
libavformat
|
Sat, 24 Feb 2007 01:51:37 +0000 |
michael |
be less noisy
libavformat
|
Fri, 23 Feb 2007 23:35:42 +0000 |
mmu_man |
BeOS only: we don't have SA_RESTART. #define to 0 and emit a warning. I don't plan on hosting a streaming tv anyway but it gets ffserver building.
libavformat
|
Fri, 23 Feb 2007 21:09:50 +0000 |
banan |
Complete the video format enum.
libavformat
|
Fri, 23 Feb 2007 21:08:43 +0000 |
banan |
Cosmetics.
libavformat
|
Thu, 22 Feb 2007 13:34:36 +0000 |
alex |
change PF_INET to AF_INET to be consistent in the whole project. PF_INET is deprecated, while AF_INET is referred by the POSIX standards
libavformat
|
Thu, 22 Feb 2007 13:23:38 +0000 |
alex |
codec_tag settable via VideoTag, and transmit codec_tag in ffm
libavformat
|
Thu, 22 Feb 2007 08:40:33 +0000 |
diego |
Fix compilation on Mac OS X, patch by Marc Hoffman, mmh pleasantst com.
libavformat
|
Thu, 22 Feb 2007 00:07:42 +0000 |
diego |
cosmetics: fix usefuLL --> usefuL typo
libavformat
|
Tue, 20 Feb 2007 23:44:11 +0000 |
takis |
Add the stream_bitrate GUID to the asf parsing code, and set stream bitrate
libavformat
|
Tue, 20 Feb 2007 16:20:08 +0000 |
michael |
warn if bps from user and what will be stored missmatches
libavformat
|
Tue, 20 Feb 2007 16:18:59 +0000 |
michael |
try to fill in missing bits_per_sample
libavformat
|
Tue, 20 Feb 2007 14:31:43 +0000 |
mbardiaux |
Remove code duplicated between adpcm.c and riff.c
libavformat
|
Tue, 20 Feb 2007 11:09:47 +0000 |
mbardiaux |
Add support for MS-GSM codec
libavformat
|
Sun, 18 Feb 2007 00:47:13 +0000 |
alex |
spit an error message in case of invalid chunk
libavformat
|
Sat, 17 Feb 2007 02:46:47 +0000 |
michael |
not checking error return, resulting double free
libavformat
|
Thu, 15 Feb 2007 15:39:39 +0000 |
mmu_man |
Make sure we don't try to emulate poll() when it's there if --disable-ffserver... 10l
libavformat
|
Thu, 15 Feb 2007 13:32:06 +0000 |
mmu_man |
MinGW patch by <koyama AT infocity DOT co DOT jp>, reworked. Removed placeholder for winsock.
libavformat
|
Thu, 15 Feb 2007 07:44:10 +0000 |
mmu_man |
poll() emulation for BeOS, and maybe MinGW.
libavformat
|
Wed, 14 Feb 2007 22:12:49 +0000 |
mru |
rename video4linux[2] variables to v4l[2], consistent with --disable options
libavformat
|
Wed, 14 Feb 2007 17:01:32 +0000 |
gpoirier |
implement new grabbing interface, as described here:
libavformat
|
Wed, 14 Feb 2007 14:54:20 +0000 |
bcoudurier |
fix dts adjusting
libavformat
|
Wed, 14 Feb 2007 13:25:24 +0000 |
lucabe |
Pass the v4l2 buffer into the AVPacket, instead of allocating a new buffer
libavformat
|
Wed, 14 Feb 2007 11:23:11 +0000 |
bcoudurier |
100l
libavformat
|
Wed, 14 Feb 2007 11:18:34 +0000 |
bcoudurier |
indentation
libavformat
|
Wed, 14 Feb 2007 11:01:05 +0000 |
bcoudurier |
use aiff when we can, some players only support aiff
libavformat
|
Wed, 14 Feb 2007 09:16:02 +0000 |
diego |
Remove unused file.
libavformat
|
Tue, 13 Feb 2007 23:20:35 +0000 |
diego |
Ogg is not Vorbis.
libavformat
|
Tue, 13 Feb 2007 18:26:14 +0000 |
mmu_man |
This fixes error handling for BeOS, removing the need for some ifdefs.
libavformat
|