Mon, 02 Feb 2009 16:10:46 +0000 |
benoit |
Splits the totalbitrate in a videodatarate and audiodatarate part.
libavformat
|
Mon, 02 Feb 2009 16:05:50 +0000 |
benoit |
Implement the reading of the video bitrate of flv movies out of the meta data,
libavformat
|
Mon, 02 Feb 2009 10:58:33 +0000 |
bcoudurier |
24bit pcm support
libavformat
|
Mon, 02 Feb 2009 10:54:10 +0000 |
bcoudurier |
more flexible mapping selection
libavformat
|
Mon, 02 Feb 2009 10:41:43 +0000 |
bcoudurier |
fix temporal offet of ipbb sequences, simplification welcome
libavformat
|
Mon, 02 Feb 2009 10:10:41 +0000 |
bcoudurier |
fix video line map tag size
libavformat
|
Mon, 02 Feb 2009 10:04:36 +0000 |
bcoudurier |
fix flush and interleaving by edit units
libavformat
|
Mon, 02 Feb 2009 10:03:38 +0000 |
bcoudurier |
write index table and rip, muxer works pretty well now
libavformat
|
Mon, 02 Feb 2009 04:40:57 +0000 |
bcoudurier |
factorize common wav local tags
libavformat
|
Mon, 02 Feb 2009 04:36:54 +0000 |
bcoudurier |
write req local tags for wav
libavformat
|
Mon, 02 Feb 2009 04:00:27 +0000 |
bcoudurier |
adjust size when not writing f2
libavformat
|
Mon, 02 Feb 2009 03:49:23 +0000 |
bcoudurier |
do not write f2 if not interlaced
libavformat
|
Mon, 02 Feb 2009 03:45:03 +0000 |
bcoudurier |
write bitrate tag
libavformat
|
Mon, 02 Feb 2009 03:35:09 +0000 |
bcoudurier |
write display height/width tags
libavformat
|
Sun, 01 Feb 2009 22:02:57 +0000 |
bcoudurier |
return eof/error if only ffm header has been written, should fix #815
libavformat
|
Sun, 01 Feb 2009 21:22:12 +0000 |
aurel |
don't support the mp3 extension in the mp2 muxer
libavformat
|
Sun, 01 Feb 2009 13:37:45 +0000 |
rbultje |
Fix the Transport: line in the SETUP request so that it works with WMS
libavformat
|
Sun, 01 Feb 2009 02:00:19 +0000 |
diego |
Use full internal pathname in doxygen @file directives.
libavformat
|
Sat, 31 Jan 2009 11:17:04 +0000 |
bcoudurier |
free audio fifo
libavformat
|
Sat, 31 Jan 2009 11:06:20 +0000 |
bcoudurier |
use st->priv_data to store per stream context
libavformat
|
Sat, 31 Jan 2009 10:51:35 +0000 |
bcoudurier |
change prototype of mxf_interleave_get_packet to make it compatible
libavformat
|
Sat, 31 Jan 2009 10:49:26 +0000 |
bcoudurier |
do not use PAL_samples_per_frame in init, to make init independant
libavformat
|
Sat, 31 Jan 2009 10:47:55 +0000 |
bcoudurier |
cosmetics, remove empty lines
libavformat
|
Sat, 31 Jan 2009 09:54:59 +0000 |
bcoudurier |
add my copyright as well
libavformat
|
Sat, 31 Jan 2009 09:53:59 +0000 |
bcoudurier |
fix doxygen tag
libavformat
|
Sat, 31 Jan 2009 09:53:23 +0000 |
bcoudurier |
cosmetics, align vertically
libavformat
|
Sat, 31 Jan 2009 09:23:50 +0000 |
bcoudurier |
write best effort video line map
libavformat
|
Sat, 31 Jan 2009 09:08:01 +0000 |
bcoudurier |
add frame layout local tag, best effort
libavformat
|
Sat, 31 Jan 2009 07:02:20 +0000 |
bcoudurier |
add aes3 pcm wrapping and use it by default
libavformat
|
Sat, 31 Jan 2009 06:59:55 +0000 |
bcoudurier |
split wav_desc in generic_sound_desc
libavformat
|
Sat, 31 Jan 2009 06:54:30 +0000 |
bcoudurier |
thanks to interleaving, audio is now locked
libavformat
|
Sat, 31 Jan 2009 06:49:42 +0000 |
bcoudurier |
local tag 3201 is picture essence coding, so do not write it for wav
libavformat
|
Sat, 31 Jan 2009 06:46:42 +0000 |
bcoudurier |
stored height is stupidly /2 if interlaced
libavformat
|
Sat, 31 Jan 2009 06:44:25 +0000 |
bcoudurier |
add size param to write_generic_desc
libavformat
|
Sat, 31 Jan 2009 06:42:47 +0000 |
bcoudurier |
parse mpeg2 progressive frame flag
libavformat
|
Sat, 31 Jan 2009 06:32:12 +0000 |
bcoudurier |
delay header writing and parse mpeg2 frame
libavformat
|
Sat, 31 Jan 2009 06:18:25 +0000 |
bcoudurier |
correctly pack and interleave pcm samples in mxf
libavformat
|
Sat, 31 Jan 2009 06:09:31 +0000 |
bcoudurier |
function is static
libavformat
|
Sat, 31 Jan 2009 06:08:42 +0000 |
bcoudurier |
use new ff_interleave_add_packet
libavformat
|
Sat, 31 Jan 2009 06:01:58 +0000 |
bcoudurier |
split av_interleave_per_dts, to avoid code duplication
libavformat
|
Sat, 31 Jan 2009 05:53:04 +0000 |
stefang |
ADPCM found in Xbox wav files can be decoded with
libavformat
|
Fri, 30 Jan 2009 00:44:54 +0000 |
aurel |
typo
libavformat
|
Thu, 29 Jan 2009 15:33:19 +0000 |
compn |
pvez avi fourcc is truemotion1
libavformat
|
Wed, 28 Jan 2009 13:37:26 +0000 |
michael |
Fix remotely exploitable arbitrary code execution vulnerability.
libavformat
|
Tue, 27 Jan 2009 23:44:11 +0000 |
bcoudurier |
second try fixing time code in gxf
libavformat
|
Tue, 27 Jan 2009 22:21:28 +0000 |
michael |
Prefer av_freep() over av_free() for variables in the context for safety.
libavformat
|
Tue, 27 Jan 2009 22:20:05 +0000 |
michael |
Add {} between if/else
libavformat
|
Tue, 27 Jan 2009 22:14:48 +0000 |
michael |
Export all tracks (each is a different language) instead of just one.
libavformat
|
Tue, 27 Jan 2009 22:03:13 +0000 |
michael |
remove pointless {}
libavformat
|
Tue, 27 Jan 2009 21:58:45 +0000 |
michael |
Move current_track variable closer to where it is used.
libavformat
|
Tue, 27 Jan 2009 21:56:28 +0000 |
michael |
Fix memleak of fourxm->tracks on error return.
libavformat
|
Tue, 27 Jan 2009 21:09:22 +0000 |
michael |
vertical align
libavformat
|
Tue, 27 Jan 2009 21:06:19 +0000 |
michael |
Fix memleak of header in error returns.
libavformat
|
Tue, 27 Jan 2009 21:01:47 +0000 |
michael |
better header_size check
libavformat
|
Tue, 27 Jan 2009 20:51:10 +0000 |
michael |
size < 4 is invalid
libavformat
|
Tue, 27 Jan 2009 18:01:26 +0000 |
benoit |
Whitespace cosmetics to align return statements.
libavformat
|
Tue, 27 Jan 2009 18:00:40 +0000 |
benoit |
Check buffer is inside what is passed when probing for flac.
libavformat
|
Tue, 27 Jan 2009 12:23:16 +0000 |
lucabe |
Merge rtp_internal.h in rtp.h, and remove rtp_internal.h
libavformat
|
Tue, 27 Jan 2009 04:29:33 +0000 |
bcoudurier |
seek at 0 when timestamp requested is negative
libavformat
|
Mon, 26 Jan 2009 23:39:22 +0000 |
aurel |
make it clear that the new metadata API is a work in progress
libavformat
|
Sun, 25 Jan 2009 19:11:10 +0000 |
diego |
Directly #include some required headers.
libavformat
|
Sun, 25 Jan 2009 16:44:45 +0000 |
stefano |
Move documentation of av_register_all() from allformats.c to
libavformat
|
Sun, 25 Jan 2009 01:21:10 +0000 |
jbr |
use function and definitions from libavcodec/flac.h in oggparseflac.c
libavformat
|
Sun, 25 Jan 2009 00:16:27 +0000 |
jbr |
Handle ID3v2 tags in raw FLAC streams by skipping them.
libavformat
|
Sat, 24 Jan 2009 14:52:46 +0000 |
diego |
Fix undefined preprocessor directives warnings during 'make checkheaders'.
libavformat
|
Sat, 24 Jan 2009 08:20:42 +0000 |
stefang |
return an error if we can not get a full packet,
libavformat
|
Sat, 24 Jan 2009 08:06:43 +0000 |
stefang |
fix header parsing, the NULL terminated File ID is followed by a space
libavformat
|
Sat, 24 Jan 2009 04:56:18 +0000 |
rbultje |
Skip m= blocks in the SDP if the media type is unknown. This prevents
libavformat
|
Fri, 23 Jan 2009 22:16:31 +0000 |
bcoudurier |
set pts and dts when only pts is present, according to specs
libavformat
|
Fri, 23 Jan 2009 20:57:12 +0000 |
bcoudurier |
write essence container data
libavformat
|
Fri, 23 Jan 2009 20:20:36 +0000 |
bcoudurier |
reduce display aspect ratio
libavformat
|
Fri, 23 Jan 2009 20:15:46 +0000 |
bcoudurier |
stored height is a multiple of 16 for mpeg2
libavformat
|
Fri, 23 Jan 2009 20:03:57 +0000 |
bcoudurier |
fix endianness of time code, and calculate it in fields, according to specs
libavformat
|
Fri, 23 Jan 2009 12:17:40 +0000 |
compn |
add EM4A fourcc , works for:
libavformat
|
Fri, 23 Jan 2009 12:09:32 +0000 |
andoma |
Avoid allocating MPADecodeContext on stack.
libavformat
|
Thu, 22 Jan 2009 23:35:31 +0000 |
michael |
Move av_read_frame/parser related buffer variables from AVFormatContext
libavformat
|
Thu, 22 Jan 2009 19:45:53 +0000 |
bcoudurier |
print stream sar if present and different than codec sar
libavformat
|
Thu, 22 Jan 2009 12:08:06 +0000 |
michael |
Use EAGAIN return, primarely intended as example of EAGAIN useage.
libavformat
|
Thu, 22 Jan 2009 12:06:02 +0000 |
michael |
Handle av_read_frame() EAGAIN return.
libavformat
|
Wed, 21 Jan 2009 22:32:17 +0000 |
aurel |
'code' is used to index a table so make it unsigned
libavformat
|
Wed, 21 Jan 2009 13:27:39 +0000 |
kostya |
yet another attempt on fixing synchronization in VMD
libavformat
|
Wed, 21 Jan 2009 13:26:01 +0000 |
kostya |
Empty audio chunks in VMD are silent, not skipped
libavformat
|
Wed, 21 Jan 2009 13:25:14 +0000 |
kostya |
cosmetics: reindent after last commit
libavformat
|
Wed, 21 Jan 2009 13:24:35 +0000 |
kostya |
VMD first chunk of audio is not coded as many separate chunks of block_align
libavformat
|
Tue, 20 Jan 2009 21:06:57 +0000 |
bcoudurier |
change sample aspect ratio test to be more clear, print old one
libavformat
|
Tue, 20 Jan 2009 16:19:13 +0000 |
compn |
another mpeg4 fourcc
libavformat
|
Tue, 20 Jan 2009 09:43:58 +0000 |
bcoudurier |
Do not use avctx->frame_number which might not be set,
libavformat
|
Tue, 20 Jan 2009 09:25:50 +0000 |
bcoudurier |
set correct value for starting line
libavformat
|
Tue, 20 Jan 2009 09:14:46 +0000 |
bcoudurier |
fix gxf time code mark out value
libavformat
|
Tue, 20 Jan 2009 08:08:32 +0000 |
benoit |
Enable building r3d demuxer when its config is set.
libavformat
|
Tue, 20 Jan 2009 08:00:39 +0000 |
alexc |
Fix a read past end of buffer crash in the mp3 probe
libavformat
|
Tue, 20 Jan 2009 07:42:14 +0000 |
bcoudurier |
R3D REDCODE demuxer
libavformat
|
Tue, 20 Jan 2009 00:52:12 +0000 |
aurel |
matroskaenc: correctly handle h264 streams with 3 bytes nal startcodes
libavformat
|
Mon, 19 Jan 2009 23:41:46 +0000 |
diego |
Use "" instead of <> when #including non-system headers.
libavformat
|
Mon, 19 Jan 2009 21:54:06 +0000 |
alexc |
Fix probing of files with ID3v2 tags. Discussed at
libavformat
|
Mon, 19 Jan 2009 17:01:22 +0000 |
diego |
Restore mistakenly removed period after "DivX, Inc".
libavformat
|
Mon, 19 Jan 2009 16:11:46 +0000 |
compn |
add T263. works on samples/V-codecs/T263/
libavformat
|
Mon, 19 Jan 2009 15:46:40 +0000 |
diego |
cosmetics: Remove pointless period after copyright statement non-sentences.
libavformat
|
Sun, 18 Jan 2009 22:53:28 +0000 |
aurel |
replace AV_METADATA_IGNORE_CASE flag by a new AV_METADATA_MATCH_CASE flag
libavformat
|
Sun, 18 Jan 2009 17:26:24 +0000 |
aurel |
matroskadec: merge ByteIOContext declarations at upper level
libavformat
|
Sun, 18 Jan 2009 17:13:12 +0000 |
aurel |
matroskadec: parse the WAVEFORMATEX header and discard it from extradata
libavformat
|
Sun, 18 Jan 2009 01:48:14 +0000 |
bcoudurier |
add jp2 formater in image2 muxer
libavformat
|
Sun, 18 Jan 2009 00:47:46 +0000 |
bcoudurier |
jpeg2k is intra only codec
libavformat
|
Sat, 17 Jan 2009 21:40:27 +0000 |
bcoudurier |
match format in names list separated by commas
libavformat
|
Sat, 17 Jan 2009 20:08:43 +0000 |
stefang |
added demuxer for FunCom ISS audio files,
libavformat
|
Sat, 17 Jan 2009 12:21:01 +0000 |
aurel |
remove ff_get_fourcc() and use AV_RL32() instead
libavformat
|
Sat, 17 Jan 2009 11:13:33 +0000 |
aurel |
export gcd function as av_gcd()
libavformat
|
Sat, 17 Jan 2009 04:31:42 +0000 |
conrad |
Cosmetics: indent
libavformat
|
Sat, 17 Jan 2009 04:31:14 +0000 |
conrad |
Treat disposition==0 as undefined and don't write the default flag
libavformat
|
Sat, 17 Jan 2009 04:30:36 +0000 |
conrad |
Flush the buffer after writing the header and when done with writing the files
libavformat
|
Fri, 16 Jan 2009 19:05:09 +0000 |
compn |
add LM20 mimic in avi fourcc
libavformat
|
Fri, 16 Jan 2009 17:46:19 +0000 |
kostya |
WavPack hybrid mode support
libavformat
|
Fri, 16 Jan 2009 16:39:17 +0000 |
reimar |
Merge declaration and initialization of io_buffer_size
libavformat
|
Fri, 16 Jan 2009 16:37:54 +0000 |
reimar |
Make io_buffer_size unsigned to avoid a warning about comparing
libavformat
|
Fri, 16 Jan 2009 15:35:51 +0000 |
reimar |
Return AVERROR(ENOMEM) instead of -1 when malloc fails in url_open_dyn_buf_internal
libavformat
|
Fri, 16 Jan 2009 15:34:37 +0000 |
reimar |
Use AV_WB32 instead of reimplementing it.
libavformat
|
Fri, 16 Jan 2009 15:32:33 +0000 |
reimar |
Use av_mallocz instead of explicitly zeroing in url_open_dyn_buf_internal.
libavformat
|
Fri, 16 Jan 2009 15:30:52 +0000 |
reimar |
Replace nonsense -1234 return value in dyn_buf_write by proper AVERROR(ENOMEM)
libavformat
|
Fri, 16 Jan 2009 14:03:46 +0000 |
benoit |
Make unsigned int a variable that does not need to be explicitely 32 bits.
libavformat
|
Fri, 16 Jan 2009 01:26:52 +0000 |
bcoudurier |
support h264 extradata with 0x000001 startcode
libavformat
|
Fri, 16 Jan 2009 01:22:30 +0000 |
bcoudurier |
use ff_avc_parse_nal_units_buf because output size might differ from input size
libavformat
|
Fri, 16 Jan 2009 01:20:31 +0000 |
bcoudurier |
10l, fix prototype
libavformat
|
Fri, 16 Jan 2009 01:17:18 +0000 |
bcoudurier |
export ff_avc_parse_nal_units_buf
libavformat
|
Fri, 16 Jan 2009 01:12:32 +0000 |
bcoudurier |
move actual writing before so new size can be taken into account
libavformat
|
Fri, 16 Jan 2009 01:11:34 +0000 |
bcoudurier |
return size written in ff_avc_parse_nal_units
libavformat
|
Thu, 15 Jan 2009 14:07:59 +0000 |
lucabe |
Reindent after last commit
libavformat
|
Thu, 15 Jan 2009 14:03:07 +0000 |
lucabe |
Do not reallocate AVPacket's data when muxing a packet
libavformat
|
Thu, 15 Jan 2009 12:23:03 +0000 |
superdump |
Factorise id3v2 header parsing from mp3.c to be shared
libavformat
|
Thu, 15 Jan 2009 01:47:24 +0000 |
bcoudurier |
use delay for subs and dirac too
libavformat
|
Thu, 15 Jan 2009 01:22:31 +0000 |
bcoudurier |
add aud nal unit if not present in h264 bitstream
libavformat
|
Thu, 15 Jan 2009 00:42:57 +0000 |
aurel |
matroskadec: ensure we only consider chapters which are properly ordered
libavformat
|
Wed, 14 Jan 2009 23:53:31 +0000 |
bcoudurier |
consider other codecs packets contain only one access unit, not just audio
libavformat
|
Wed, 14 Jan 2009 23:49:13 +0000 |
bcoudurier |
calculate pat, pmt and sdt exact size and adjust total bitrate
libavformat
|
Wed, 14 Jan 2009 23:30:49 +0000 |
bcoudurier |
allow user to specify muxrate
libavformat
|
Wed, 14 Jan 2009 22:40:37 +0000 |
bcoudurier |
warn if dts < pcr which means TS is invalid
libavformat
|
Wed, 14 Jan 2009 22:17:07 +0000 |
bcoudurier |
only write dts if they differ from pts, according to specs
libavformat
|
Wed, 14 Jan 2009 22:14:35 +0000 |
bcoudurier |
use delay to avoid negative dts
libavformat
|
Wed, 14 Jan 2009 21:57:10 +0000 |
bcoudurier |
set pts and dts of pes packets exactly according to specs
libavformat
|
Wed, 14 Jan 2009 17:19:17 +0000 |
aurel |
replace all occurrence of ENABLE_ by the corresponding CONFIG_, HAVE_ or ARCH_
libavformat
|
Wed, 14 Jan 2009 02:20:26 +0000 |
bcoudurier |
compute pcr more accurately, regression tests need update
libavformat
|
Wed, 14 Jan 2009 01:21:24 +0000 |
bcoudurier |
include intreadwrite.h, fix compilation, img2.c use AV_RL32
libavformat
|
Wed, 14 Jan 2009 00:27:43 +0000 |
bcoudurier |
cleanup gif, use BISTREAM_WRITER_LE
libavformat
|
Tue, 13 Jan 2009 23:44:16 +0000 |
aurel |
Change semantic of CONFIG_*, HAVE_* and ARCH_*.
libavformat
|
Tue, 13 Jan 2009 17:10:10 +0000 |
compn |
add SLMJ fourcc to mjpeg
libavformat
|
Tue, 13 Jan 2009 00:20:18 +0000 |
aurel |
fix version protection
libavformat
|
Mon, 12 Jan 2009 00:07:40 +0000 |
mru |
AVI: add bswap.h include needed on big endian
libavformat
|
Sun, 11 Jan 2009 23:24:28 +0000 |
conrad |
Use the dimensions in tkhd for timed text tracks
libavformat
|
Sun, 11 Jan 2009 22:19:48 +0000 |
diego |
Fix build: Add intreadwrite.h and bswap.h #includes where necessary.
libavformat
|
Sun, 11 Jan 2009 22:05:43 +0000 |
ramiro |
Use setmode() if it exists in <io.h>, and not based on O_BINARY.
libavformat
|
Sun, 11 Jan 2009 21:08:52 +0000 |
diego |
cosmetics: indentation
libavformat
|
Sun, 11 Jan 2009 21:07:12 +0000 |
diego |
Fix illegal identifier starting with an underscore.
libavformat
|
Sun, 11 Jan 2009 21:04:25 +0000 |
bcoudurier |
move ffindex set before mov_read_default so it can be used in functions
libavformat
|
Sun, 11 Jan 2009 10:42:24 +0000 |
bcoudurier |
cosmetics
libavformat
|
Sun, 11 Jan 2009 10:41:43 +0000 |
bcoudurier |
remove warnings about uninitialized vars
libavformat
|
Sun, 11 Jan 2009 10:36:19 +0000 |
bcoudurier |
cosmetics
libavformat
|
Sun, 11 Jan 2009 10:26:44 +0000 |
conrad |
Add support for muxing mov/mp4/3gp timed text streams
libavformat
|
Sun, 11 Jan 2009 08:24:44 +0000 |
conrad |
Read extradata (justification, colors, fonts, etc) for mov/mp4 timed text
libavformat
|
Sun, 11 Jan 2009 05:24:41 +0000 |
bcoudurier |
remove comment, this is not relevant anymore
libavformat
|
Sun, 11 Jan 2009 05:23:46 +0000 |
bcoudurier |
reindent
libavformat
|
Sun, 11 Jan 2009 05:23:10 +0000 |
bcoudurier |
check for negative dts value even if bitstream is already formated,
libavformat
|
Sat, 10 Jan 2009 09:56:07 +0000 |
stefano |
Move the AVFormatContext options definition to a dedicated file,
libavformat
|
Fri, 09 Jan 2009 23:44:52 +0000 |
rbultje |
Reindent to properly fit a 80 chars terminal.
libavformat
|
Fri, 09 Jan 2009 23:36:39 +0000 |
rbultje |
Reindent after r16509.
libavformat
|
Fri, 09 Jan 2009 23:36:17 +0000 |
rbultje |
Apply rtpmap: SDP lines to the last m= line only, since they generally just
libavformat
|
Fri, 09 Jan 2009 22:13:37 +0000 |
bcoudurier |
only set le if value is 1, fix boom5.mov, issue #770
libavformat
|
Fri, 09 Jan 2009 20:10:13 +0000 |
lucabe |
Do not assume that if pkt->destruct != av_destruct_packet then it is not
libavformat
|
Fri, 09 Jan 2009 01:30:14 +0000 |
rbultje |
Increase buffer size for RTP packet data because some ASF streams use a
libavformat
|
Fri, 09 Jan 2009 00:01:42 +0000 |
aurel |
rename ff_metadata_sync_compat to ff_metadata_mux_compat
libavformat
|
Thu, 08 Jan 2009 23:30:02 +0000 |
aurel |
move ff_metadata_sync_compat to metadata_compat.c
libavformat
|
Thu, 08 Jan 2009 23:24:51 +0000 |
aurel |
Add a second metadata compatibility layer, so that metadata that gets
libavformat
|
Thu, 08 Jan 2009 18:00:51 +0000 |
compn |
cosmetics: CJPG is from Creative Webcam
libavformat
|
Thu, 08 Jan 2009 17:51:03 +0000 |
compn |
fourcc CJPG is sequential jpeg
libavformat
|
Thu, 08 Jan 2009 07:11:43 +0000 |
bcoudurier |
100l, add missing enum type, fix compilation
libavformat
|
Thu, 08 Jan 2009 02:57:21 +0000 |
bcoudurier |
use lower case x and alternate format for hex in printf
libavformat
|
Thu, 08 Jan 2009 02:54:43 +0000 |
bcoudurier |
print more debug information if enabled, including index
libavformat
|
Wed, 07 Jan 2009 23:37:03 +0000 |
cehoyos |
Fix a compiler warning:
libavformat
|
Wed, 07 Jan 2009 20:44:23 +0000 |
michael |
Do not try to duplicate packets that have data==NULL.
libavformat
|
Wed, 07 Jan 2009 16:01:15 +0000 |
rbultje |
Fix typo ("Standard-compliant" -> "Standards-compliant"), as noticed by
libavformat
|
Wed, 07 Jan 2009 15:13:27 +0000 |
rbultje |
Fix doxy comments missing one '*'.
libavformat
|
Wed, 07 Jan 2009 14:55:47 +0000 |
rbultje |
Use the "server" RTSP field to detect whether the server that we're talking
libavformat
|
Wed, 07 Jan 2009 14:53:04 +0000 |
rbultje |
Export RTSPState and RTSPStream from rtsp.c into rtsp.h. This allows future
libavformat
|
Wed, 07 Jan 2009 14:50:19 +0000 |
rbultje |
Don't use s->pb if a local ByteIOContext was already provided by the calling
libavformat
|
Wed, 07 Jan 2009 14:48:17 +0000 |
rbultje |
Allow subscription to any of the streams, not just the first, available in
libavformat
|
Wed, 07 Jan 2009 14:45:13 +0000 |
rbultje |
Parse the OpaqueData field for every AVStream represented by this "set of
libavformat
|
Wed, 07 Jan 2009 14:41:40 +0000 |
rbultje |
Parse the bitrate field in the ASMRuleBook ("AverageBandwidth") to fill in
libavformat
|
Wed, 07 Jan 2009 14:38:44 +0000 |
rbultje |
Parse the ASMRuleBook SDP line to dynamically create one new AVStream for
libavformat
|
Wed, 07 Jan 2009 01:19:48 +0000 |
diego |
Remove inappropriate const qualifier from function argument, fixes the warning:
libavformat
|
Tue, 06 Jan 2009 22:11:04 +0000 |
aurel |
free all allocated metadata structures
libavformat
|
Tue, 06 Jan 2009 17:50:10 +0000 |
diego |
cosmetics: alphabetical order
libavformat
|
Tue, 06 Jan 2009 12:56:21 +0000 |
aurel |
ignore year=0 and track=0
libavformat
|
Tue, 06 Jan 2009 00:09:23 +0000 |
aurel |
Add a metadata compatibility layer, so that when a user application set
libavformat
|
Mon, 05 Jan 2009 23:56:27 +0000 |
aurel |
add a typedef for AVMetadata
libavformat
|
Mon, 05 Jan 2009 22:10:16 +0000 |
diego |
Revert deprecation of AVFrac structure. Attempts to replace AVFrac have turned
libavformat
|
Mon, 05 Jan 2009 17:50:13 +0000 |
romansh |
additional recovery for the badly broken streams
libavformat
|
Sun, 04 Jan 2009 23:31:31 +0000 |
aurel |
rename AVMetaData to AVMetadata and meta_data to metadata
libavformat
|
Sun, 04 Jan 2009 22:31:55 +0000 |
aurel |
add metadata in AVStream, AVProgram and AVChapter
libavformat
|
Sun, 04 Jan 2009 20:47:09 +0000 |
melanson |
Ministry of English Composition treatment for the new metadata API
libavformat
|
Sun, 04 Jan 2009 19:00:35 +0000 |
michael |
10l format include path for metadata.h
libavformat
|
Sun, 04 Jan 2009 18:58:49 +0000 |
michael |
Move metadata API from avcodec to avformat.
libavformat
|
Sun, 04 Jan 2009 18:48:37 +0000 |
michael |
Generic metadata API.
libavformat
|
Sun, 04 Jan 2009 16:23:18 +0000 |
michael |
If we find a VBR tag at the beginning of the file don't attempt to
libavformat
|
Sun, 04 Jan 2009 11:04:02 +0000 |
stefano |
Drop the deprecated parse_image_size() and parse_frame_rate() functions
libavformat
|
Wed, 31 Dec 2008 02:47:54 +0000 |
michael |
10l set AVPacket.size to the true size of the returned data instead of
libavformat
|
Wed, 31 Dec 2008 01:54:54 +0000 |
michael |
Fix indention which was off by 1 space.
libavformat
|
Wed, 31 Dec 2008 01:53:12 +0000 |
michael |
Replace buffer by AVPacket and avoid a memcpy() for video when the number
libavformat
|
Wed, 31 Dec 2008 00:24:54 +0000 |
michael |
Merge videobuf and audiobuf.
libavformat
|
Tue, 30 Dec 2008 21:23:02 +0000 |
michael |
Simplify the top of rm_assemble_video_frame().
libavformat
|
Tue, 30 Dec 2008 20:51:18 +0000 |
michael |
Add a few error checks to rm_assemble_video_frame()
libavformat
|
Tue, 30 Dec 2008 19:49:27 +0000 |
michael |
All non zero returns of rm_assemble_video_frame() are errors, check things
libavformat
|
Sun, 28 Dec 2008 23:25:17 +0000 |
rbultje |
av_free() -> av_freep(), patch by Reimar Doffinger, see discussion in
libavformat
|
Sun, 28 Dec 2008 23:23:59 +0000 |
rbultje |
Fix double free which happens for playback of .rm files after r16365. See
libavformat
|
Sun, 28 Dec 2008 16:22:42 +0000 |
kostya |
Fix a typo that made VMD demuxer always assume Indeo 3 as video codec.
libavformat
|
Sun, 28 Dec 2008 05:59:11 +0000 |
rbultje |
Reindent after r16368.
libavformat
|
Sun, 28 Dec 2008 05:58:23 +0000 |
rbultje |
Add audio_pkt_cnt return value to ff_rm_retrieve_cache(). See discussion in
libavformat
|
Sun, 28 Dec 2008 05:55:09 +0000 |
rbultje |
Change audio_pkt_cnt from an array into a single field, since only a single
libavformat
|
Sun, 28 Dec 2008 00:21:11 +0000 |
rbultje |
Add RMStream object as function argument to public functions so that non-.rm
libavformat
|
Sun, 28 Dec 2008 00:18:38 +0000 |
rbultje |
Implement RMStream stream-specific private data object in the RM demuxer.
libavformat
|
Sat, 27 Dec 2008 17:34:00 +0000 |
kostya |
Latest Coktel Vision VMDs contained Indeo 3, add demuxer support for it
libavformat
|
Wed, 24 Dec 2008 02:20:07 +0000 |
compn |
add amr in avi riff tags
libavformat
|
Mon, 22 Dec 2008 22:12:44 +0000 |
cehoyos |
Fix two identical warnings when compiling riff.c and nuv.c with icc:
libavformat
|
Mon, 22 Dec 2008 22:10:07 +0000 |
cehoyos |
Fix a warning when compiling with icc:
libavformat
|
Mon, 22 Dec 2008 11:23:00 +0000 |
cehoyos |
Initialize s->opaque before calling url_resetbuf().
libavformat
|
Sun, 21 Dec 2008 23:50:16 +0000 |
michael |
Change mpeg audio parser so it only sets frame_size, channels and bit_rate
libavformat
|
Sun, 21 Dec 2008 20:56:30 +0000 |
michael |
Fix detection of audio codec in K70707-ARIA229.flv.
libavformat
|
Fri, 19 Dec 2008 01:00:44 +0000 |
astrange |
Allocate and clear FF_INPUT_BUFFER_PADDING_SIZE bytes at the end of mkv
libavformat
|
Thu, 18 Dec 2008 09:18:43 +0000 |
bcoudurier |
cosmetics, remove useless parenthesis and whitespaces
libavformat
|
Thu, 18 Dec 2008 09:17:19 +0000 |
bcoudurier |
set alac channels from extradata, fix alac mono in m4a
libavformat
|
Thu, 18 Dec 2008 01:28:29 +0000 |
rbultje |
Make asf_get_packet() and asf_parse_packet() public for use in RTSP-MS and
libavformat
|
Thu, 18 Dec 2008 01:25:43 +0000 |
rbultje |
Add a ByteIOContext argument to ASF functions that will be shared with the
libavformat
|
Wed, 17 Dec 2008 11:22:51 +0000 |
benoit |
Add jp2 support to img2 demuxer.
libavformat
|
Wed, 17 Dec 2008 08:09:09 +0000 |
bcoudurier |
activate jpeg2000 fourcc in mov/mj2
libavformat
|
Tue, 16 Dec 2008 16:14:07 +0000 |
michael |
Fix bug where the avi demxuer lost the first frame of malformed
libavformat
|
Tue, 16 Dec 2008 08:47:28 +0000 |
bcoudurier |
check that nb_streams is valid before setting stream, fix crash with jp2 which do not use same structure
libavformat
|
Tue, 16 Dec 2008 05:22:53 +0000 |
compn |
add MPNG fourcc
libavformat
|
Tue, 16 Dec 2008 05:20:11 +0000 |
compn |
two more mpeg4 fourccs and one msmpeg4v3 from uncommon codec list
libavformat
|
Tue, 16 Dec 2008 03:49:26 +0000 |
compn |
QIVG fourcc, fixes http://rodweb.dip.jp/partner/check.avi
libavformat
|
Tue, 16 Dec 2008 03:42:10 +0000 |
compn |
add rpza avi fourcc
libavformat
|
Sun, 14 Dec 2008 22:26:28 +0000 |
rbultje |
Use get_buffer() and url_fskip() for some loops of get_byte()s. See discussion in ML thread
libavformat
|
Sun, 14 Dec 2008 22:24:58 +0000 |
rbultje |
Reindent something that looks weird.
libavformat
|
Sun, 14 Dec 2008 22:23:59 +0000 |
rbultje |
Add comment to indicate why the SDP line buffer is as big as it is.
libavformat
|
Sun, 14 Dec 2008 22:23:14 +0000 |
rbultje |
Increase SDP line buffer size because ASF headers in RTSP-MS are very big. See ML discussion
libavformat
|
Sun, 14 Dec 2008 20:38:05 +0000 |
michael |
10l (forgot sample_size)
libavformat
|
Sun, 14 Dec 2008 20:04:00 +0000 |
stefano |
Make register_avcodec() call avcodec_init().
libavformat
|
Sun, 14 Dec 2008 17:30:18 +0000 |
mru |
oggflac: fix bitstream reader usage
libavformat
|
Sun, 14 Dec 2008 15:48:48 +0000 |
michael |
Fix non interleaved variable fps ODML avis.
libavformat
|
Sun, 14 Dec 2008 14:01:12 +0000 |
michael |
Remove silly FIXME comment.
libavformat
|
Sun, 14 Dec 2008 03:29:33 +0000 |
melanson |
The POSIX namespace shall be held sacrosanct. To that end,
libavformat
|
Sat, 13 Dec 2008 23:25:19 +0000 |
lucabe |
Rename rtp_payload_data_t to avoid clashes with the POSIX namespace
libavformat
|
Sat, 13 Dec 2008 23:20:05 +0000 |
lucabe |
Remove useless typedef
libavformat
|
Sat, 13 Dec 2008 23:03:34 +0000 |
lucabe |
Remove unused types
libavformat
|
Sat, 13 Dec 2008 21:58:17 +0000 |
reimar |
Avoid _t in gxf enum type names
libavformat
|
Sat, 13 Dec 2008 21:40:20 +0000 |
rbultje |
Split RMContext into RMDemux/MuxContext and make them private in rmdec/enc.c.
libavformat
|
Sat, 13 Dec 2008 21:37:27 +0000 |
rbultje |
Don't access RMContext directly in rdt.c. Rather, use the return value of
libavformat
|
Sat, 13 Dec 2008 17:18:11 +0000 |
rbultje |
Separate the packet fetching from the data reading, so that the data reading
libavformat
|
Sat, 13 Dec 2008 17:04:22 +0000 |
diego |
100l: Add missing backslashes.
libavformat
|
Sat, 13 Dec 2008 16:35:58 +0000 |
diego |
cosmetics: Break some lines for a more aesthetically pleasing result.
libavformat
|
Sat, 13 Dec 2008 16:08:31 +0000 |
diego |
Remove misleading comment, _t is POSIX-reserved namespace.
libavformat
|
Sat, 13 Dec 2008 13:39:13 +0000 |
diego |
whitespace cosmetics
libavformat
|
Sat, 13 Dec 2008 13:11:42 +0000 |
diego |
Avoid _t in identifier names, _t is reserved by POSIX.
libavformat
|
Sat, 13 Dec 2008 12:46:11 +0000 |
diego |
Matroska uses tables from isom.c, so add the object file to its dependencies.
libavformat
|
Sat, 13 Dec 2008 10:45:44 +0000 |
lu_zero |
Rename type to be consistent
libavformat
|
Sat, 13 Dec 2008 00:04:34 +0000 |
mru |
mpegts: replace Program_t typedef with "struct Program"
libavformat
|
Fri, 12 Dec 2008 16:04:15 +0000 |
aurel |
matroska: sort codec tags list
libavformat
|
Fri, 12 Dec 2008 15:55:08 +0000 |
aurel |
matroska: add dirac support (patch by Kurtnoise kurtnoise _at_ free _dot_ fr)
libavformat
|
Fri, 12 Dec 2008 15:34:55 +0000 |
compn |
add another mpeg4 avi fourcc from uncommon codecs list
libavformat
|
Fri, 12 Dec 2008 06:55:48 +0000 |
diego |
Add sys/time.h header #include, fixes compilation on OS/2.
libavformat
|
Fri, 12 Dec 2008 05:10:43 +0000 |
ods15 |
Update lavf/libnut.c to _tt type names in libnut API
libavformat
|
Thu, 11 Dec 2008 22:34:14 +0000 |
aurel |
avoid POSIX reserved _t suffix
libavformat
|
Thu, 11 Dec 2008 22:24:56 +0000 |
bcoudurier |
parse pasp atom and set sample aspect ratio,
libavformat
|
Thu, 11 Dec 2008 20:06:56 +0000 |
bcoudurier |
remove _t in typedef for POSIX compatibility
libavformat
|
Thu, 11 Dec 2008 20:02:15 +0000 |
michael |
Remove comment suggesting using variables ending in _t as this would break POSIX.
libavformat
|
Thu, 11 Dec 2008 19:19:23 +0000 |
reimar |
Avoid _t in typedef type
libavformat
|
Thu, 11 Dec 2008 19:06:24 +0000 |
michael |
remove _t for POSIX compatibility.
libavformat
|
Thu, 11 Dec 2008 18:48:08 +0000 |
rbultje |
Fix indenting.
libavformat
|
Thu, 11 Dec 2008 10:42:06 +0000 |
reimar |
Use "struct gxf_stream_info" instead of "st_info_t",
libavformat
|
Thu, 11 Dec 2008 10:35:20 +0000 |
reimar |
Remove useless and confusing (since they are also used in gxfenc.c) /* gxf.c */ comment.
libavformat
|
Thu, 11 Dec 2008 07:49:05 +0000 |
melanson |
add 'ACDV' FourCC (which is just complete JPEG files in individual AVI
libavformat
|
Mon, 08 Dec 2008 20:09:15 +0000 |
compn |
add mpeg2 fourcc and aac format tag from asf
libavformat
|
Sun, 07 Dec 2008 17:29:09 +0000 |
henry |
bind to the multicast address if possible
libavformat
|
Sun, 07 Dec 2008 01:53:31 +0000 |
reynaldo |
COSMETICS
libavformat
|
Sat, 06 Dec 2008 20:28:38 +0000 |
rbultje |
Remove static variable and a printf using it. See "[PATCH] asf.c: move
libavformat
|
Sat, 06 Dec 2008 18:41:17 +0000 |
rbultje |
Change function prototype of the sdp_parse_a_line in DynamicProtocolHandler.
libavformat
|
Sat, 06 Dec 2008 18:35:52 +0000 |
rbultje |
Do not access s->gb directly in functions that have a local copy of that
libavformat
|
Fri, 05 Dec 2008 14:59:41 +0000 |
compn |
add VX1K h263 and DMK2 mpeg4 avi fourccs
libavformat
|
Thu, 04 Dec 2008 15:08:04 +0000 |
cehoyos |
Recognize pnm file as images.
libavformat
|
Thu, 04 Dec 2008 03:00:53 +0000 |
bcoudurier |
WRAW fourcc
libavformat
|
Wed, 03 Dec 2008 23:04:30 +0000 |
diego |
Add necessary header for av_set_program_name and av_program_add_stream_index.
libavformat
|
Wed, 03 Dec 2008 21:44:29 +0000 |
compn |
add fourccs from avi files
libavformat
|
Wed, 03 Dec 2008 16:49:58 +0000 |
michael |
add GEOX fourcc for mpeg4
libavformat
|
Wed, 03 Dec 2008 16:47:07 +0000 |
diego |
Move declaration of av_set_program_name and av_program_add_stream_index
libavformat
|
Wed, 03 Dec 2008 15:23:30 +0000 |
diego |
Delete unnecessary 'extern' keywords.
libavformat
|
Wed, 03 Dec 2008 13:53:13 +0000 |
compn |
add FFDS fourcc, ok'd by kostya
libavformat
|
Tue, 02 Dec 2008 16:48:05 +0000 |
vitor |
Commit last ok'ed parts of QCELP decoder and enable it.
libavformat
|
Tue, 02 Dec 2008 15:43:47 +0000 |
michael |
ADTS AAC probe.
libavformat
|
Mon, 01 Dec 2008 22:07:00 +0000 |
vitor |
More OKed parts of the QCELP decoder
libavformat
|
Mon, 01 Dec 2008 00:08:42 +0000 |
rbultje |
Implement rule-number parsing, the initial step in stream (and bitrate)
libavformat
|
Sun, 30 Nov 2008 22:24:35 +0000 |
rbultje |
Change RDTDemuxContext->st into an array of streams, which will make future
libavformat
|
Sun, 30 Nov 2008 20:40:04 +0000 |
rbultje |
document ff_rdt_parse_open(). See ML discussion in "[PATCH] RDT/Realmedia
libavformat
|
Sun, 30 Nov 2008 20:39:16 +0000 |
rbultje |
Change function prototype from taking an AVStream to taking an index to the
libavformat
|
Sat, 29 Nov 2008 13:55:03 +0000 |
stefano |
Rename functions in sdp.c for consistency's sake.
libavformat
|
Sun, 23 Nov 2008 16:54:31 +0000 |
rbultje |
Document 'ic' variable. See "[PATCH] RDT/Realmedia patches #2" thread in ML.
libavformat
|
Sat, 22 Nov 2008 21:24:39 +0000 |
cehoyos |
Add forgotten file format pgmyuv.
libavformat
|
Sat, 22 Nov 2008 20:36:02 +0000 |
cehoyos |
Support picture output without -f image2 for most codecs.
libavformat
|
Thu, 20 Nov 2008 22:53:18 +0000 |
diego |
cosmetics: Consistently place HEADERS before OBJS in all Makefiles.
libavformat
|
Tue, 18 Nov 2008 09:09:57 +0000 |
bcoudurier |
decrease atom size, fix broken files missing version/flags
libavformat
|
Tue, 18 Nov 2008 03:49:33 +0000 |
reynaldo |
Trivial, Cosmetics
libavformat
|
Mon, 17 Nov 2008 18:10:02 +0000 |
rbultje |
Change type of prev_stream_id from uint32_t to int, since it has a max size
libavformat
|
Mon, 17 Nov 2008 14:32:56 +0000 |
rbultje |
Reindent after r15853.
libavformat
|
Mon, 17 Nov 2008 14:32:01 +0000 |
rbultje |
Read optional components of the RDT packet header, such as extended setID
libavformat
|
Mon, 17 Nov 2008 14:30:31 +0000 |
rbultje |
Change header reading implementation to using get_bits() instead of directly
libavformat
|
Mon, 17 Nov 2008 14:28:12 +0000 |
rbultje |
Prefix all ff_rdt_parse_header() arguments with a p, preparing for local
libavformat
|
Mon, 17 Nov 2008 14:23:20 +0000 |
rbultje |
Fix memleak caused by the fact that url_open_buf() allocates a context
libavformat
|
Mon, 17 Nov 2008 14:20:00 +0000 |
rbultje |
Add ByteIOContext argument to public ff_rm_* functions so that we can
libavformat
|
Mon, 17 Nov 2008 07:50:25 +0000 |
benoit |
Get rid of MSG_DONTWAIT using a more standard way to use a socket
libavformat
|
Sun, 16 Nov 2008 02:56:34 +0000 |
bcoudurier |
set pts in flv demuxer
libavformat
|
Sun, 16 Nov 2008 01:59:35 +0000 |
bcoudurier |
read itunes metadata, code based on Reimar's patch
libavformat
|
Sat, 15 Nov 2008 20:45:26 +0000 |
rbultje |
Change status packet skipping to be more spec-compliant. See discussion in
libavformat
|
Sat, 15 Nov 2008 20:43:57 +0000 |
rbultje |
Make function comment a bit more linguistically correct.
libavformat
|
Sat, 15 Nov 2008 20:42:41 +0000 |
rbultje |
Reindent after r15833.
libavformat
|
Sat, 15 Nov 2008 20:41:59 +0000 |
rbultje |
Add is_keyframe param to ff_rdt_parse_header(). See ML discussion in
libavformat
|
Sat, 15 Nov 2008 20:17:19 +0000 |
bcoudurier |
simplify metadata reading
libavformat
|
Sat, 15 Nov 2008 15:34:51 +0000 |
aurel |
matroskadec: fix index timestamps for some broken files
libavformat
|
Sat, 15 Nov 2008 14:44:48 +0000 |
rbultje |
Call check_back_and_send_rr() function only in case of RTP as a transport.
libavformat
|
Sat, 15 Nov 2008 02:22:47 +0000 |
rbultje |
Rename variables in ff_rdt_parse_header() and callers to match the
libavformat
|
Fri, 14 Nov 2008 19:33:22 +0000 |
henry |
check for interrupt when receiving from socket
libavformat
|
Fri, 14 Nov 2008 18:37:58 +0000 |
rbultje |
Add comment describing the RDT packet header. See discussion in "[PATCH]
libavformat
|
Fri, 14 Nov 2008 03:45:31 +0000 |
bcoudurier |
timestamp is dts in wmv/asf
libavformat
|
Wed, 12 Nov 2008 21:40:53 +0000 |
andoma |
Allow the UDP socket buffer size to be adjusted using a
libavformat
|
Mon, 10 Nov 2008 21:41:35 +0000 |
henry |
always use the whole buffer for reading w/ packetized sources to avoid packet truncation
libavformat
|
Sat, 08 Nov 2008 18:37:03 +0000 |
stefano |
Fix argument constness for the av_codec_get_id() and
libavformat
|
Sat, 08 Nov 2008 00:39:31 +0000 |
pross |
Electronic Arts demuxer: support TGQ video tags
libavformat
|
Thu, 06 Nov 2008 01:57:17 +0000 |
mru |
OGG: correct PTS with old theora streams
libavformat
|
Thu, 06 Nov 2008 01:50:56 +0000 |
mru |
OGG: untypedef demuxer structs
libavformat
|
Wed, 05 Nov 2008 09:22:13 +0000 |
pross |
Decode audio channel layout from RIFF/WAV file format.
libavformat
|
Wed, 29 Oct 2008 00:16:50 +0000 |
michael |
Check sub_packet_size against 0 to avoid div by zero later.
libavformat
|
Tue, 28 Oct 2008 23:49:04 +0000 |
cehoyos |
Fix endless loop when opening corrupt FLV files (issue 699).
libavformat
|
Mon, 27 Oct 2008 00:21:42 +0000 |
bcoudurier |
fix umid base value, use revision 5 and generic material type
libavformat
|
Sun, 26 Oct 2008 23:59:28 +0000 |
bcoudurier |
fix sound essence compression UL
libavformat
|
Sun, 26 Oct 2008 23:57:41 +0000 |
bcoudurier |
fix start position UL
libavformat
|
Fri, 24 Oct 2008 23:06:03 +0000 |
bcoudurier |
simplify sample rate code, flv_set_audio_codec already overrides it for nellymoser 8khz
libavformat
|
Fri, 24 Oct 2008 21:41:27 +0000 |
diego |
prettyprinting cosmetics
libavformat
|
Fri, 24 Oct 2008 21:37:06 +0000 |
diego |
spelling cosmetics
libavformat
|
Fri, 24 Oct 2008 18:36:26 +0000 |
bcoudurier |
force sample rate to 16khz for speex in flv, fix speexaudio.flv
libavformat
|
Fri, 24 Oct 2008 16:46:43 +0000 |
skal |
fix for >2GB flv files
libavformat
|
Fri, 24 Oct 2008 01:42:57 +0000 |
bcoudurier |
raw dnxhd de/muxer
libavformat
|
Thu, 23 Oct 2008 17:30:36 +0000 |
bcoudurier |
dnxhd codec is intra only
libavformat
|
Wed, 22 Oct 2008 21:14:42 +0000 |
aurel |
matroskaenc: require global header
libavformat
|
Tue, 21 Oct 2008 21:40:24 +0000 |
aurel |
uses FF_ARRAY_ELEMS() where appropriate
libavformat
|
Sun, 19 Oct 2008 01:02:48 +0000 |
michael |
Check for pts==dts on I/P frames in the presence of non low delay decoding and
libavformat
|
Sat, 18 Oct 2008 22:41:21 +0000 |
michael |
Move code setting delay and presentation_delayed a little up so
libavformat
|
Sat, 18 Oct 2008 17:30:37 +0000 |
michael |
Append read data onto the buffer instead of overwriting, this ensures
libavformat
|
Sat, 18 Oct 2008 12:10:08 +0000 |
banan |
Nellymoser 8KHZ flv muxing fix, patch by Alexander Wichers development at wichersdot nu
libavformat
|
Sat, 18 Oct 2008 12:08:55 +0000 |
banan |
8HZ -> 8KHZ, cosmetics patch by Alexander Wichers development at wichersdot nu
libavformat
|
Sat, 18 Oct 2008 10:40:31 +0000 |
michael |
Assume mono if no other information for raw.
libavformat
|
Fri, 10 Oct 2008 16:59:37 +0000 |
ramiro |
Only special-case absolute DOS paths on systems that support them.
libavformat
|
Wed, 08 Oct 2008 20:55:22 +0000 |
michael |
Make gcc 2.95 happy.
libavformat
|
Tue, 07 Oct 2008 16:59:18 +0000 |
romansh |
replacing frame_rate and frame_rate_base with an AVRational time_base
libavformat
|
Tue, 07 Oct 2008 16:14:33 +0000 |
romansh |
simplifying code as per Michael's suggestion
libavformat
|
Tue, 07 Oct 2008 15:49:45 +0000 |
romansh |
simplifying the code as per Michael's suggestion
libavformat
|
Sat, 04 Oct 2008 23:30:35 +0000 |
bcoudurier |
10l, fix amrwb sample rate
libavformat
|
Sat, 04 Oct 2008 22:57:56 +0000 |
aurel |
matroskaenc: correct muxing of ASS packets
libavformat
|
Sat, 04 Oct 2008 22:47:10 +0000 |
aurel |
matroskaenc: use correct EBML ID for block duration
libavformat
|
Sat, 04 Oct 2008 22:44:50 +0000 |
aurel |
matroskaenc: pass the packet size directly as parameter of mkv_blockgroup_size()
libavformat
|
Sat, 04 Oct 2008 22:41:58 +0000 |
aurel |
matroskaenc: remove useless mkv_block_size() function
libavformat
|
Sat, 04 Oct 2008 22:26:43 +0000 |
michael |
Favor even chunk sizes in ambiguous cases.
libavformat
|
Sat, 04 Oct 2008 21:57:01 +0000 |
michael |
Factorize stream id parsing.
libavformat
|
Sat, 04 Oct 2008 21:11:58 +0000 |
reimar |
Make size variables in dyn_buf_write unsigned so gcc will not optimize the
libavformat
|
Sat, 04 Oct 2008 11:20:02 +0000 |
diego |
Fix 'make checkheaders', based on a patch by Diego Petten«Ò, flameeyes gmail com.
libavformat
|
Sat, 04 Oct 2008 04:19:46 +0000 |
rbultje |
Reindent after r15544.
libavformat
|
Sat, 04 Oct 2008 04:19:15 +0000 |
rbultje |
Implement RDTDemuxContext, which contains RDT-specific data (similar to
libavformat
|
Sat, 04 Oct 2008 04:17:59 +0000 |
rbultje |
Make RTPDemuxContext opaque in rtsp.c, renaming it to tx_ctx (tx=transport)
libavformat
|
Sat, 04 Oct 2008 04:16:44 +0000 |
rbultje |
Remove access into RTPDemuxContext in rtsp.c, which allows making it opaque
libavformat
|
Sat, 04 Oct 2008 04:15:06 +0000 |
rbultje |
Change function prototype of RTPDynamicPayloadHandler.parse_packet() to
libavformat
|
Sat, 04 Oct 2008 04:11:12 +0000 |
rbultje |
Rename RTP payload contexts to PayloadContext, suggested by Luca in
libavformat
|
Fri, 03 Oct 2008 19:37:41 +0000 |
bcoudurier |
set sample rate for amr to allow stream copy since no decoder is present,
libavformat
|
Fri, 03 Oct 2008 10:16:29 +0000 |
diego |
Remove offset_t typedef and use int64_t directly instead.
libavformat
|
Thu, 02 Oct 2008 21:15:48 +0000 |
aurel |
matroskadec: cosmetics: indentation
libavformat
|
Thu, 02 Oct 2008 21:14:56 +0000 |
aurel |
matroskadec: don't merge packets which have no timestamp
libavformat
|
Thu, 02 Oct 2008 20:01:13 +0000 |
gpoirier |
Use __typeof__ instead of GCC-specific typeof keyword.
libavformat
|
Thu, 02 Oct 2008 17:43:27 +0000 |
ramiro |
MinGW runtime 3.15 has a wrapper for usleep().
libavformat
|
Thu, 02 Oct 2008 16:28:58 +0000 |
diego |
spelling cosmetics
libavformat
|
Thu, 02 Oct 2008 16:03:00 +0000 |
benoit |
Use enum typers instead of int.
libavformat
|
Thu, 02 Oct 2008 15:52:04 +0000 |
reimar |
Add (additional) const to many global tables.
libavformat
|
Wed, 01 Oct 2008 14:44:30 +0000 |
conrad |
Cosmetics: indentation
libavformat
|
Wed, 01 Oct 2008 14:43:08 +0000 |
conrad |
Visible width/height fields were added in Theora 3.2
libavformat
|
Wed, 01 Oct 2008 12:38:41 +0000 |
rbultje |
Use parse_packet vfunc in RTPDynamicProtocolHandler instead of hardcoding
libavformat
|
Wed, 01 Oct 2008 12:37:07 +0000 |
rbultje |
This patch refactors RDT packet header parsing so that it can be used in
libavformat
|
Tue, 30 Sep 2008 13:27:19 +0000 |
rbultje |
Reindent after previous patches.
libavformat
|
Tue, 30 Sep 2008 13:26:20 +0000 |
rbultje |
Implement a RTSPTransport field, which allows proper separation of server
libavformat
|
Tue, 30 Sep 2008 13:23:33 +0000 |
rbultje |
Remove access to rdt_data struct in functions called outside of the
libavformat
|
Tue, 30 Sep 2008 13:20:23 +0000 |
rbultje |
Send improper UDP SETUP request, which is what Realmedia servers expect.
libavformat
|
Tue, 30 Sep 2008 13:18:41 +0000 |
rbultje |
Rename RTSPProtocol to RTSPLowerTransport, so that its name properly tells us
libavformat
|
Tue, 30 Sep 2008 02:44:57 +0000 |
bcoudurier |
support negative ctts in some way, unset wrong dts
libavformat
|
Mon, 29 Sep 2008 06:22:12 +0000 |
diego |
Uniformly define _XOPEN_SOURCE to 600.
libavformat
|
Sun, 28 Sep 2008 23:06:25 +0000 |
aurel |
matroskadec: merge ASS events which share the same pts in the same AVPavket
libavformat
|
Sun, 28 Sep 2008 23:01:07 +0000 |
aurel |
matroskadec: ass events lines must end with a DOS style EOL
libavformat
|
Sun, 28 Sep 2008 22:58:53 +0000 |
aurel |
matroskadec: set duration only for CODEC_ID_TEXT subtitles
libavformat
|
Sun, 28 Sep 2008 22:55:28 +0000 |
aurel |
matroskadec: pass duration as parameter of matroska_fix_ass_packet()
libavformat
|
Sat, 27 Sep 2008 23:12:24 +0000 |
aurel |
assdec: don't remove CR, they are part of the spec
libavformat
|
Sat, 27 Sep 2008 20:05:12 +0000 |
diego |
cosmetics: Break overly long lines, one grammar fix.
libavformat
|
Sat, 27 Sep 2008 19:51:53 +0000 |
diego |
spelling/wording/grammar
libavformat
|
Sat, 27 Sep 2008 17:37:22 +0000 |
diego |
Move doxygen comments for av_gettime from utils.c to avformat.h.
libavformat
|
Fri, 26 Sep 2008 19:42:21 +0000 |
michael |
ASS/SSA muxer.
libavformat
|
Fri, 26 Sep 2008 12:12:25 +0000 |
banan |
add ok parts to the rm demuxer for SIPRO support
libavformat
|
Fri, 26 Sep 2008 10:59:42 +0000 |
banan |
Add support for Acelp.net fourcc and codecid, remuxing wav to avi should work
libavformat
|
Fri, 26 Sep 2008 03:24:05 +0000 |
michael |
Do not lose the '\n'.
libavformat
|
Fri, 26 Sep 2008 02:19:21 +0000 |
michael |
2 in 1, an ASS and SSA demuxer.
libavformat
|
Fri, 26 Sep 2008 02:12:37 +0000 |
bcoudurier |
only include sys/select.h if present, fix mingw compilation
libavformat
|
Fri, 26 Sep 2008 02:07:56 +0000 |
michael |
Prevent image2 from complaining about non monotone timestamps as
libavformat
|
Wed, 24 Sep 2008 23:40:55 +0000 |
bcoudurier |
cosmetics, remove GXF: in log messages since it is present in context
libavformat
|
Wed, 24 Sep 2008 23:31:04 +0000 |
bcoudurier |
skip invalid audio samples in gxf packets
libavformat
|
Wed, 24 Sep 2008 22:11:53 +0000 |
bcoudurier |
include sys/select.h to get select, according to posix 2001,
libavformat
|
Wed, 24 Sep 2008 22:08:50 +0000 |
bcoudurier |
include sys/select.h instead of unistd.h to get select,
libavformat
|
Wed, 24 Sep 2008 18:55:00 +0000 |
bcoudurier |
stop parsing if tag size is wrongly < 8 to avoid infinite loop
libavformat
|
Wed, 24 Sep 2008 17:46:23 +0000 |
michael |
Avoid segfault due to not set AVCodec.
libavformat
|
Wed, 24 Sep 2008 17:17:11 +0000 |
bcoudurier |
merge amr wb case with amr nb and qcelp
libavformat
|
Wed, 24 Sep 2008 17:09:59 +0000 |
bcoudurier |
do not override sample rate for amr nor qcelp, should fix some qcelp files at 16000hz
libavformat
|
Wed, 24 Sep 2008 12:03:25 +0000 |
michael |
ASF stands for "advanced stream format" not "adaptive ...", changing it to "ASF".
libavformat
|
Tue, 23 Sep 2008 06:24:00 +0000 |
vitor |
Add support for RVTR fourCC
libavformat
|
Fri, 19 Sep 2008 12:37:38 +0000 |
michael |
Ensure that muxer and encoder aspect ratios match. So no
libavformat
|
Thu, 18 Sep 2008 05:25:29 +0000 |
kostya |
Add fourcc for MS RLE4
libavformat
|
Wed, 17 Sep 2008 23:14:48 +0000 |
bcoudurier |
revert r14983, value is not sample aspect ratio, it is display aspect ratio
libavformat
|
Sun, 14 Sep 2008 20:00:36 +0000 |
jbr |
write number of samples in FLAC extradata.
libavformat
|
Sun, 14 Sep 2008 17:29:34 +0000 |
jbr |
add error message for unsupported codecs in WAVE.
libavformat
|
Sun, 14 Sep 2008 13:56:12 +0000 |
rbultje |
Reindent after r15317.
libavformat
|
Sun, 14 Sep 2008 13:55:21 +0000 |
rbultje |
Rename RTSP_SERVER_RDT to RTSP_SERVER_REAL, because RDT (the transport
libavformat
|
Fri, 12 Sep 2008 00:06:06 +0000 |
aurel |
matroskadec: simplify, first_timecode is already in the index
libavformat
|
Thu, 11 Sep 2008 22:42:17 +0000 |
aurel |
matroskadec: prevent seeking before the first keyframe of the reference stream
libavformat
|
Thu, 11 Sep 2008 17:43:44 +0000 |
rbultje |
Reindent after r15927, see discussion in "[PATCH] rtsp cleanup part 1:
libavformat
|
Thu, 11 Sep 2008 17:43:04 +0000 |
rbultje |
Factorize out common code for opening of the RTP parsing context between
libavformat
|
Wed, 10 Sep 2008 12:51:49 +0000 |
michael |
Clarify convergence_duration.
libavformat
|
Tue, 09 Sep 2008 18:32:50 +0000 |
bcoudurier |
set bits_per_coded_sample according to new lavc api
libavformat
|
Tue, 09 Sep 2008 12:10:25 +0000 |
aurel |
matroskadec: demux relevant subtitle packets after a seek
libavformat
|
Tue, 09 Sep 2008 12:07:10 +0000 |
aurel |
matroskadec: ensure that overlapping subtitles are not added to the index
libavformat
|
Tue, 09 Sep 2008 12:01:51 +0000 |
aurel |
matroskadec: after seeking, skip up to the desired timestamp instead of
libavformat
|
Tue, 09 Sep 2008 11:54:35 +0000 |
aurel |
matroskadec: move timecode calculation a little earlier
libavformat
|
Tue, 09 Sep 2008 11:23:48 +0000 |
aurel |
matroskadec: sanitize track time_scale before using it
libavformat
|
Tue, 09 Sep 2008 02:56:13 +0000 |
bcoudurier |
print stream index in decimal not in hex, easier for debugging
libavformat
|
Mon, 08 Sep 2008 19:37:22 +0000 |
bcoudurier |
set block align in av_write_header if not set, fix issue #489
libavformat
|
Mon, 08 Sep 2008 19:11:53 +0000 |
bcoudurier |
write copyright metadata tag
libavformat
|
Mon, 08 Sep 2008 14:24:59 +0000 |
michael |
Bump Major version, this commit is almost just renaming bits_per_sample to
libavformat
|
Mon, 08 Sep 2008 00:58:24 +0000 |
bcoudurier |
terminate tag tables by CODEC_ID_NONE
libavformat
|
Sun, 07 Sep 2008 04:17:15 +0000 |
bcoudurier |
set default bps to 16 in wav header
libavformat
|
Sun, 07 Sep 2008 01:25:47 +0000 |
rbultje |
Implement RDT-specific data parsing routines. After these changes, simple
libavformat
|
Sun, 07 Sep 2008 01:24:01 +0000 |
rbultje |
Reindent after previous patch.
libavformat
|
Sun, 07 Sep 2008 01:22:18 +0000 |
rbultje |
Implement a RDT-specific SET_PARAMETER command that subscribes to the
libavformat
|
Sun, 07 Sep 2008 01:21:24 +0000 |
rbultje |
Add dynamic payload handlers to rdt.c. These follow the same API as the ones
libavformat
|
Sun, 07 Sep 2008 01:19:26 +0000 |
rbultje |
Give register_dynamic_payload_handler() in rtpdec.c a ff_ prefix and export
libavformat
|
Sun, 07 Sep 2008 00:05:30 +0000 |
aurel |
bump lavf micro version to allow checking for the matroska/ASS bugfix in r15211
libavformat
|
Sat, 06 Sep 2008 23:44:29 +0000 |
aurel |
matroskadec: remove now useless vstream and is_video_key_frame
libavformat
|
Sat, 06 Sep 2008 23:43:24 +0000 |
aurel |
matroskadec: remove useless braces
libavformat
|
Sat, 06 Sep 2008 23:39:59 +0000 |
aurel |
matroskadec: ensure that the timecode added to the index are is the one
libavformat
|
Fri, 05 Sep 2008 02:30:27 +0000 |
bcoudurier |
do not fail if audio is uncompressed and frame size is not set, just set it
libavformat
|
Fri, 05 Sep 2008 02:20:33 +0000 |
bcoudurier |
simplify bps code by using av_get_bits_per_sample
libavformat
|
Thu, 04 Sep 2008 23:26:12 +0000 |
aurel |
matroskadec: fix ASS subtitle track packets before emitting them
libavformat
|
Thu, 04 Sep 2008 23:19:53 +0000 |
bcoudurier |
Fix msgsm in wav, do not set blkalign to frame size, this is wrong,
libavformat
|
Thu, 04 Sep 2008 23:08:19 +0000 |
aurel |
matroska: subtitle display duration must be stored in pkt->convergence_duration
libavformat
|
Thu, 04 Sep 2008 22:35:05 +0000 |
bcoudurier |
set block align and frame size for gsm in aiff
libavformat
|
Thu, 04 Sep 2008 18:26:31 +0000 |
bcoudurier |
cosmetics, remove whitespace
libavformat
|
Thu, 04 Sep 2008 18:25:55 +0000 |
bcoudurier |
actually write dac3 atom, patch by Kurtnoise, kurtnoise at free dot fr
libavformat
|
Thu, 04 Sep 2008 18:17:21 +0000 |
bcoudurier |
skip 2 bytes more when parsing ac3 frame, syncword 16bits + crc 16bits,
libavformat
|
Wed, 03 Sep 2008 19:42:09 +0000 |
bcoudurier |
change the logic to mux 13818-3 and 11172-3 in mp4, less code
libavformat
|
Wed, 03 Sep 2008 19:31:03 +0000 |
bcoudurier |
forbid mp3 < 16000hz in anything except mov
libavformat
|
Wed, 03 Sep 2008 19:23:24 +0000 |
bcoudurier |
dirac muxing support in mp4/mov
libavformat
|
Wed, 03 Sep 2008 19:18:49 +0000 |
bcoudurier |
cosmetics, move up mpeg1video mp4 objecttype
libavformat
|
Wed, 03 Sep 2008 19:17:28 +0000 |
bcoudurier |
cosmetics, change values to hex since mp4ra use hex
libavformat
|
Wed, 03 Sep 2008 19:08:56 +0000 |
bcoudurier |
cosmetics, vertical align
libavformat
|
Wed, 03 Sep 2008 19:05:22 +0000 |
bcoudurier |
ac3 muxing support in mov/mp4/m4v
libavformat
|
Wed, 03 Sep 2008 17:57:56 +0000 |
reimar |
Change doxygen comment: Clarify when av_write_trailer should be called.
libavformat
|
Wed, 03 Sep 2008 14:44:54 +0000 |
michael |
Add AVPacket.convergence_duration.
libavformat
|
Wed, 03 Sep 2008 14:02:17 +0000 |
michael |
Try to clarify the semantics of AVPacket.duration.
libavformat
|
Wed, 03 Sep 2008 04:47:44 +0000 |
rbultje |
Remove unused code that used to handle protocol concatenation, i.e. trying
libavformat
|
Wed, 03 Sep 2008 04:44:58 +0000 |
rbultje |
Implement Realmedia/RTSP-compatible SETUP command. This includes calculation
libavformat
|
Wed, 03 Sep 2008 01:42:26 +0000 |
bcoudurier |
fix fourcc comment
libavformat
|
Wed, 03 Sep 2008 00:07:34 +0000 |
rbultje |
Move av_set_pts_info() inside the mdpr_read_codecdata() call, so that it is
libavformat
|
Wed, 03 Sep 2008 00:05:55 +0000 |
rbultje |
Use chunk-size in function calling mdpr_read_codecdata() rather than in the
libavformat
|
Tue, 02 Sep 2008 22:53:42 +0000 |
diego |
Fix an invalid free in the AVI muxer when an unsupported audio track is added.
libavformat
|
Tue, 02 Sep 2008 22:45:13 +0000 |
diego |
Replace generic CONFIG_MUXERS preprocessor conditionals by more specific
libavformat
|
Tue, 02 Sep 2008 22:31:41 +0000 |
diego |
Remove pointless #ifdef CONFIG_VHOOK from the code.
libavformat
|
Tue, 02 Sep 2008 20:48:45 +0000 |
bcoudurier |
correctly mux mpeg2 audio 13818-3 in mp4
libavformat
|
Tue, 02 Sep 2008 19:13:25 +0000 |
bcoudurier |
allow mp2 to be muxed into mp4
libavformat
|
Tue, 02 Sep 2008 15:33:57 +0000 |
michael |
Fix detection of MPEG4 in MPEG-PS.
libavformat
|
Mon, 01 Sep 2008 17:20:49 +0000 |
jbr |
change back to using CONFIG_*_DEMUXER for ac3_eac3_probe(), but use it
libavformat
|
Mon, 01 Sep 2008 15:50:12 +0000 |
aurel |
matroska: add E-AC-3 support
libavformat
|
Mon, 01 Sep 2008 15:31:14 +0000 |
jbr |
simplify ac3_probe() and eac3_probe(). patch by Aurelien Jacobs.
libavformat
|
Mon, 01 Sep 2008 15:28:15 +0000 |
jbr |
check ENABLE_*_DEMUXER instead of CONFIG_*_DEMUXER
libavformat
|
Mon, 01 Sep 2008 14:33:54 +0000 |
jbr |
create a separate codec_id for E-AC-3
libavformat
|
Mon, 01 Sep 2008 13:51:24 +0000 |
rbultje |
Remove useless "else" case in if X { A; return }; else { B }. See discussion
libavformat
|
Mon, 01 Sep 2008 13:47:53 +0000 |
rbultje |
Some RTSP streams use SDP lines longer than 1024 bytes, so the SDP line
libavformat
|
Mon, 01 Sep 2008 13:46:50 +0000 |
rbultje |
Implement Realmedia-compatible DESCRIBE command.
libavformat
|
Sun, 31 Aug 2008 20:21:00 +0000 |
bcoudurier |
check for malloc failure
libavformat
|
Sun, 31 Aug 2008 20:20:12 +0000 |
bcoudurier |
copy whole frame in vosData for dnxhd, this code will be used for other codecs too
libavformat
|
Sun, 31 Aug 2008 17:32:58 +0000 |
rbultje |
Send RTSP OPTIONS command to detect server type.
libavformat
|
Sun, 31 Aug 2008 17:32:02 +0000 |
rbultje |
Read RealChallenge1 field from the server.
libavformat
|
Sun, 31 Aug 2008 17:30:15 +0000 |
rbultje |
Implement RTSPServerType enum as a way to identify the flavour of RTSP that
libavformat
|
Sun, 31 Aug 2008 17:23:01 +0000 |
rbultje |
Revert back to old version (r15103).
libavformat
|
Sun, 31 Aug 2008 07:39:47 +0000 |
stefano |
Globally rename the header inclusion guard names.
libavformat
|
Sun, 31 Aug 2008 04:35:09 +0000 |
bcoudurier |
do no write multi descriptor when only one track is present
libavformat
|
Sun, 31 Aug 2008 04:26:12 +0000 |
bcoudurier |
factorize
libavformat
|
Sun, 31 Aug 2008 04:25:39 +0000 |
bcoudurier |
remove mxf_build_structural_metadata, simplify
libavformat
|
Sun, 31 Aug 2008 04:24:00 +0000 |
bcoudurier |
move mxf_write_package to permit function merge
libavformat
|
Sun, 31 Aug 2008 04:20:47 +0000 |
bcoudurier |
cosmetics, Pair -> Entry
libavformat
|
Sun, 31 Aug 2008 04:13:44 +0000 |
bcoudurier |
store index in table in MXFStreamContext, simplify
libavformat
|
Sun, 31 Aug 2008 04:07:41 +0000 |
bcoudurier |
merge descriptor write table with essence container uls table and simplify
libavformat
|
Sun, 31 Aug 2008 03:45:00 +0000 |
bcoudurier |
fix type in prototype
libavformat
|
Sun, 31 Aug 2008 03:42:05 +0000 |
bcoudurier |
remove header_byte_count_offset from context
libavformat
|
Sun, 31 Aug 2008 03:36:25 +0000 |
bcoudurier |
simplify and correctly rewrite metadata in header partition, mark it closed complete
libavformat
|
Sun, 31 Aug 2008 03:20:41 +0000 |
bcoudurier |
simplify current partition offset
libavformat
|
Sun, 31 Aug 2008 03:12:13 +0000 |
rbultje |
Implement RTSP/Realmedia-compatible OPTIONS command. See "Realmedia patch"
libavformat
|
Sun, 31 Aug 2008 03:06:38 +0000 |
bcoudurier |
header partition is open incomplete for now
libavformat
|
Sun, 31 Aug 2008 03:01:07 +0000 |
bcoudurier |
always write footer partition according to specs
libavformat
|
Sun, 31 Aug 2008 02:55:13 +0000 |
bcoudurier |
10l fix mxf_get_essence_container_ul
libavformat
|
Sun, 31 Aug 2008 02:50:25 +0000 |
bcoudurier |
cosmetics, mux_write -> mxf_write
libavformat
|
Sun, 31 Aug 2008 02:49:40 +0000 |
bcoudurier |
correctly set track duration
libavformat
|
Sun, 31 Aug 2008 02:46:50 +0000 |
bcoudurier |
set duration to distinguished value
libavformat
|
Sun, 31 Aug 2008 02:41:31 +0000 |
bcoudurier |
correctly write codec ul, mpeg-2 needs profile and level to be set
libavformat
|
Sun, 31 Aug 2008 01:48:02 +0000 |
bcoudurier |
simplify, pass AVStream directly instead of index
libavformat
|
Sun, 31 Aug 2008 01:44:45 +0000 |
bcoudurier |
cosmetics, whitespace
libavformat
|
Sun, 31 Aug 2008 01:41:10 +0000 |
bcoudurier |
remove now useless track_number_sign
libavformat
|
Sun, 31 Aug 2008 01:39:42 +0000 |
bcoudurier |
put back mxf_essence_container_uls in demuxer as static const
libavformat
|
Sun, 31 Aug 2008 01:37:14 +0000 |
bcoudurier |
remove now useless mxf_essence_element_key array
libavformat
|
Sun, 31 Aug 2008 01:34:26 +0000 |
bcoudurier |
fix track number ul in primer pack
libavformat
|
Sun, 31 Aug 2008 01:33:28 +0000 |
bcoudurier |
introduce MXFContainerEssencePair to associate essence element key and
libavformat
|
Sun, 31 Aug 2008 00:40:11 +0000 |
bcoudurier |
cosmetics
libavformat
|
Sun, 31 Aug 2008 00:39:34 +0000 |
bcoudurier |
replace sizeof(type) by sizeof *ptr
libavformat
|
Sun, 31 Aug 2008 00:36:30 +0000 |
bcoudurier |
merge declaration and init
libavformat
|
Sun, 31 Aug 2008 00:28:51 +0000 |
bcoudurier |
reindent
libavformat
|
Sun, 31 Aug 2008 00:28:36 +0000 |
bcoudurier |
simplify mxf_write_essence_container_refs
libavformat
|
Sun, 31 Aug 2008 00:26:54 +0000 |
bcoudurier |
factorize
libavformat
|
Sun, 31 Aug 2008 00:25:19 +0000 |
bcoudurier |
change [0] to *
libavformat
|
Sun, 31 Aug 2008 00:23:38 +0000 |
bcoudurier |
compute essence containers in mxf_write_header, this simplifies the code
libavformat
|
Sat, 30 Aug 2008 23:54:24 +0000 |
bcoudurier |
get essence container ul in header and set it per track, check for unsupported codec
libavformat
|
Sat, 30 Aug 2008 23:47:58 +0000 |
bcoudurier |
move per track code in mxf_write_header to be able to check for unsupported configuration
libavformat
|
Sat, 30 Aug 2008 23:43:14 +0000 |
bcoudurier |
rename variable
libavformat
|
Sat, 30 Aug 2008 23:05:42 +0000 |
bcoudurier |
fix typos
libavformat
|
Sat, 30 Aug 2008 23:02:59 +0000 |
bcoudurier |
cosmetics: header -> generic
libavformat
|
Sat, 30 Aug 2008 22:58:49 +0000 |
bcoudurier |
cosmetics, remove useless braces, move comments where appropriate, remove whitespaces
libavformat
|
Sat, 30 Aug 2008 22:45:49 +0000 |
bcoudurier |
cosmetics
libavformat
|
Sat, 30 Aug 2008 22:45:32 +0000 |
bcoudurier |
simplify, and factorize
libavformat
|
Sat, 30 Aug 2008 22:41:01 +0000 |
bcoudurier |
only put version in tag
libavformat
|
Sat, 30 Aug 2008 22:38:59 +0000 |
bcoudurier |
simplify
libavformat
|
Sat, 30 Aug 2008 22:37:19 +0000 |
bcoudurier |
always write required version string local tag
libavformat
|
Sat, 30 Aug 2008 22:32:23 +0000 |
bcoudurier |
introduce mxf_write_local_tag_utf16 and factorize
libavformat
|
Sat, 30 Aug 2008 22:24:19 +0000 |
bcoudurier |
use strlen and do not write useless trailing 0 according to specs
libavformat
|
Sat, 30 Aug 2008 22:23:11 +0000 |
bcoudurier |
write strings as utf16be
libavformat
|
Sat, 30 Aug 2008 07:17:36 +0000 |
diego |
Add missing FFMPEG_ prefix to multiple inclusion guard.
libavformat
|
Sat, 30 Aug 2008 03:07:31 +0000 |
bcoudurier |
timestamps in flv are 32bits _signed_ according to flash player, specs are wrong
libavformat
|
Sat, 30 Aug 2008 03:01:59 +0000 |
bcoudurier |
remove now useless casts
libavformat
|
Fri, 29 Aug 2008 22:13:22 +0000 |
bcoudurier |
make has_codec_parameters not returning true when sample_fmt is not set
libavformat
|
Fri, 29 Aug 2008 22:10:34 +0000 |
bcoudurier |
skip empty flv data packets, fix issue #602
libavformat
|
Fri, 29 Aug 2008 22:07:01 +0000 |
bcoudurier |
factorize packet skip code
libavformat
|
Fri, 29 Aug 2008 22:03:18 +0000 |
bcoudurier |
simplify size handling code
libavformat
|
Fri, 29 Aug 2008 20:04:28 +0000 |
bcoudurier |
remove vorbis dec hack, decoding will be done anyway to get frame size
libavformat
|
Fri, 29 Aug 2008 17:06:35 +0000 |
bcoudurier |
speex in flv demuxing
libavformat
|
Fri, 29 Aug 2008 17:04:18 +0000 |
bcoudurier |
cosmetics, typos, case
libavformat
|
Fri, 29 Aug 2008 16:56:57 +0000 |
bcoudurier |
cosmetics
libavformat
|
Fri, 29 Aug 2008 16:56:36 +0000 |
bcoudurier |
fix version string ul
libavformat
|
Fri, 29 Aug 2008 01:43:27 +0000 |
michael |
Do not truncate timestamps before the muxer as it makes simple
libavformat
|
Thu, 28 Aug 2008 22:41:00 +0000 |
romansh |
Intial implementation of the DV100 (AKA DVCPRO HD) decoder and demuxer as
libavformat
|
Thu, 28 Aug 2008 12:00:58 +0000 |
rbultje |
Change implementation for ff_data_to_hex(), this is faster. See discussion on
libavformat
|
Wed, 27 Aug 2008 23:43:28 +0000 |
rbultje |
Export data_to_hex() as private API in lavf, rename to ff_data_to_hex() and
libavformat
|
Wed, 27 Aug 2008 20:28:11 +0000 |
romansh |
Two cosmetic changes for improved readability and ease of HDVCPRO HD integration
libavformat
|
Wed, 27 Aug 2008 19:58:55 +0000 |
aurel |
matroskadec: cosmetics: indentation
libavformat
|
Wed, 27 Aug 2008 19:57:42 +0000 |
aurel |
matroskadec: seek to the last position known in the index before resorting to
libavformat
|
Wed, 27 Aug 2008 00:33:22 +0000 |
rbultje |
Use RTPDynamicProtocol parse_sdp_a_line() handlers in case of unknown SDP
libavformat
|
Tue, 26 Aug 2008 20:38:04 +0000 |
aurel |
remove useless assignment (st is never read after this line)
libavformat
|
Tue, 26 Aug 2008 20:32:27 +0000 |
aurel |
matroskadec: index timestamps are supposed to be in the timebase of the stream
libavformat
|
Tue, 26 Aug 2008 20:21:39 +0000 |
aurel |
mxfdec: set sample_aspect_ratio
libavformat
|
Tue, 26 Aug 2008 15:58:25 +0000 |
cehoyos |
Remaining parts of GSoC MXF muxer by Zhentan Feng.
libavformat
|
Tue, 26 Aug 2008 01:29:43 +0000 |
michael |
vertical align
libavformat
|
Mon, 25 Aug 2008 20:28:12 +0000 |
vitor |
Import more MXF muxer code from the SoC tree
libavformat
|
Mon, 25 Aug 2008 15:39:43 +0000 |
andoma |
When setting codec_id during codec probe we must also set codec_type.
libavformat
|
Mon, 25 Aug 2008 06:20:00 +0000 |
lucabe |
Fix udp.c compilation with recent glibc (>= 2.8)
libavformat
|
Mon, 25 Aug 2008 00:17:31 +0000 |
aurel |
matroskadec: unset matroska->done when seeking
libavformat
|
Mon, 25 Aug 2008 00:15:49 +0000 |
aurel |
matroskadec: full seeking support in index-less files
libavformat
|
Mon, 25 Aug 2008 00:09:08 +0000 |
aurel |
matroskadec: on the fly index construction for index-less files
libavformat
|
Sun, 24 Aug 2008 23:57:29 +0000 |
aurel |
matroskadec: don't try to seek to negative timestamp
libavformat
|
Sun, 24 Aug 2008 23:54:14 +0000 |
aurel |
matroskadec: move setting of matroska->done inside matroska_parse_cluster()
libavformat
|
Sun, 24 Aug 2008 17:37:43 +0000 |
reimar |
Add ff_ prefix to ogg_codec_t structs
libavformat
|
Sun, 24 Aug 2008 17:24:34 +0000 |
reimar |
Mark several libavformat arrays const
libavformat
|
Sun, 24 Aug 2008 17:19:46 +0000 |
reimar |
Mark "matroska" probe data string constant.
libavformat
|
Sun, 24 Aug 2008 17:09:15 +0000 |
reimar |
Make ogg_codec_t descriptions const
libavformat
|
Sun, 24 Aug 2008 16:51:50 +0000 |
reimar |
Change codec_tag type from const struct AVCodecTag ** to const struct AVCodecTag * const *
libavformat
|
Sun, 24 Aug 2008 16:22:40 +0000 |
rbultje |
Remove check for @ in tcp.c which removes the authorization data from the
libavformat
|
Sun, 24 Aug 2008 14:12:03 +0000 |
aurel |
voc: add ff_ prefix to some global const data
libavformat
|
Sun, 24 Aug 2008 14:02:55 +0000 |
reimar |
Remove useless empty close functions in mmf and mm demuxers.
libavformat
|
Sun, 24 Aug 2008 13:12:41 +0000 |
aurel |
matroskadec: make aac_profiles array const
libavformat
|
Sun, 24 Aug 2008 12:45:15 +0000 |
reimar |
Make the id3v1_genre_str array const, not just the strings it points to.
libavformat
|
Sun, 24 Aug 2008 05:55:46 +0000 |
vitor |
Import more ok'ed chunks of the mxf muxer from the soc tree
libavformat
|
Sat, 23 Aug 2008 23:43:20 +0000 |
aurel |
convert every muxer/demuxer to write/read sample_aspect_ratio from/to
libavformat
|
Sat, 23 Aug 2008 23:13:58 +0000 |
aurel |
export sample_aspect_ratio read by the demuxer in a separate field
libavformat
|
Sat, 23 Aug 2008 22:36:35 +0000 |
pross |
Add raw muxers/demuxers for F64/F32/S32/S24/U32/U24 PCM audio.
libavformat
|
Sat, 23 Aug 2008 18:52:26 +0000 |
rbultje |
Cosmetics after previous patches.
libavformat
|
Sat, 23 Aug 2008 18:49:16 +0000 |
rbultje |
On failure, return directly because the fail: case does nothing. This also
libavformat
|
Sat, 23 Aug 2008 18:46:30 +0000 |
rbultje |
Move malloc() down until after all initializations, so that the resource is
libavformat
|
Sat, 23 Aug 2008 17:39:56 +0000 |
rbultje |
Fix memleak on some OSes in case network initialization fails. See
libavformat
|
Sat, 23 Aug 2008 17:39:10 +0000 |
rbultje |
Remove useless comments. See "[PATCH] tcp.c/udp.c memleak?" for discussion.
libavformat
|
Sat, 23 Aug 2008 15:25:38 +0000 |
bcoudurier |
enable fl32/64 le/be in mov with stsd audio v2
libavformat
|
Fri, 22 Aug 2008 19:03:05 +0000 |
lucabe |
Do not set timestamp information for a non existing AVStream
libavformat
|
Fri, 22 Aug 2008 04:12:52 +0000 |
vitor |
Apply parts of MXF muxer ok'ed by Michael
libavformat
|
Wed, 20 Aug 2008 23:08:07 +0000 |
aurel |
matroskadec: fail cleanly when the required compression lib is not compiled in
libavformat
|
Wed, 20 Aug 2008 22:30:15 +0000 |
aurel |
matroskadec: stop parsing when skipping en element crossing over the end of file
libavformat
|
Wed, 20 Aug 2008 00:49:45 +0000 |
aurel |
matroska: add support for most variants of PCM
libavformat
|
Wed, 20 Aug 2008 00:44:25 +0000 |
aurel |
matroskadec: handle EBML_ID_VOID and EBML_ID_CRC32 in a generic way
libavformat
|
Tue, 19 Aug 2008 23:44:23 +0000 |
rbultje |
Implement url_open_protocol(), which is basiclly the former url_open()
libavformat
|
Tue, 19 Aug 2008 22:01:57 +0000 |
cehoyos |
Ok-ed parts from patch by zhentan feng.
libavformat
|
Tue, 19 Aug 2008 21:58:47 +0000 |
cehoyos |
Remove useless #ifdef DEBUG (patch by Zhentan Feng).
libavformat
|
Tue, 19 Aug 2008 18:49:57 +0000 |
stefano |
Replace invocations of av_fifo_realloc(), which is going to be
libavformat
|
Tue, 19 Aug 2008 12:36:17 +0000 |
cehoyos |
Ok-ed parts from patch by zhentan feng.
libavformat
|
Tue, 19 Aug 2008 11:05:29 +0000 |
pross |
Make AIFF demuxer handle F32BE and F64BE PCM audio.
libavformat
|
Tue, 19 Aug 2008 11:00:40 +0000 |
pross |
Make MOV demuxer handle F32BE, F32LE, F64BE and F64LE PCM audio.
libavformat
|
Tue, 19 Aug 2008 10:54:30 +0000 |
pross |
Make RIFF-based demuxers handle F32LE and F64LE PCM audio.
libavformat
|
Tue, 19 Aug 2008 10:49:38 +0000 |
pross |
Make AU demuxer handle S24BE, S32BE and F64BE PCM audio.
libavformat
|
Mon, 18 Aug 2008 18:11:00 +0000 |
michael |
Ok-ed parts from patch by zhentan feng.
libavformat
|
Mon, 18 Aug 2008 17:54:18 +0000 |
michael |
Factorize common code out of the mxf demuxer.
libavformat
|
Mon, 18 Aug 2008 12:39:57 +0000 |
pross |
Support Electronic Arts files containing MP3 audio.
libavformat
|
Sat, 16 Aug 2008 18:39:30 +0000 |
aurel |
struct timeval requires #include <sys/time.h>
libavformat
|
Sat, 16 Aug 2008 14:46:31 +0000 |
michael |
Fix rc_eq mem leak.
libavformat
|
Fri, 15 Aug 2008 19:24:55 +0000 |
diego |
Surround format-specific functions with matching preprocessor conditionals.
libavformat
|
Fri, 15 Aug 2008 17:28:20 +0000 |
diego |
Surround AVInputFormat declarations with format-specific #ifdefs.
libavformat
|
Fri, 15 Aug 2008 16:54:27 +0000 |
diego |
Replace generic CONFIG_MUXERS preprocessor condition around format-specific
libavformat
|
Fri, 15 Aug 2008 16:48:05 +0000 |
diego |
Replace generic CONFIG_MUXERS preprocessor conditions around AVOutputFormat
libavformat
|
Fri, 15 Aug 2008 16:37:59 +0000 |
diego |
cosmetics: Remove redundant #endif comments that are very close to the #ifdef
libavformat
|
Fri, 15 Aug 2008 16:33:12 +0000 |
diego |
cosmetics: misc spelling fixes
libavformat
|
Fri, 15 Aug 2008 16:13:05 +0000 |
michael |
Add flag to mark demuxers that can output discontinuous timestamps.
libavformat
|
Thu, 14 Aug 2008 22:36:05 +0000 |
aurel |
use h_addr_list[0] instead of h_addr as this is the posix hostent field name
libavformat
|
Thu, 14 Aug 2008 22:01:59 +0000 |
aurel |
ensure we get explicit definition of various _XOPEN_SOURCE functions we use
libavformat
|
Thu, 14 Aug 2008 21:48:02 +0000 |
bcoudurier |
import ok'd hunks for mxf muxer
libavformat
|
Thu, 14 Aug 2008 14:29:18 +0000 |
diego |
Surround '#include <sys/select>' by HAVE_SYS_SELECT_H.
libavformat
|
Thu, 14 Aug 2008 11:17:23 +0000 |
diego |
Change Dirac in MPEG-TS encapsulation to conform with spec changes.
libavformat
|
Thu, 14 Aug 2008 03:24:58 +0000 |
michael |
Do not fill the pts reordering buffer with guessed dts.
libavformat
|
Wed, 13 Aug 2008 21:15:15 +0000 |
aurel |
matroskadec: list some more ebml IDs found in the wild and that we ignore
libavformat
|
Wed, 13 Aug 2008 19:29:35 +0000 |
diego |
Dirac encapsulation in MPEG-TS
libavformat
|
Wed, 13 Aug 2008 18:32:16 +0000 |
diego |
Remove unused variable.
libavformat
|
Wed, 13 Aug 2008 17:22:53 +0000 |
aurel |
strcasecmp() requires #include <strings.h>
libavformat
|
Wed, 13 Aug 2008 09:36:45 +0000 |
aurel |
matroskadec: parse available blocks even when cluster parsing failed
libavformat
|
Tue, 12 Aug 2008 21:02:37 +0000 |
michael |
Add needed include, make it compile without -D_BSD_SOURCE.
libavformat
|
Tue, 12 Aug 2008 17:28:00 +0000 |
bcoudurier |
increase MAX_REORDER_DELAY and pts_buffer size to 16, max for h264 atm
libavformat
|
Tue, 12 Aug 2008 17:26:36 +0000 |
bcoudurier |
Prevent dts generation code to be executed when delay is > MAX_REORDER_DELAY,
libavformat
|
Tue, 12 Aug 2008 12:36:00 +0000 |
pross |
Electronic Arts demuxer: support SxEN audio tags found in 'Need for Speed: Pro Street' computer game.
libavformat
|
Tue, 12 Aug 2008 08:35:09 +0000 |
pross |
Electronic Arts demuxer: perform identification of ADPCM EA R2 codec using revision2 flag.
libavformat
|
Tue, 12 Aug 2008 08:33:32 +0000 |
pross |
Electronic Arts demuxer: ignore PTxx platform ID values.
libavformat
|
Tue, 12 Aug 2008 08:32:59 +0000 |
pross |
Support Electronic Arts files containing MPEG2VIDEO.
libavformat
|
Sun, 10 Aug 2008 15:34:29 +0000 |
banan |
FOURCC addition: added 3IV2, another mpeg4 id. incoming/video_3iv2/video_3iv2.avi
libavformat
|
Sun, 10 Aug 2008 01:58:46 +0000 |
pross |
Add MDEC tags to Electronic Arts demuxer.
libavformat
|
Sun, 10 Aug 2008 00:28:56 +0000 |
stefano |
Cosmetics: move at the beginning of the file the av_frac_* functions, avoid
libavformat
|
Fri, 08 Aug 2008 23:50:38 +0000 |
aurel |
matroskadec: add basic tags support (metadata)
libavformat
|
Fri, 08 Aug 2008 18:40:50 +0000 |
stefano |
Implement avformat_version().
libavformat
|
Thu, 07 Aug 2008 17:33:53 +0000 |
bcoudurier |
remove mxf.c, previously copied to mxfdec.c
libavformat
|
Thu, 07 Aug 2008 02:12:14 +0000 |
bcoudurier |
rename mxf.c to mxfdec.c
libavformat
|
Wed, 06 Aug 2008 22:17:38 +0000 |
mru |
Maintain pointer to end of AVFormatContext.packet_buffer list
libavformat
|
Wed, 06 Aug 2008 08:34:35 +0000 |
pross |
Add Electronic Arts TGV chunk tags to EA demuxer.
libavformat
|
Wed, 06 Aug 2008 00:21:10 +0000 |
aurel |
matroskadec: use av_freep(&x) instead of av_free(x);x=NULL
libavformat
|
Wed, 06 Aug 2008 00:17:47 +0000 |
aurel |
matroskadec: replace matroska_queue_packet with a single call to dynarray_add
libavformat
|
Tue, 05 Aug 2008 21:46:10 +0000 |
diego |
Fix small typo.
libavformat
|
Tue, 05 Aug 2008 10:38:25 +0000 |
pross |
Support muxing of Zork PCM audio into RIFF formats.
libavformat
|
Tue, 05 Aug 2008 08:28:57 +0000 |
diego |
misc spelling/grammar fixes
libavformat
|
Tue, 05 Aug 2008 00:43:01 +0000 |
aurel |
matroskadec: remove useless num_streams
libavformat
|
Tue, 05 Aug 2008 00:42:58 +0000 |
aurel |
matroskadec: expand useless ebml_read_element_id() wrapper
libavformat
|
Tue, 05 Aug 2008 00:42:55 +0000 |
aurel |
matroskadec: simplify matroska_ebmlnum_sint()
libavformat
|
Tue, 05 Aug 2008 00:42:52 +0000 |
aurel |
matroskadec: implement matroska_ebmlnum_uint() using ebml_read_num()
libavformat
|
Tue, 05 Aug 2008 00:42:49 +0000 |
aurel |
matroska: expand useless define for MS compat codec id strings
libavformat
|
Tue, 05 Aug 2008 00:42:46 +0000 |
aurel |
matroskadec: remove useless comments in ff_mkv_codec_tags
libavformat
|
Tue, 05 Aug 2008 00:42:43 +0000 |
aurel |
matroskadec: update copyright year and related comments
libavformat
|
Tue, 05 Aug 2008 00:42:39 +0000 |
aurel |
matroskadec: reorder some functions in a more logical order
libavformat
|
Tue, 05 Aug 2008 00:42:36 +0000 |
aurel |
matroskadec: remove now useless wrapper ebml_read_element_length()
libavformat
|
Tue, 05 Aug 2008 00:42:33 +0000 |
aurel |
matroskadec: remove now useless wrapper ebml_read_seek()
libavformat
|
Tue, 05 Aug 2008 00:42:29 +0000 |
aurel |
matroskadec: remove now useless peek_id
libavformat
|
Tue, 05 Aug 2008 00:42:26 +0000 |
aurel |
matroskadec: don't try to re-read already parsed ID in matroska_parse_cluster()
libavformat
|
Tue, 05 Aug 2008 00:42:23 +0000 |
aurel |
matroskadec: remove now unused parameter 'once' from ebml_parse_nest()
libavformat
|
Tue, 05 Aug 2008 00:42:20 +0000 |
aurel |
matroskadec: directly use ebml_parse() or ebml_parse_id() where it's enough
libavformat
|
Tue, 05 Aug 2008 00:42:17 +0000 |
aurel |
matroskadec: new ebml_parse() function, centralize ebml_read_element_id() calls
libavformat
|
Tue, 05 Aug 2008 00:42:13 +0000 |
aurel |
matroskadec: rename ebml_parse() to ebml_parse_nest()
libavformat
|
Tue, 05 Aug 2008 00:42:10 +0000 |
aurel |
matroskadec: don't care about the number of bytes read by ebml_read_element_id()
libavformat
|
Tue, 05 Aug 2008 00:42:08 +0000 |
aurel |
matroskadec: simplify check for hierarchy level
libavformat
|
Tue, 05 Aug 2008 00:42:05 +0000 |
aurel |
matroskadec: cosmetics: consistent style for function declarations
libavformat
|
Tue, 05 Aug 2008 00:42:02 +0000 |
aurel |
matroskadec: Use string instead of char table as probe data comparison source.
libavformat
|
Tue, 05 Aug 2008 00:41:59 +0000 |
aurel |
matroskadec: use an EbmlBin as parameter to ebml_read_binary()
libavformat
|
Tue, 05 Aug 2008 00:41:55 +0000 |
aurel |
matroskadec: extract common code out of ebml_read_*()
libavformat
|
Tue, 05 Aug 2008 00:41:52 +0000 |
aurel |
matroskadec: simplify/cleanup error logging in ebml_read_*()
libavformat
|
Tue, 05 Aug 2008 00:41:50 +0000 |
aurel |
matroskadec: remove now useless expected_id parameter from ebml_parse()
libavformat
|
Tue, 05 Aug 2008 00:41:46 +0000 |
aurel |
matroskadec: expand useless ebml_peek_id() wrapper
libavformat
|
Tue, 05 Aug 2008 00:41:43 +0000 |
aurel |
matroskadec: remove unused levelup parameter from ebml_read_element_id()
libavformat
|
Tue, 05 Aug 2008 00:41:40 +0000 |
aurel |
matroskadec: extract read_level_up out of ebml_read_element_id
libavformat
|
Tue, 05 Aug 2008 00:41:37 +0000 |
aurel |
matroskadec: remove useless levelup check
libavformat
|
Tue, 05 Aug 2008 00:41:34 +0000 |
aurel |
matroskadec: remove useless check for cluster presence
libavformat
|
Tue, 05 Aug 2008 00:41:31 +0000 |
aurel |
matroskadec: cosmetics: placement of 'else if'
libavformat
|
Tue, 05 Aug 2008 00:41:28 +0000 |
aurel |
matroskadec: remove some useless empty lines
libavformat
|
Tue, 05 Aug 2008 00:41:25 +0000 |
aurel |
matroskadec: remove some useless or out of date comments
libavformat
|
Tue, 05 Aug 2008 00:41:22 +0000 |
aurel |
matroskadec: cosmetics
libavformat
|
Tue, 05 Aug 2008 00:41:19 +0000 |
aurel |
matroskadec: remove unused struct name
libavformat
|
Tue, 05 Aug 2008 00:41:16 +0000 |
aurel |
matroskadec: remove now unused context fields
libavformat
|
Tue, 05 Aug 2008 00:41:13 +0000 |
aurel |
matroskadec: remove useless initialization
libavformat
|
Tue, 05 Aug 2008 00:41:10 +0000 |
aurel |
matroskadec: cosmetics: remove useless braces
libavformat
|
Tue, 05 Aug 2008 00:41:07 +0000 |
aurel |
matroskadec: remove some unused ebml funcs
libavformat
|
Tue, 05 Aug 2008 00:41:05 +0000 |
aurel |
matroskadec: use generic parser to parse clusters
libavformat
|
Tue, 05 Aug 2008 00:41:01 +0000 |
aurel |
matroskadec: use generic parser inside matroska_execute_seekhead()
libavformat
|
Tue, 05 Aug 2008 00:40:58 +0000 |
aurel |
matroskadec: use generic parser to parse matroska from toplevel
libavformat
|
Tue, 05 Aug 2008 00:40:55 +0000 |
aurel |
matroskadec: move context settings to matroska_read_header()
libavformat
|
Tue, 05 Aug 2008 00:40:52 +0000 |
aurel |
matroskadec: cosmetics: indentation of matroska_read_header()
libavformat
|
Tue, 05 Aug 2008 00:40:49 +0000 |
aurel |
matroskadec: move declaration to upper block
libavformat
|
Tue, 05 Aug 2008 00:40:46 +0000 |
aurel |
matroskadec: invert a test
libavformat
|
Tue, 05 Aug 2008 00:40:43 +0000 |
aurel |
matroskadec: cosmetics: indentation of matroska_execute_seekhead()
libavformat
|
Tue, 05 Aug 2008 00:40:40 +0000 |
aurel |
matroskadec: remove useless dummy_level variable
libavformat
|
Tue, 05 Aug 2008 00:40:36 +0000 |
aurel |
matroskadec: use generic parser to parse seekhead
libavformat
|
Tue, 05 Aug 2008 00:40:33 +0000 |
aurel |
matroskadec: declare var where it's used
libavformat
|
Tue, 05 Aug 2008 00:40:31 +0000 |
aurel |
matroskadec: use generic parser to parse tracks
libavformat
|
Tue, 05 Aug 2008 00:40:27 +0000 |
aurel |
matroskadec: use generic parser to parse info
libavformat
|
Tue, 05 Aug 2008 00:40:24 +0000 |
aurel |
matroskadec: use generic parser to parse attachments
libavformat
|
Tue, 05 Aug 2008 00:40:21 +0000 |
aurel |
matroskadec: use generic parser to parse chapters
libavformat
|
Tue, 05 Aug 2008 00:40:18 +0000 |
aurel |
matroskadec: use generic parser to parse tags
libavformat
|
Tue, 05 Aug 2008 00:40:15 +0000 |
aurel |
matroskadec: use generic parser to parse index
libavformat
|
Tue, 05 Aug 2008 00:40:12 +0000 |
aurel |
matroskadec: return pointer instead of index in matroska_find_track_by_num()
libavformat
|
Tue, 05 Aug 2008 00:40:09 +0000 |
aurel |
matroskadec: create new AVStream earlier
libavformat
|
Tue, 05 Aug 2008 00:40:06 +0000 |
aurel |
matroskadec: store an AVStream pointer instead of a stream index
libavformat
|
Tue, 05 Aug 2008 00:40:02 +0000 |
aurel |
matroskadec: use generic ebml parser to parse ebml header
libavformat
|
Tue, 05 Aug 2008 00:40:00 +0000 |
aurel |
matroskadec: add an ebml generic parser
libavformat
|
Tue, 05 Aug 2008 00:39:55 +0000 |
aurel |
matroskadec: remove unused is_bframe flag
libavformat
|
Tue, 05 Aug 2008 00:39:53 +0000 |
aurel |
matroskadec: simplify flag default
libavformat
|
Tue, 05 Aug 2008 00:39:50 +0000 |
aurel |
matroskadec: remove storage of various unused flags
libavformat
|
Tue, 05 Aug 2008 00:39:47 +0000 |
aurel |
matroskadec: use more robust av_strlcpy() instead of strcpy()
libavformat
|
Mon, 04 Aug 2008 07:35:07 +0000 |
pross |
Add D-Cinema audio muxer
libavformat
|
Sun, 03 Aug 2008 21:24:30 +0000 |
bcoudurier |
fix if/else case
libavformat
|
Sun, 03 Aug 2008 18:37:35 +0000 |
bcoudurier |
full lpcm support in mov audio stsd v2
libavformat
|
Sun, 03 Aug 2008 16:42:32 +0000 |
jbr |
cosmetics: make all references to AC-3 capitalized and hyphenated
libavformat
|
Sun, 03 Aug 2008 16:41:52 +0000 |
jbr |
remove a comment which is no longer true
libavformat
|
Sat, 02 Aug 2008 03:45:23 +0000 |
bcoudurier |
support big endian lpcm with audio stsd v2
libavformat
|
Sat, 02 Aug 2008 03:43:36 +0000 |
bcoudurier |
keep original codec/fourcc endianness, fix XDCAMHD.mov
libavformat
|
Sat, 02 Aug 2008 03:40:13 +0000 |
bcoudurier |
more complete audio stsd v2
libavformat
|
Sat, 02 Aug 2008 03:35:43 +0000 |
bcoudurier |
move version specific parsing code before codec specific code, will be needed
libavformat
|
Fri, 01 Aug 2008 23:12:10 +0000 |
michael |
Recommit r14497
libavformat
|
Fri, 01 Aug 2008 22:29:29 +0000 |
michael |
Revert r14497
libavformat
|
Fri, 01 Aug 2008 16:29:26 +0000 |
diego |
Add missing header #includes.
libavformat
|
Thu, 31 Jul 2008 19:44:42 +0000 |
bcoudurier |
downgrade mov negative ctts log message to warning, patch by Art Clarke, aclarke at vlideshow dot com
libavformat
|
Thu, 31 Jul 2008 19:40:06 +0000 |
bcoudurier |
Only reset buffer state if seeking is successful; update seek reg ref.
libavformat
|
Thu, 31 Jul 2008 18:12:37 +0000 |
bcoudurier |
check url_fseek return value
libavformat
|
Thu, 31 Jul 2008 18:02:55 +0000 |
bcoudurier |
check url_fseek return value, update seek reg tests
libavformat
|
Thu, 31 Jul 2008 02:26:40 +0000 |
bcoudurier |
skip flv video info / command frame packets, fix issue #546
libavformat
|
Wed, 30 Jul 2008 21:07:54 +0000 |
bcoudurier |
change assert test due to the new reducing of time_base in av_set_pts_info, fix #561
libavformat
|
Wed, 30 Jul 2008 07:41:32 +0000 |
pross |
EA Demuxer: make rev2 flag optional
libavformat
|
Wed, 30 Jul 2008 01:55:59 +0000 |
bcoudurier |
add a bunch of new xdcam hd422 fourccs
libavformat
|
Wed, 30 Jul 2008 01:41:12 +0000 |
bcoudurier |
more hdv fourccs
libavformat
|
Wed, 30 Jul 2008 01:39:20 +0000 |
bcoudurier |
update hdv fourcc descriptions
libavformat
|
Tue, 29 Jul 2008 10:45:53 +0000 |
stefano |
Fix a typo in sdp_write_header(): change "IPV4", which is not a valid
libavformat
|
Sun, 27 Jul 2008 23:06:22 +0000 |
michael |
Fix misdetection of H.264 in mpegts as mpeg1video in mpegts.
libavformat
|
Sun, 27 Jul 2008 20:59:40 +0000 |
stefano |
Improve long names for FFM muxer and demuxer:
libavformat
|
Sun, 27 Jul 2008 15:12:00 +0000 |
aurel |
matroska: add support for A_QUICKTIME/QDM2 codec
libavformat
|
Sun, 27 Jul 2008 15:11:04 +0000 |
aurel |
matroska: add support for V_QUICKTIME track type
libavformat
|
Sat, 26 Jul 2008 18:54:26 +0000 |
michael |
Detect IDR less H.264 correctly.
libavformat
|
Sat, 26 Jul 2008 07:09:44 +0000 |
pross |
Support 32-bit floating point audio samples in Sun AU demuxer
libavformat
|
Fri, 25 Jul 2008 04:10:32 +0000 |
reimar |
Fix handling of old nuv files where an aspect of 1 actually means 4/3
libavformat
|
Thu, 24 Jul 2008 18:40:43 +0000 |
reimar |
aspect stored in nuv files must be converted from display- to sample-aspect.
libavformat
|
Thu, 24 Jul 2008 17:09:28 +0000 |
diego |
cosmetics: Fix two common typos: wont --> will not, lets --> let us.
libavformat
|
Thu, 24 Jul 2008 07:55:11 +0000 |
benoit |
Use tkhd matrix for proper display in mov.
libavformat
|
Wed, 23 Jul 2008 17:06:40 +0000 |
kostya |
SMPTE 421M Annex L (aka .rcv) muxer
libavformat
|
Sat, 19 Jul 2008 03:29:16 +0000 |
bcoudurier |
add ogv extension
libavformat
|
Sat, 19 Jul 2008 03:27:24 +0000 |
bcoudurier |
cosmetics, remove space
libavformat
|
Sat, 19 Jul 2008 03:25:50 +0000 |
bcoudurier |
update swf video frame number when muxing done, fix #439
libavformat
|
Fri, 18 Jul 2008 07:13:56 +0000 |
benoit |
Fix a mem leak in av_find_stream_info().
libavformat
|
Fri, 18 Jul 2008 01:07:17 +0000 |
mru |
MPEGTS: Improve probe function
libavformat
|
Fri, 18 Jul 2008 00:24:31 +0000 |
bcoudurier |
cosmetics, remove space
libavformat
|
Fri, 18 Jul 2008 00:23:37 +0000 |
bcoudurier |
Return max score when ftyp atom is encountered.
libavformat
|
Thu, 17 Jul 2008 14:13:44 +0000 |
michael |
Try to fix FATE after my time_base simplification change.
libavformat
|
Wed, 16 Jul 2008 17:20:21 +0000 |
diego |
cosmetics: Fix mxf codec long name.
libavformat
|
Tue, 15 Jul 2008 23:00:29 +0000 |
mru |
OGG: Add padding at end of Vorbis headers
libavformat
|
Mon, 14 Jul 2008 22:55:07 +0000 |
michael |
Make flic probe check a few more things.
libavformat
|
Mon, 14 Jul 2008 20:31:17 +0000 |
michael |
Move the codec_id overriding at a slightly better place.
libavformat
|
Mon, 14 Jul 2008 19:11:09 +0000 |
michael |
Remove common factors from timebase in av_set_pts_info().
libavformat
|
Mon, 14 Jul 2008 08:55:07 +0000 |
diego |
gifdec.c was removed, purge its entry from the Makefile.
libavformat
|
Sun, 13 Jul 2008 19:41:10 +0000 |
mru |
RTP: use dprintf(), allow compilation with -DDEBUG
libavformat
|
Sun, 13 Jul 2008 19:41:07 +0000 |
mru |
ASF: use dprintf(), allow compilation with -DDEBUG
libavformat
|
Sun, 13 Jul 2008 18:47:24 +0000 |
michael |
Remove gif demuxer, the code contains a gif decoder and lzw decoder neither
libavformat
|
Sat, 12 Jul 2008 22:17:13 +0000 |
michael |
Use CODEC_ID_PROBE when the mpeg-ps demuxer does not know exactly which
libavformat
|
Sat, 12 Jul 2008 20:40:47 +0000 |
michael |
Remove old hackish codec probe system.
libavformat
|
Sat, 12 Jul 2008 20:01:23 +0000 |
michael |
Use strcmp() instead of strncmp() in set_codec_from_probe_data().
libavformat
|
Sat, 12 Jul 2008 19:57:57 +0000 |
michael |
indent
libavformat
|
Sat, 12 Jul 2008 19:57:30 +0000 |
michael |
Only try to probe the codec when the available data has roughly doubled
libavformat
|
Sat, 12 Jul 2008 19:56:25 +0000 |
michael |
Add mpegvideo and H.264 to the codec probe.
libavformat
|
Sat, 12 Jul 2008 19:50:48 +0000 |
michael |
h264_probe()
libavformat
|
Sat, 12 Jul 2008 18:43:02 +0000 |
michael |
indent
libavformat
|
Sat, 12 Jul 2008 18:42:00 +0000 |
michael |
New codec probing system try #1.
libavformat
|
Sat, 12 Jul 2008 16:43:46 +0000 |
michael |
command_streams are type data not unknown.
libavformat
|
Sat, 12 Jul 2008 14:28:27 +0000 |
michael |
Move add_to_pktbuf() before av_read_packet(). My future work on codec identification
libavformat
|
Sat, 12 Jul 2008 13:25:26 +0000 |
michael |
Move set_codec_from_probe_data() up to where the other probe functions are.
libavformat
|
Sat, 12 Jul 2008 13:15:00 +0000 |
michael |
Pass AVPacketList instead of the whole context to add_to_pktbuf as that is
libavformat
|
Fri, 11 Jul 2008 15:12:44 +0000 |
michael |
simplify
libavformat
|
Fri, 11 Jul 2008 15:10:58 +0000 |
michael |
Fix misdetection of MPEG-PS (AVSEQ03.DAT and AVSEQ06.DAT) as psxstr.
libavformat
|
Fri, 11 Jul 2008 07:41:11 +0000 |
diego |
Move one function that is only used for muxing below #ifdef CONFIG_MUXERS.
libavformat
|
Fri, 11 Jul 2008 07:39:33 +0000 |
diego |
Move a function and an #ifdef CONFIG_MUXERS so that functions used only for
libavformat
|
Fri, 11 Jul 2008 07:37:22 +0000 |
diego |
Move functions only used for muxing below #ifdef CONFIG_YUV4MPEGPIPE_MUXER,
libavformat
|
Thu, 10 Jul 2008 11:41:06 +0000 |
benoit |
Add entry for Dirac codec.
libavformat
|
Thu, 10 Jul 2008 07:40:54 +0000 |
lucabe |
Fix MPEG video packetization for RTP
libavformat
|
Thu, 10 Jul 2008 03:02:19 +0000 |
ramiro |
Motion Pixels MVI Demuxer.
libavformat
|
Tue, 08 Jul 2008 23:26:26 +0000 |
michael |
indent
libavformat
|
Tue, 08 Jul 2008 23:25:01 +0000 |
michael |
10000l for myself, my last change was incomplete.
libavformat
|
Tue, 08 Jul 2008 23:20:22 +0000 |
takis |
One-bit bitfields should probably be unsigned. Unfortunately, it is left
libavformat
|
Tue, 08 Jul 2008 14:07:37 +0000 |
michael |
Set cur_dts to 0 only during creating new streams and not every time cur_dts happens
libavformat
|
Tue, 08 Jul 2008 13:24:13 +0000 |
pross |
Electronic Arts CMV demuxer
libavformat
|
Tue, 08 Jul 2008 12:44:08 +0000 |
pross |
Remove AVPaletteControl from ALG MM demuxer/decoder
libavformat
|
Tue, 08 Jul 2008 08:22:16 +0000 |
lucabe |
Remove outdated comment
libavformat
|
Tue, 08 Jul 2008 07:05:57 +0000 |
stefano |
Print libavformat version in outgoing SDPs.
libavformat
|
Mon, 07 Jul 2008 16:30:39 +0000 |
reimar |
10l, fix nuv_header for the case when there is no video stream.
libavformat
|
Mon, 07 Jul 2008 11:11:08 +0000 |
diego |
Alphabetically order AVInputFormat/AVOutputFormat declarations.
libavformat
|
Mon, 07 Jul 2008 10:45:36 +0000 |
diego |
Add a note to remind people to add new raw formats to the Makefile.
libavformat
|
Mon, 07 Jul 2008 10:44:34 +0000 |
diego |
Add missing dependency declaration for raw Dirac demuxer.
libavformat
|
Mon, 07 Jul 2008 10:37:18 +0000 |
diego |
spelling cosmetics in PCM codec long names
libavformat
|
Sun, 06 Jul 2008 20:48:47 +0000 |
aurel |
add some missing dependencies
libavformat
|
Sun, 06 Jul 2008 10:00:12 +0000 |
diego |
Remove inaccurate computation of pts for audio packets and rely on
libavformat
|
Fri, 04 Jul 2008 22:04:41 +0000 |
michael |
All mp3 parsers are buggy fix 2 of n (out of array write, i suspect not exploitable)
libavformat
|
Fri, 04 Jul 2008 22:00:35 +0000 |
michael |
All id3 parsers are buggy, 0 termination fix 1 of n (issue created by andreas
libavformat
|
Fri, 04 Jul 2008 13:05:06 +0000 |
diego |
spelling cosmetics
libavformat
|
Thu, 03 Jul 2008 12:12:03 +0000 |
rbultje |
Reindent after r14059, see "[PATCH] allow empty params for
libavformat
|
Thu, 03 Jul 2008 12:10:54 +0000 |
rbultje |
Allow NULL for read_header in AVInputFormat. See discussion in "[PATCH] allow
libavformat
|
Wed, 02 Jul 2008 10:26:23 +0000 |
lucabe |
Reindent after last commit
libavformat
|
Wed, 02 Jul 2008 10:23:27 +0000 |
lucabe |
Fix A/V synch for RTP streams that do not contain MPEG1 or 2
libavformat
|
Sat, 28 Jun 2008 20:32:37 +0000 |
bcoudurier |
include track id in error message
libavformat
|
Sat, 28 Jun 2008 09:01:16 +0000 |
reimar |
Change mtv_read_packet so it does not break after seeking (displaying a shifted image).
libavformat
|
Sat, 28 Jun 2008 08:59:02 +0000 |
reimar |
Fix pkt->pos to really point at start of packet for mtv audio packets.
libavformat
|
Sat, 28 Jun 2008 04:54:39 +0000 |
bcoudurier |
cosmetics
libavformat
|
Sat, 28 Jun 2008 04:53:01 +0000 |
bcoudurier |
cosmetics, align vertically
libavformat
|
Fri, 27 Jun 2008 21:43:15 +0000 |
bcoudurier |
unset Track sets, relying in AVStream->priv_data and will be freed in av_close_input_file
libavformat
|
Fri, 27 Jun 2008 21:42:08 +0000 |
stefang |
fix size of header data
libavformat
|
Fri, 27 Jun 2008 21:29:11 +0000 |
bcoudurier |
clarify error message about codec tag
libavformat
|
Fri, 27 Jun 2008 19:00:04 +0000 |
bcoudurier |
give context to av_log
libavformat
|
Fri, 27 Jun 2008 11:55:25 +0000 |
lucabe |
Do not free the priv_data field of AVStream on close (it is already
libavformat
|
Thu, 26 Jun 2008 23:06:10 +0000 |
michael |
indent
libavformat
|
Thu, 26 Jun 2008 23:05:21 +0000 |
michael |
Inform the user about unhandled sectors.
libavformat
|
Thu, 26 Jun 2008 23:02:42 +0000 |
michael |
memleak
libavformat
|
Thu, 26 Jun 2008 23:00:00 +0000 |
michael |
Do not completely bail out for invalid params, just skip the current sector.
libavformat
|
Thu, 26 Jun 2008 22:55:39 +0000 |
michael |
merge decl & init
libavformat
|
Thu, 26 Jun 2008 22:53:43 +0000 |
michael |
Get rid of weird pre reading code.
libavformat
|
Thu, 26 Jun 2008 22:45:19 +0000 |
michael |
Remove debugging trash.
libavformat
|
Thu, 26 Jun 2008 22:43:18 +0000 |
michael |
Another variable that did nothing at all
libavformat
|
Thu, 26 Jun 2008 22:42:13 +0000 |
michael |
remove code that discards streams randomly
libavformat
|
Thu, 26 Jun 2008 22:30:14 +0000 |
michael |
vertical align
libavformat
|
Thu, 26 Jun 2008 22:28:58 +0000 |
michael |
Remove a dozen unused variables.
libavformat
|
Thu, 26 Jun 2008 22:23:57 +0000 |
michael |
unused var
libavformat
|
Thu, 26 Jun 2008 22:22:10 +0000 |
michael |
Fix exploitable code.
libavformat
|
Thu, 26 Jun 2008 13:42:26 +0000 |
michael |
Remove start_time guessing code.
libavformat
|
Thu, 26 Jun 2008 11:28:24 +0000 |
michael |
Also print flags with FF_FDEBUG_TS.
libavformat
|
Wed, 25 Jun 2008 22:37:26 +0000 |
michael |
Prevent invalid timestamps from being stored.
libavformat
|
Wed, 25 Jun 2008 19:59:52 +0000 |
banan |
Add support for mp3 contained in oma
libavformat
|
Wed, 25 Jun 2008 19:57:57 +0000 |
banan |
Rearrange parameter logic
libavformat
|
Wed, 25 Jun 2008 19:39:38 +0000 |
banan |
Add more codec IDs and tags.
libavformat
|
Wed, 25 Jun 2008 19:30:48 +0000 |
bcoudurier |
make av_find_stream_info find frame_size for aac too
libavformat
|
Wed, 25 Jun 2008 18:36:41 +0000 |
michael |
Make av_find_stream_info() find the frame_size for vorbis.
libavformat
|
Wed, 25 Jun 2008 18:31:48 +0000 |
michael |
Fill missing pts in during muxing when we know that they are equal to dts.
libavformat
|
Wed, 25 Jun 2008 18:15:04 +0000 |
michael |
We cannot calculate the duration of vorbis packets even if we do know the
libavformat
|
Wed, 25 Jun 2008 11:55:57 +0000 |
lucabe |
Remove improper usage of AV_TIME_BASE_Q
libavformat
|
Tue, 24 Jun 2008 23:56:16 +0000 |
michael |
Prevent duration calculation code from generating random durations for
libavformat
|
Tue, 24 Jun 2008 11:07:04 +0000 |
lucabe |
Do not set sample_rate = 90000 for mp2 and mp3 audio over RTP
libavformat
|
Mon, 23 Jun 2008 08:52:44 +0000 |
diego |
Remove unused variable, fixes the warning:
libavformat
|
Sun, 22 Jun 2008 23:52:57 +0000 |
bcoudurier |
chinese avs demuxing support, demux AVSFileFormat.mp4
libavformat
|
Sun, 22 Jun 2008 15:52:28 +0000 |
aurel |
matroskadec: decode track private data if needed
libavformat
|
Sun, 22 Jun 2008 15:49:44 +0000 |
aurel |
matroskadec: move buffer decoding code to a separate function
libavformat
|
Sun, 22 Jun 2008 15:46:36 +0000 |
aurel |
matroskadec: fix a memory leak
libavformat
|
Sun, 22 Jun 2008 08:53:44 +0000 |
bcoudurier |
cosmetics, pts->dts
libavformat
|
Sun, 22 Jun 2008 08:50:57 +0000 |
bcoudurier |
store dts in ffm headers
libavformat
|
Sun, 22 Jun 2008 08:44:58 +0000 |
bcoudurier |
remove pts set hack, this is no more correct
libavformat
|
Sun, 22 Jun 2008 01:35:43 +0000 |
bcoudurier |
enable feeder threads
libavformat
|
Sun, 22 Jun 2008 00:26:25 +0000 |
bcoudurier |
do not reset ffm pts, this avoids setting last pts to 0 and screwing up seeking
libavformat
|
Fri, 20 Jun 2008 17:22:56 +0000 |
bcoudurier |
uniformize AVStream->priv_data freeing in av_close_input_stream
libavformat
|
Fri, 20 Jun 2008 17:16:56 +0000 |
bcoudurier |
factorize read_header failure freeing code
libavformat
|
Fri, 20 Jun 2008 07:27:44 +0000 |
benoit |
Check if there is at least a stream before writing trailer.
libavformat
|
Thu, 19 Jun 2008 23:25:04 +0000 |
bcoudurier |
remove useless close funcs
libavformat
|
Thu, 19 Jun 2008 22:58:13 +0000 |
bcoudurier |
remove useless close func
libavformat
|
Thu, 19 Jun 2008 22:57:00 +0000 |
bcoudurier |
remove useless close func
libavformat
|
Thu, 19 Jun 2008 22:50:17 +0000 |
bcoudurier |
ffm has no per stream priv_data anymore
libavformat
|
Thu, 19 Jun 2008 10:31:45 +0000 |
lucabe |
Fix neverending loop which might happen when sending high-bitrate MPEG2
libavformat
|
Wed, 18 Jun 2008 09:03:38 +0000 |
benoit |
Parse 'dats' as data.
libavformat
|
Wed, 18 Jun 2008 08:30:50 +0000 |
bcoudurier |
free private streamcontext when closing demuxer, fix memory leak, patch by Art Clarke, aclarke at vlideshow dot com
libavformat
|
Mon, 16 Jun 2008 23:11:02 +0000 |
aurel |
matroskadec: remove some useless code
libavformat
|
Sun, 15 Jun 2008 01:38:38 +0000 |
bcoudurier |
set correct ftyp minor version for 3gp/2
libavformat
|
Sat, 14 Jun 2008 21:12:51 +0000 |
bcoudurier |
invert mode_mov condition
libavformat
|
Sat, 14 Jun 2008 21:11:16 +0000 |
bcoudurier |
simplify
libavformat
|
Sat, 14 Jun 2008 21:10:11 +0000 |
bcoudurier |
change 3gp/3g2 brands if h264 is present
libavformat
|
Sat, 14 Jun 2008 21:07:59 +0000 |
bcoudurier |
simplify ipod brand selection
libavformat
|
Sat, 14 Jun 2008 21:06:10 +0000 |
bcoudurier |
fix warning, write_ftyp return int now
libavformat
|
Sat, 14 Jun 2008 21:05:28 +0000 |
bcoudurier |
put avc1 brand in compat list when h264 is present
libavformat
|
Fri, 13 Jun 2008 13:52:53 +0000 |
michael |
I think we are also compliant to iso2.
libavformat
|
Fri, 13 Jun 2008 12:19:01 +0000 |
michael |
Add isom to the compatible brands.
libavformat
|
Fri, 13 Jun 2008 11:30:36 +0000 |
michael |
Calculate ftyp size instead of hardcoding it.
libavformat
|
Thu, 12 Jun 2008 03:08:41 +0000 |
michael |
simplify MODE_3G2
libavformat
|
Thu, 12 Jun 2008 03:08:08 +0000 |
michael |
Change MODE_* to 1<<c so several can be set at the same time.
libavformat
|
Thu, 12 Jun 2008 00:56:54 +0000 |
bcoudurier |
cosmetics, reindent
libavformat
|
Thu, 12 Jun 2008 00:55:49 +0000 |
bcoudurier |
don't write double sets of metadata in mov, only write usual ones
libavformat
|
Wed, 11 Jun 2008 19:54:17 +0000 |
aurel |
matroskadec: set cur_dts after seek
libavformat
|
Wed, 11 Jun 2008 09:40:40 +0000 |
bcoudurier |
indent
libavformat
|
Wed, 11 Jun 2008 09:40:22 +0000 |
bcoudurier |
support for 3gp metadata
libavformat
|
Wed, 11 Jun 2008 09:35:02 +0000 |
bcoudurier |
move utf8 code before udta func, will be used by 3gp tags
libavformat
|
Wed, 11 Jun 2008 09:33:35 +0000 |
bcoudurier |
write usual brand for ipod format
libavformat
|
Wed, 11 Jun 2008 09:06:27 +0000 |
bcoudurier |
simplify
libavformat
|
Wed, 11 Jun 2008 09:02:01 +0000 |
bcoudurier |
factorize psp metadata
libavformat
|
Wed, 11 Jun 2008 08:50:41 +0000 |
bcoudurier |
cosmetics
libavformat
|
Wed, 11 Jun 2008 08:39:35 +0000 |
bcoudurier |
cosmetics
libavformat
|
Wed, 11 Jun 2008 08:17:38 +0000 |
bcoudurier |
support alac in ipod m4a format, tested on quicktime
libavformat
|
Mon, 09 Jun 2008 22:14:58 +0000 |
bcoudurier |
m4v/m4a are usual itunes/ipod/iphone extensions
libavformat
|
Mon, 09 Jun 2008 20:14:09 +0000 |
bcoudurier |
indent
libavformat
|
Mon, 09 Jun 2008 20:13:44 +0000 |
bcoudurier |
rework udta handling, if any track set bitexact, don't write any metadata
libavformat
|
Mon, 09 Jun 2008 19:58:35 +0000 |
bcoudurier |
10l, add parentheses
libavformat
|
Mon, 09 Jun 2008 19:56:59 +0000 |
bcoudurier |
indent
libavformat
|
Mon, 09 Jun 2008 19:56:45 +0000 |
bcoudurier |
remove obsolete requirements, quicktime 6 is from 2002, not sure if muxing scheme still fits
libavformat
|
Mon, 09 Jun 2008 18:23:06 +0000 |
bcoudurier |
cosmetics
libavformat
|
Mon, 09 Jun 2008 13:38:56 +0000 |
michael |
Make timestamp debugging work nicer.
libavformat
|
Mon, 09 Jun 2008 08:44:45 +0000 |
diego |
Fix compilation with -DDEBUG, patch by Albert Astals Cid, aastals tv-wan es.
libavformat
|
Mon, 09 Jun 2008 07:43:59 +0000 |
bcoudurier |
remove now unneeded vars
libavformat
|
Mon, 09 Jun 2008 07:43:14 +0000 |
bcoudurier |
pass dts and pts through ffm, should fix streaming b frames
libavformat
|
Mon, 09 Jun 2008 00:36:27 +0000 |
bcoudurier |
pass extradata through ffm
libavformat
|
Mon, 09 Jun 2008 00:24:29 +0000 |
bcoudurier |
remove ugly ffm_nopts hack, use AVFormatContext->timestamp
libavformat
|
Sun, 08 Jun 2008 17:12:25 +0000 |
banan |
Oma demuxer
libavformat
|
Sat, 07 Jun 2008 00:49:03 +0000 |
bcoudurier |
fix pts handling in ffm
libavformat
|
Sat, 07 Jun 2008 00:35:37 +0000 |
bcoudurier |
Reset reading state after successful seek.
libavformat
|
Fri, 06 Jun 2008 21:54:07 +0000 |
ramiro |
Remove wrappers of pcm_read_seek().
libavformat
|
Fri, 06 Jun 2008 21:53:03 +0000 |
ramiro |
Remove wrappers of pcm_read_seek().
libavformat
|
Fri, 06 Jun 2008 20:36:16 +0000 |
bcoudurier |
cosmetics, rename first to header, more explicit name
libavformat
|
Fri, 06 Jun 2008 20:14:47 +0000 |
bcoudurier |
cosmetics, rename first to header, more explicit name
libavformat
|
Fri, 06 Jun 2008 17:50:32 +0000 |
diego |
Remove Fabrice's copyright from the Makefiles. They have been entirely
libavformat
|
Fri, 06 Jun 2008 17:02:06 +0000 |
ramiro |
Remove useless img_read_close().
libavformat
|
Fri, 06 Jun 2008 17:00:28 +0000 |
ramiro |
Remove unneeded NULL at end of struct.
libavformat
|
Fri, 06 Jun 2008 16:53:01 +0000 |
ramiro |
Merge declaration and initialization.
libavformat
|
Thu, 05 Jun 2008 15:03:55 +0000 |
diego |
cosmetics: s/Id/id/ in libavformat where Id refers to id Software.
libavformat
|
Wed, 04 Jun 2008 23:24:55 +0000 |
aurel |
matroskadec: remove some useless code
libavformat
|
Wed, 04 Jun 2008 23:15:08 +0000 |
aurel |
cosmetics: indentation
libavformat
|
Wed, 04 Jun 2008 23:11:47 +0000 |
aurel |
matroskadec: don't remove dummy level when none was added
libavformat
|
Tue, 03 Jun 2008 16:20:54 +0000 |
diego |
Make long_names in lavf/lavdev optional depending on CONFIG_SMALL.
libavformat
|
Tue, 03 Jun 2008 15:19:43 +0000 |
aurel |
Ensure the first audio stream is selected as the default stream
libavformat
|
Tue, 03 Jun 2008 15:14:21 +0000 |
aurel |
adjust comment to reality
libavformat
|
Tue, 03 Jun 2008 15:09:30 +0000 |
aurel |
matroskadec: sane default value for track->time_scale
libavformat
|
Tue, 03 Jun 2008 00:55:05 +0000 |
bcoudurier |
add pretty common .m2t as ts extension
libavformat
|
Tue, 03 Jun 2008 00:53:33 +0000 |
bcoudurier |
fix continuity counter to start at 0
libavformat
|
Tue, 03 Jun 2008 00:50:22 +0000 |
michael |
Make update_initial_durations() also work if a dts occured before a
libavformat
|
Tue, 03 Jun 2008 00:43:56 +0000 |
michael |
Do not set pts in update_initial_durations() if stream has b frames.
libavformat
|
Mon, 02 Jun 2008 23:37:14 +0000 |
aurel |
matroskadec: fix potential mem leak
libavformat
|
Mon, 02 Jun 2008 23:27:14 +0000 |
aurel |
matroskadec: avoid potential mem leak
libavformat
|
Mon, 02 Jun 2008 23:07:41 +0000 |
aurel |
reorganize matroska_add_stream() to fix potential mem leak and buffer overflow
libavformat
|
Mon, 02 Jun 2008 23:01:14 +0000 |
aurel |
matroskadec: move ARRAY_SIZE() macro at top of the file
libavformat
|
Mon, 02 Jun 2008 09:15:04 +0000 |
andoma |
Audio channels and sample rate must be set in order to skip
libavformat
|
Mon, 02 Jun 2008 04:08:30 +0000 |
bcoudurier |
rename last_frame_offset to next_frame_offset, due to r13615
libavformat
|
Sun, 01 Jun 2008 16:25:05 +0000 |
takis |
Check whether the memory allocation for extradata succeeded. Fixes issue 472.
libavformat
|
Sun, 01 Jun 2008 14:41:53 +0000 |
aurel |
matroskadec: use the proper timestamp scaling for index entries
libavformat
|
Sun, 01 Jun 2008 13:54:11 +0000 |
aurel |
matroskadec: read TrackTimecodeScale and set timebase accordingly
libavformat
|
Sun, 01 Jun 2008 13:39:54 +0000 |
aurel |
matroskadec: silently discard some element ID that we don't care about
libavformat
|
Sat, 31 May 2008 14:26:56 +0000 |
diego |
flvenc.o depends on avc.o (for H.264 support functions).
libavformat
|
Fri, 30 May 2008 16:05:56 +0000 |
ramiro |
raw mlp demuxer
libavformat
|
Fri, 30 May 2008 13:26:40 +0000 |
benoit |
Detect "tif" suffix as TIFF.
libavformat
|
Thu, 29 May 2008 15:59:14 +0000 |
reimar |
Check av_new_stream return value, fixes CID75 RUN2
libavformat
|
Thu, 29 May 2008 15:40:16 +0000 |
michael |
ENOMEM is better, yes ...
libavformat
|
Thu, 29 May 2008 15:25:45 +0000 |
reimar |
Check av_new_stream return value, fixes CID79 RUN2
libavformat
|
Thu, 29 May 2008 15:22:45 +0000 |
reimar |
Check for av_new_stream failure, fixes CID76 RUN2
libavformat
|
Thu, 29 May 2008 13:40:43 +0000 |
diego |
Remove unnecessary header #includes.
libavformat
|
Thu, 29 May 2008 09:50:17 +0000 |
benoit |
Check return of url_fseek in mpeg timestamp reading code.
libavformat
|
Thu, 29 May 2008 00:58:41 +0000 |
bcoudurier |
warn if pts is not set, prevent writing negative/weird cts, happens when using genpts and streamcopy
libavformat
|
Thu, 29 May 2008 00:54:33 +0000 |
bcoudurier |
reindent
libavformat
|
Thu, 29 May 2008 00:54:09 +0000 |
bcoudurier |
this should be valid for audio too
libavformat
|
Thu, 29 May 2008 00:35:23 +0000 |
bcoudurier |
check if extradata comes from mp4 and assume bitsteam is already formated, should fix streamcopy
libavformat
|
Wed, 28 May 2008 22:26:35 +0000 |
michael |
memleak / CID124 RUN2
libavformat
|
Wed, 28 May 2008 22:00:45 +0000 |
bcoudurier |
use av_fifo_generic_write, old func is deprecated
libavformat
|
Wed, 28 May 2008 21:22:08 +0000 |
michael |
Dead code removal, fixes CID59 RUN2.
libavformat
|
Wed, 28 May 2008 21:14:10 +0000 |
michael |
Removing dead code, fixes CID4 RUN2.
libavformat
|
Wed, 28 May 2008 20:33:22 +0000 |
michael |
remove != 0
libavformat
|
Wed, 28 May 2008 20:30:42 +0000 |
michael |
Do a little more checking.
libavformat
|
Wed, 28 May 2008 20:28:48 +0000 |
michael |
Do not read from after the table, fixes CID108 RUN2.
libavformat
|
Wed, 28 May 2008 01:57:19 +0000 |
michael |
Null pointer check / CID26.
libavformat
|
Wed, 28 May 2008 01:53:23 +0000 |
michael |
useless
libavformat
|
Wed, 28 May 2008 00:10:34 +0000 |
michael |
Fixes NULL pointer dereference CID66
libavformat
|
Wed, 28 May 2008 00:07:41 +0000 |
michael |
Tell the user if a AVI is non interleaved.
libavformat
|
Tue, 27 May 2008 22:37:54 +0000 |
bcoudurier |
use internal video frame number
libavformat
|
Tue, 27 May 2008 22:34:31 +0000 |
bcoudurier |
cosmetics
libavformat
|
Tue, 27 May 2008 22:31:26 +0000 |
bcoudurier |
simplify, use pointer to codec context in struct instead of only id
libavformat
|
Tue, 27 May 2008 22:31:09 +0000 |
bcoudurier |
simplify, use pointer to codec context in struct instead of only id
libavformat
|
Tue, 27 May 2008 21:44:42 +0000 |
michael |
redundant check--
libavformat
|
Tue, 27 May 2008 20:48:27 +0000 |
michael |
Fix memleak, fixed CID123.
libavformat
|
Tue, 27 May 2008 18:43:25 +0000 |
michael |
Do not use the pts/dts calculation code which needs a parser, when no parser
libavformat
|
Tue, 27 May 2008 04:33:48 +0000 |
bcoudurier |
use AVFifoBuffer
libavformat
|
Tue, 27 May 2008 03:42:55 +0000 |
bcoudurier |
cosmetics
libavformat
|
Tue, 27 May 2008 03:41:51 +0000 |
bcoudurier |
merge init and declaration
libavformat
|
Tue, 27 May 2008 03:11:31 +0000 |
bcoudurier |
simplify and use version instead
libavformat
|
Tue, 27 May 2008 03:00:40 +0000 |
bcoudurier |
simplify
libavformat
|
Tue, 27 May 2008 02:57:48 +0000 |
bcoudurier |
simplify
libavformat
|
Tue, 27 May 2008 02:55:34 +0000 |
bcoudurier |
cosmetics, remove useless cases and braces
libavformat
|
Tue, 27 May 2008 01:26:22 +0000 |
bcoudurier |
use av_fifo_generic_write, old func is deprecated
libavformat
|
Tue, 27 May 2008 01:19:19 +0000 |
bcoudurier |
remove const qualifier, removes warning:
libavformat
|
Mon, 26 May 2008 23:59:28 +0000 |
bcoudurier |
typo
libavformat
|
Mon, 26 May 2008 23:14:25 +0000 |
diego |
consistency cosmetics: indices --> indexes
libavformat
|
Mon, 26 May 2008 22:01:41 +0000 |
bcoudurier |
aac and h264 in flv demuxing
libavformat
|
Mon, 26 May 2008 22:00:35 +0000 |
bcoudurier |
aac and h264 in flv muxing
libavformat
|
Mon, 26 May 2008 21:52:54 +0000 |
bcoudurier |
aac chan config is 0 if bitstream contains program_config_element
libavformat
|
Mon, 26 May 2008 20:29:16 +0000 |
michael |
Support non interleaved avi with phantom streams.
libavformat
|
Mon, 26 May 2008 04:40:22 +0000 |
bcoudurier |
replace printf by av_log
libavformat
|
Mon, 26 May 2008 04:38:46 +0000 |
bcoudurier |
use av_hex_dump_log
libavformat
|
Mon, 26 May 2008 04:34:29 +0000 |
bcoudurier |
use dprintf
libavformat
|
Mon, 26 May 2008 03:57:07 +0000 |
bcoudurier |
cosmetics, add demuxer word
libavformat
|
Mon, 26 May 2008 03:56:43 +0000 |
bcoudurier |
cosmetics, remove useless dot
libavformat
|
Mon, 26 May 2008 03:53:48 +0000 |
bcoudurier |
return error if frame_offset is negative, prevent segfault
libavformat
|
Mon, 26 May 2008 03:53:10 +0000 |
bcoudurier |
return error if len is negative, prevent segfault
libavformat
|
Mon, 26 May 2008 03:52:14 +0000 |
bcoudurier |
move ffserver specific functions up and only include unistd.h in this case
libavformat
|
Mon, 26 May 2008 03:50:25 +0000 |
bcoudurier |
move ffm_seek1 before get_pts function since func uses it
libavformat
|
Mon, 26 May 2008 03:47:56 +0000 |
bcoudurier |
move DEBUG_SEEK definition before get_pts since func uses it
libavformat
|
Mon, 26 May 2008 03:47:07 +0000 |
bcoudurier |
move get_pts function to avoid useless declaration
libavformat
|
Mon, 26 May 2008 03:46:06 +0000 |
bcoudurier |
remove unneeded include
libavformat
|
Mon, 26 May 2008 03:44:31 +0000 |
bcoudurier |
split ffm de/muxer
libavformat
|
Mon, 26 May 2008 03:37:01 +0000 |
bcoudurier |
reenable test, data is available in this case
libavformat
|
Mon, 26 May 2008 00:45:02 +0000 |
jbr |
parse audio in ogm demuxer.
libavformat
|
Mon, 26 May 2008 00:05:30 +0000 |
michael |
Make ac3 in avi work better.
libavformat
|
Sun, 25 May 2008 23:04:09 +0000 |
michael |
Ensure that one can store X bytes in a fifo of size X.
libavformat
|
Sun, 25 May 2008 22:20:39 +0000 |
michael |
Make av_fifo*_read() ignore the available amount of data.
libavformat
|
Sun, 25 May 2008 01:22:06 +0000 |
bcoudurier |
set correct duration when using b frames
libavformat
|
Sat, 24 May 2008 21:44:29 +0000 |
aurel |
compute the end of all chapters when end is not specified in the container
libavformat
|
Sat, 24 May 2008 12:56:05 +0000 |
aurel |
cosmetics: indentation
libavformat
|
Sat, 24 May 2008 12:55:36 +0000 |
aurel |
remove useless title check
libavformat
|
Sat, 24 May 2008 00:03:00 +0000 |
bcoudurier |
simplify, remove useless vars
libavformat
|
Fri, 23 May 2008 22:02:29 +0000 |
bcoudurier |
add new h264 and aac flv ids
libavformat
|
Fri, 23 May 2008 21:51:33 +0000 |
bcoudurier |
in flv this field is dts finally
libavformat
|
Fri, 23 May 2008 21:47:30 +0000 |
bcoudurier |
flv use 32 bit pts
libavformat
|
Fri, 23 May 2008 18:15:13 +0000 |
michael |
Pass time_base as argument to new_chapter() as well.
libavformat
|
Fri, 23 May 2008 17:56:45 +0000 |
michael |
Document pts/dts.
libavformat
|
Fri, 23 May 2008 17:52:42 +0000 |
michael |
Warn user about invalid timestamps.
libavformat
|
Fri, 23 May 2008 13:52:54 +0000 |
michael |
Chapter demuxing support. (untested as I have no nuts with chapters)
libavformat
|
Fri, 23 May 2008 13:14:11 +0000 |
michael |
Make ff_new_chapter() return AVChapter instead of int so its consistant with
libavformat
|
Fri, 23 May 2008 13:08:44 +0000 |
michael |
nb_chapters should be unsigned
libavformat
|
Fri, 23 May 2008 13:07:58 +0000 |
michael |
s/num_chapters/nb_chapters/ all other similar variables are called nb_*.
libavformat
|
Fri, 23 May 2008 13:04:12 +0000 |
michael |
vertical align
libavformat
|
Fri, 23 May 2008 13:03:52 +0000 |
michael |
indent
libavformat
|
Fri, 23 May 2008 13:03:32 +0000 |
michael |
remove useless title check
libavformat
|
Fri, 23 May 2008 13:03:04 +0000 |
michael |
indent
libavformat
|
Fri, 23 May 2008 13:02:27 +0000 |
michael |
Add id to AVChapter, untested (where do i find matroska files with chapters?).
libavformat
|
Fri, 23 May 2008 12:45:03 +0000 |
michael |
clarify start/end timebase
libavformat
|
Fri, 23 May 2008 12:44:12 +0000 |
michael |
align comments
libavformat
|
Fri, 23 May 2008 12:43:33 +0000 |
michael |
chapter id and timebase
libavformat
|
Fri, 23 May 2008 11:47:11 +0000 |
aurel |
don't set a dummy chapter title when title is unknown
libavformat
|
Fri, 23 May 2008 11:46:05 +0000 |
aurel |
cosmetics: indentation
libavformat
|
Fri, 23 May 2008 11:45:30 +0000 |
aurel |
allows adding chapters with NULL title
libavformat
|
Thu, 22 May 2008 23:04:02 +0000 |
aurel |
matroskadec: allows inserting chapters with unspecified end
libavformat
|
Thu, 22 May 2008 22:07:09 +0000 |
aurel |
demux chapters out of matroska
libavformat
|
Thu, 22 May 2008 22:00:21 +0000 |
aurel |
add support for chapters definition in lavf
libavformat
|
Thu, 22 May 2008 17:16:12 +0000 |
bcoudurier |
free moov and cmov when error occurs, fix memleak, patch by Albert Astals Cid, aastals at tv-wan dot es
libavformat
|
Wed, 21 May 2008 22:54:36 +0000 |
bcoudurier |
remove useless var
libavformat
|
Wed, 21 May 2008 22:53:52 +0000 |
bcoudurier |
10l, fix compilation
libavformat
|
Wed, 21 May 2008 22:52:21 +0000 |
bcoudurier |
use duration from pkt
libavformat
|
Wed, 21 May 2008 22:49:48 +0000 |
bcoudurier |
simplify
libavformat
|
Wed, 21 May 2008 22:48:33 +0000 |
bcoudurier |
simplify
libavformat
|
Wed, 21 May 2008 21:04:42 +0000 |
bcoudurier |
check pkt stream index before returning packet, prevent segfault
libavformat
|
Wed, 21 May 2008 07:05:08 +0000 |
cehoyos |
Do not loop endlessly if converting into dv with timestamps Jan 1st not
libavformat
|
Wed, 21 May 2008 02:26:42 +0000 |
bcoudurier |
support dvd pcm 20/24 bits, patch by Lars T«£uber, lars.taeuber gmx net
libavformat
|
Tue, 20 May 2008 23:39:07 +0000 |
bcoudurier |
remove useless/obsolete comments
libavformat
|
Tue, 20 May 2008 23:32:22 +0000 |
bcoudurier |
remove useless close function
libavformat
|
Tue, 20 May 2008 23:31:10 +0000 |
bcoudurier |
split swf de/muxer
libavformat
|
Tue, 20 May 2008 02:24:02 +0000 |
bcoudurier |
only print debug info when sample is actually added
libavformat
|
Tue, 20 May 2008 02:22:44 +0000 |
bcoudurier |
warn about multiple fourcc
libavformat
|
Tue, 20 May 2008 02:21:29 +0000 |
bcoudurier |
demux all stsd ids if codec is the same, fix premature_mov_ending.mov, closes #451
libavformat
|
Thu, 15 May 2008 23:12:41 +0000 |
aurel |
matroskadec: add support for bzlib compressed tracks
libavformat
|
Thu, 15 May 2008 22:47:40 +0000 |
bcoudurier |
try to demux even if codec is not recognized, should demux M1F1-float32C-AFsp.aif and fix #454
libavformat
|
Thu, 15 May 2008 22:37:31 +0000 |
bcoudurier |
do not fail if correct is not recognized
libavformat
|
Thu, 15 May 2008 22:14:29 +0000 |
bcoudurier |
cosmetics, remove space before opening parenthesis
libavformat
|
Tue, 13 May 2008 23:33:15 +0000 |
aurel |
add missing \n in av_log message
libavformat
|
Tue, 13 May 2008 23:32:13 +0000 |
aurel |
matroskadec: add support for zlib compressed tracks
libavformat
|
Tue, 13 May 2008 17:43:18 +0000 |
mmu_man |
Fix non-debug build.
libavformat
|
Tue, 13 May 2008 15:51:37 +0000 |
cehoyos |
Fix icc warning #188: enumerated type mixed with another type
libavformat
|
Tue, 13 May 2008 15:42:27 +0000 |
cehoyos |
Add MATROSKA_TRACK_TYPE_NONE.
libavformat
|
Mon, 12 May 2008 10:30:40 +0000 |
cehoyos |
Replace some occurrences of 0 with CODEC_ID_NONE.
libavformat
|
Mon, 12 May 2008 01:17:00 +0000 |
benoit |
Use strcasecmp() instead of re-inventing it.
libavformat
|
Sun, 11 May 2008 10:53:21 +0000 |
cehoyos |
Fix type of dest_addr_len to respect return value of udp_set_url.
libavformat
|
Fri, 09 May 2008 11:56:36 +0000 |
diego |
Use full path for #includes from another directory.
libavformat
|
Fri, 09 May 2008 11:25:27 +0000 |
superdump |
IFF stereo support
libavformat
|
Fri, 09 May 2008 09:30:43 +0000 |
diego |
string.h is a system header file, so use <> for it.
libavformat
|
Fri, 09 May 2008 01:59:33 +0000 |
aurel |
use enum type instead of int
libavformat
|
Fri, 09 May 2008 01:54:35 +0000 |
aurel |
cosmetics: indentation
libavformat
|
Fri, 09 May 2008 01:53:59 +0000 |
aurel |
matroskadec: add support for lzo compressed tracks
libavformat
|
Thu, 08 May 2008 23:11:13 +0000 |
aurel |
matroskadec: fail gracefully when seeking don't work
libavformat
|
Thu, 08 May 2008 21:47:31 +0000 |
aurel |
matroskadec: add support for track content encoding
libavformat
|
Tue, 06 May 2008 09:16:36 +0000 |
diego |
Remove unnecessary parentheses from return calls.
libavformat
|
Mon, 05 May 2008 09:17:56 +0000 |
michael |
Check url_seek() in url_open().
libavformat
|
Sun, 04 May 2008 10:35:13 +0000 |
diego |
Use correct length modifier for pointer diff argument in av_log() call.
libavformat
|
Sun, 04 May 2008 10:29:12 +0000 |
diego |
Fix 'comparison always false' warning.
libavformat
|
Sat, 03 May 2008 00:12:32 +0000 |
banan |
dts probe
libavformat
|
Fri, 02 May 2008 19:35:31 +0000 |
bwolowiec |
Nellymoser handling in FLV
libavformat
|
Fri, 02 May 2008 14:52:39 +0000 |
lu_zero |
Import Dirac demuxer/muxer from SoC branch; written by Marco Gerards,
libavformat
|
Thu, 01 May 2008 22:04:17 +0000 |
jbr |
fix encoding of flac private data
libavformat
|
Tue, 29 Apr 2008 00:12:49 +0000 |
michael |
Support invalid mpeg created by vdr
libavformat
|
Mon, 28 Apr 2008 18:29:42 +0000 |
michael |
raw GSM demuxer (does not work yet as parser is missing)
libavformat
|
Mon, 28 Apr 2008 14:14:44 +0000 |
bcoudurier |
set demuxers .value and use common audio_read_header function
libavformat
|
Sat, 26 Apr 2008 17:51:02 +0000 |
bcoudurier |
set pkt duration, only when dts == pts though,
libavformat
|
Sat, 26 Apr 2008 06:29:56 +0000 |
kostya |
Missing tags in APE is normal situation, so don't print an error.
libavformat
|
Fri, 25 Apr 2008 16:52:30 +0000 |
bcoudurier |
yes it is true for mp4
libavformat
|
Fri, 25 Apr 2008 16:50:06 +0000 |
bcoudurier |
remove unneeded variable
libavformat
|
Fri, 25 Apr 2008 16:47:22 +0000 |
bcoudurier |
move vars decls where vars are used
libavformat
|
Fri, 25 Apr 2008 14:09:42 +0000 |
bcoudurier |
set channels and sample rate from mpeg4audio config
libavformat
|
Fri, 25 Apr 2008 14:03:28 +0000 |
bcoudurier |
parse mpeg4audio config to correctly detect mp3on4, fix iso mp3on4 reference files
libavformat
|
Fri, 25 Apr 2008 13:56:08 +0000 |
bcoudurier |
update doc
libavformat
|
Fri, 25 Apr 2008 13:54:33 +0000 |
bcoudurier |
error is -1
libavformat
|
Fri, 25 Apr 2008 13:45:46 +0000 |
bcoudurier |
cosmetics
libavformat
|
Fri, 25 Apr 2008 13:44:34 +0000 |
bcoudurier |
move vars decls where vars are used
libavformat
|
Fri, 25 Apr 2008 13:34:51 +0000 |
bcoudurier |
parser should not be needed anymore, merge cases and set frame size for amr too
libavformat
|
Fri, 25 Apr 2008 13:24:25 +0000 |
bcoudurier |
lower frame size to split amr/qcelp/gsm frames
libavformat
|
Fri, 25 Apr 2008 12:02:01 +0000 |
bcoudurier |
align and remove useless braces
libavformat
|
Fri, 25 Apr 2008 11:57:39 +0000 |
bcoudurier |
cosmetics, remove whitespaces in tags
libavformat
|
Fri, 25 Apr 2008 10:35:06 +0000 |
bcoudurier |
set gsm default frame size and bytes per frame, needed by old qt format, fix sample-gsm-8000.mov
libavformat
|
Fri, 25 Apr 2008 09:08:13 +0000 |
bcoudurier |
pts are unsigned according to specs, fix negative pts when 32bit pts are used
libavformat
|
Fri, 25 Apr 2008 09:04:38 +0000 |
bcoudurier |
set wrap bits to 32bit to actually use it
libavformat
|
Thu, 24 Apr 2008 23:21:58 +0000 |
michael |
Avoid using reserved __names.
libavformat
|
Thu, 24 Apr 2008 23:09:28 +0000 |
michael |
minor memleak
libavformat
|
Thu, 24 Apr 2008 22:16:00 +0000 |
michael |
Fixing memleaks.
libavformat
|
Thu, 24 Apr 2008 17:22:39 +0000 |
bcoudurier |
cosmetics: remove useless whitespaces and put braces correctly
libavformat
|
Thu, 24 Apr 2008 17:17:41 +0000 |
bcoudurier |
demux qcelp, so this can work with soc decoder and stream copy
libavformat
|
Thu, 24 Apr 2008 17:16:13 +0000 |
bcoudurier |
qcelp fourcc
libavformat
|
Thu, 24 Apr 2008 13:59:39 +0000 |
bcoudurier |
support for alac in .mov
libavformat
|
Thu, 24 Apr 2008 13:58:22 +0000 |
bcoudurier |
set alac frame size from extradata
libavformat
|
Thu, 24 Apr 2008 10:17:55 +0000 |
diego |
Do not ignore .depend files, they are no longer generated.
libavformat
|
Wed, 23 Apr 2008 21:16:25 +0000 |
michael |
Ensure that the timestamp reading code used for seeking chooses a position
libavformat
|
Tue, 22 Apr 2008 20:08:39 +0000 |
superdump |
Read asf file header fields in the right order
libavformat
|
Tue, 22 Apr 2008 11:14:01 +0000 |
bwolowiec |
change ff_ac3_parse_header() to take a GetBitContext instead of const char*
libavformat
|
Mon, 21 Apr 2008 15:20:53 +0000 |
andoma |
Compute AC3 frame CRC for stronger raw AC3 format probing.
libavformat
|
Mon, 21 Apr 2008 08:19:16 +0000 |
benoit |
Correct ASF duration.
libavformat
|
Sun, 20 Apr 2008 20:28:12 +0000 |
banan |
Raw dts muxer
libavformat
|
Sat, 19 Apr 2008 17:07:58 +0000 |
voroshil |
Implement FFMAX3(a,b,c) - maximum over three arguments.
libavformat
|
Sat, 19 Apr 2008 14:52:19 +0000 |
voroshil |
Decrease returning probe score for WAV demuxer to avoid
libavformat
|
Fri, 18 Apr 2008 17:29:58 +0000 |
melanson |
Tighten up the Westwood AUD detection. Probability of random detections
libavformat
|
Wed, 16 Apr 2008 16:52:35 +0000 |
lu_zero |
doxy header for udp protocol
libavformat
|
Wed, 16 Apr 2008 06:46:54 +0000 |
diego |
Print duration with higher precision.
libavformat
|
Tue, 15 Apr 2008 22:22:49 +0000 |
lu_zero |
Cleanup comments and make them doxygen parsable.
libavformat
|
Tue, 15 Apr 2008 19:27:39 +0000 |
lu_zero |
Expose max_packet_size from the rtp protocol
libavformat
|
Tue, 15 Apr 2008 13:50:02 +0000 |
michael |
Do not detect a format if another has the same score.
libavformat
|
Tue, 15 Apr 2008 13:48:46 +0000 |
michael |
Using the same probe function in 2 formats is not a good idea.
libavformat
|
Tue, 15 Apr 2008 13:36:31 +0000 |
michael |
Reduce probe score as it misdetects our flv file from the regression test.
libavformat
|
Tue, 15 Apr 2008 12:25:03 +0000 |
michael |
Fix probe for mov00003.mqv.
libavformat
|
Tue, 15 Apr 2008 11:50:37 +0000 |
michael |
Identify codec in GMCMidiaASX.mov correctly.
libavformat
|
Tue, 15 Apr 2008 11:28:04 +0000 |
lucabe |
Fix receiving from SDP with unicast destinations
libavformat
|
Tue, 15 Apr 2008 11:23:07 +0000 |
lucabe |
Remove the "multicast=" tag from UDP and RTP URLs
libavformat
|
Mon, 14 Apr 2008 14:31:43 +0000 |
benoit |
Maxis XA demuxer and decoder.
libavformat
|
Mon, 14 Apr 2008 12:25:44 +0000 |
michael |
Remove useless code.
libavformat
|
Mon, 14 Apr 2008 12:24:29 +0000 |
michael |
Recommit r12809
libavformat
|
Mon, 14 Apr 2008 12:22:23 +0000 |
michael |
Use generic seeking code for flv. The removed code was a buggy duplicate.
libavformat
|
Mon, 14 Apr 2008 12:10:53 +0000 |
michael |
revert r12809
libavformat
|
Sun, 13 Apr 2008 23:47:03 +0000 |
michael |
Stop find_stream_info() searching for further streams if 2 streams have
libavformat
|
Sun, 13 Apr 2008 22:58:04 +0000 |
michael |
10l
libavformat
|
Sun, 13 Apr 2008 21:06:31 +0000 |
vitor |
BFI demuxer
libavformat
|
Sun, 13 Apr 2008 11:45:18 +0000 |
michael |
Print warning if scale/rate is invalid.
libavformat
|
Sun, 13 Apr 2008 11:41:45 +0000 |
michael |
indent
libavformat
|
Sun, 13 Apr 2008 11:41:09 +0000 |
michael |
Restructure if/else a little.
libavformat
|
Sun, 13 Apr 2008 08:55:02 +0000 |
reimar |
Do not call update_initial_durations if pkt->duration is 0.
libavformat
|
Sat, 12 Apr 2008 16:22:13 +0000 |
diego |
Ignore dependency files.
libavformat
|
Wed, 09 Apr 2008 23:19:05 +0000 |
michael |
Fix seeking in rm.
libavformat
|
Mon, 07 Apr 2008 21:16:31 +0000 |
mru |
non-recursive makefiles
libavformat
|
Sat, 05 Apr 2008 12:47:56 +0000 |
bcoudurier |
remove cast
libavformat
|
Sat, 05 Apr 2008 12:46:59 +0000 |
bcoudurier |
better error message
libavformat
|
Fri, 04 Apr 2008 09:55:31 +0000 |
bcoudurier |
special mpeg2 handling is no more needed
libavformat
|
Thu, 03 Apr 2008 22:15:16 +0000 |
lu_zero |
use FF_NETERROR to make winsock happy, patch from prossATxvidDoTorg
libavformat
|
Wed, 02 Apr 2008 21:41:48 +0000 |
aurel |
use common aac sample rate tables
libavformat
|
Wed, 02 Apr 2008 19:03:59 +0000 |
diego |
Remove unused variable.
libavformat
|
Mon, 31 Mar 2008 20:16:04 +0000 |
aurel |
check return value of matroska_find_track_by_num (fix a segfault)
libavformat
|
Mon, 31 Mar 2008 17:31:11 +0000 |
diego |
minor typo fixes
libavformat
|
Mon, 31 Mar 2008 10:44:33 +0000 |
superdump |
ARMovie/RPL demuxer
libavformat
|
Mon, 31 Mar 2008 09:54:49 +0000 |
lucabe |
Add a comment about missing entries
libavformat
|
Mon, 31 Mar 2008 09:49:58 +0000 |
lucabe |
Use the correct size for the enc_name field (removing the arbitrary "50" size)
libavformat
|
Mon, 31 Mar 2008 09:48:04 +0000 |
lucabe |
Remove useless entries from AVRtpPayloadTypes
libavformat
|
Mon, 31 Mar 2008 09:42:45 +0000 |
lucabe |
Support mp3 audio in the RTP muxer
libavformat
|
Sun, 30 Mar 2008 21:18:22 +0000 |
bcoudurier |
prevent writing empty stss atom
libavformat
|
Sun, 30 Mar 2008 21:15:06 +0000 |
bcoudurier |
support mp4 fragmented files without any samples in the moov atom
libavformat
|
Sun, 30 Mar 2008 20:49:29 +0000 |
bcoudurier |
check frag track id before setting st
libavformat
|
Sun, 30 Mar 2008 19:17:01 +0000 |
vitor |
IFF demuxer
libavformat
|
Sun, 30 Mar 2008 03:40:03 +0000 |
jbr |
fix Ogg/FLAC header size
libavformat
|
Fri, 28 Mar 2008 16:30:22 +0000 |
bcoudurier |
gsm in mov, demux surge-1-16-B-agsm.mov
libavformat
|
Fri, 28 Mar 2008 10:40:19 +0000 |
diego |
cosmetics: alphabetical order
libavformat
|
Fri, 28 Mar 2008 03:50:40 +0000 |
michael |
indent
libavformat
|
Fri, 28 Mar 2008 02:44:44 +0000 |
michael |
1000l to myself, dereferencing uninitalized pointer.
libavformat
|
Thu, 27 Mar 2008 20:58:01 +0000 |
michael |
Support wb00+dc00 chunk mix.
libavformat
|
Thu, 27 Mar 2008 13:30:31 +0000 |
bcoudurier |
print essence path in error message
libavformat
|
Thu, 27 Mar 2008 13:20:12 +0000 |
bcoudurier |
cosmetics, useless braces
libavformat
|
Thu, 27 Mar 2008 13:19:19 +0000 |
bcoudurier |
print stream index in error message
libavformat
|
Thu, 27 Mar 2008 13:16:29 +0000 |
bcoudurier |
according to specs, only color table id set to 0, have it in stsd, fix 4colors.mov
libavformat
|
Thu, 27 Mar 2008 12:35:22 +0000 |
bcoudurier |
Only use chunk demuxing for old uncompressed audio mechanism specified by stts.
libavformat
|
Thu, 27 Mar 2008 01:18:16 +0000 |
michael |
Fix aspect ratio.
libavformat
|
Sat, 22 Mar 2008 17:25:50 +0000 |
michael |
1st attempt at correcting the punktuation.
libavformat
|
Sat, 22 Mar 2008 01:06:57 +0000 |
diego |
typo: occured --> occurred
libavformat
|
Fri, 21 Mar 2008 22:17:56 +0000 |
michael |
Document get_*_buffer()
libavformat
|
Fri, 21 Mar 2008 14:30:45 +0000 |
bcoudurier |
sample size to 1 might happen for data, fix GMCMidiaASX.mov, fallback is better than failing
libavformat
|
Fri, 21 Mar 2008 14:02:13 +0000 |
faust3 |
rl2 demuxer
libavformat
|
Fri, 21 Mar 2008 13:47:20 +0000 |
bcoudurier |
yet again another hdv fourcc
libavformat
|
Fri, 21 Mar 2008 13:43:19 +0000 |
bcoudurier |
support fragments when non streamable
libavformat
|
Fri, 21 Mar 2008 13:40:23 +0000 |
bcoudurier |
mp4 fragments support
libavformat
|
Fri, 21 Mar 2008 11:27:07 +0000 |
michael |
Document a few url_* functions.
libavformat
|
Fri, 21 Mar 2008 11:16:16 +0000 |
bcoudurier |
cosmetics, split or move too long lines
libavformat
|
Fri, 21 Mar 2008 11:04:54 +0000 |
bcoudurier |
simplify, and only stop parsing when non streamable
libavformat
|
Fri, 21 Mar 2008 11:02:13 +0000 |
bcoudurier |
remove ms audio tags from table, they will be chosen or detected with riff table
libavformat
|
Fri, 21 Mar 2008 10:52:14 +0000 |
bcoudurier |
atoms are not mp4 only, and yes probe is sufficient
libavformat
|
Fri, 21 Mar 2008 10:51:12 +0000 |
bcoudurier |
update description
libavformat
|
Fri, 21 Mar 2008 10:48:22 +0000 |
bcoudurier |
return ENOMEM
libavformat
|
Fri, 21 Mar 2008 10:47:14 +0000 |
bcoudurier |
cannot free AVStream like this, and return ENOMEM
libavformat
|
Fri, 21 Mar 2008 10:39:49 +0000 |
bcoudurier |
indentation
libavformat
|
Thu, 20 Mar 2008 18:48:50 +0000 |
bcoudurier |
fix mpeg2 muxing, replace seq header if contained in extradata and key frame does not contain it
libavformat
|
Thu, 20 Mar 2008 18:42:44 +0000 |
bcoudurier |
cosmetics, move case up
libavformat
|
Thu, 20 Mar 2008 16:29:18 +0000 |
michael |
One non functional AVPalette chunk less, one heap overflow less.
libavformat
|
Thu, 20 Mar 2008 16:07:55 +0000 |
bcoudurier |
remove useless debug print since now mov_build_index will do
libavformat
|
Thu, 20 Mar 2008 16:00:45 +0000 |
bcoudurier |
free track data asap
libavformat
|
Thu, 20 Mar 2008 15:57:11 +0000 |
bcoudurier |
move mov_build_index before mov_read_trak to avoid useless declaration
libavformat
|
Thu, 20 Mar 2008 15:55:50 +0000 |
bcoudurier |
move specific end treatment when trak is detected, will be needed for fragments
libavformat
|
Thu, 20 Mar 2008 11:02:40 +0000 |
skal |
Additional checks for strange num_val in FLV metadata
libavformat
|
Wed, 19 Mar 2008 14:08:16 +0000 |
rbultje |
Reindent after rtsp-alternate-protocol* patches.
libavformat
|
Wed, 19 Mar 2008 14:07:31 +0000 |
rbultje |
Change protocol_mask into protocol, since we always just try a single one per
libavformat
|
Wed, 19 Mar 2008 14:05:08 +0000 |
rbultje |
Allow cycling between different protocols (TCP, UDP or multicast) so that if
libavformat
|
Tue, 18 Mar 2008 19:54:47 +0000 |
ramiro |
MSN TCP Webcam stream demuxer.
libavformat
|
Mon, 17 Mar 2008 12:16:39 +0000 |
rbultje |
Split the SETUP request into a separate function, as a prelude into allowing
libavformat
|
Sun, 16 Mar 2008 17:54:36 +0000 |
bcoudurier |
just skip klv packet, when no corresponding stream is found
libavformat
|
Sun, 16 Mar 2008 15:13:40 +0000 |
bcoudurier |
simplify, flags is 24bits according to specs
libavformat
|
Sun, 16 Mar 2008 13:40:21 +0000 |
bcoudurier |
fucked up alphabetical order again, sorry
libavformat
|
Sun, 16 Mar 2008 13:36:36 +0000 |
bcoudurier |
ipod/iphone compatible mp4 muxer
libavformat
|
Sat, 15 Mar 2008 16:15:47 +0000 |
diego |
typo fixes
libavformat
|
Fri, 14 Mar 2008 13:10:49 +0000 |
bcoudurier |
useless null
libavformat
|
Fri, 14 Mar 2008 12:48:13 +0000 |
bcoudurier |
remove useless img_write_trailer func
libavformat
|
Wed, 12 Mar 2008 23:58:46 +0000 |
diego |
typo fixes
libavformat
|
Mon, 10 Mar 2008 21:23:06 +0000 |
aurel |
add out of bound stream index checks
libavformat
|
Mon, 10 Mar 2008 21:09:27 +0000 |
aurel |
add a temporary variable to simplify the code
libavformat
|
Mon, 10 Mar 2008 19:03:39 +0000 |
superdump |
Add AVClass to URLContext at next major version bump
libavformat
|
Mon, 10 Mar 2008 18:42:09 +0000 |
diego |
misc spelling fixes
libavformat
|
Mon, 10 Mar 2008 00:48:36 +0000 |
aurel |
cosmetics: remove some empty lines
libavformat
|
Mon, 10 Mar 2008 00:45:25 +0000 |
aurel |
remove useless and misleading comments
libavformat
|
Sun, 09 Mar 2008 23:43:55 +0000 |
aurel |
consistent use of MKTAG() in the codec_bmp_tags table
libavformat
|
Sun, 09 Mar 2008 23:34:14 +0000 |
aurel |
cosmetics: alignment of the codec_bmp_tags table
libavformat
|
Sun, 09 Mar 2008 04:18:48 +0000 |
melanson |
recognize the CLJR FourCC (Cirrus Logic AccuPak)
libavformat
|
Sat, 08 Mar 2008 22:43:13 +0000 |
ramiro |
Typo + grammar
libavformat
|
Sat, 08 Mar 2008 21:59:11 +0000 |
ramiro |
Introduce max_picture_buffer variable in AVFormatContext,
libavformat
|
Sat, 08 Mar 2008 19:00:55 +0000 |
ramiro |
Define WIN32_LEAN_AND_MEAN before including windows.h to exclude
libavformat
|
Sat, 08 Mar 2008 18:59:45 +0000 |
ramiro |
Include windows.h instead of trying to redeclare Sleep
libavformat
|
Sat, 08 Mar 2008 17:43:53 +0000 |
ramiro |
Put network-related code under #ifdef
libavformat
|
Sat, 08 Mar 2008 17:43:10 +0000 |
ramiro |
Group network-related code together
libavformat
|
Sat, 08 Mar 2008 14:39:43 +0000 |
diego |
cosmetics: Consistently move NAME and FFLIBS to the top of each Makefile.
libavformat
|
Fri, 07 Mar 2008 19:47:44 +0000 |
ramiro |
__stdcall -> WINAPI
libavformat
|
Fri, 07 Mar 2008 19:27:17 +0000 |
mru |
simplify library version handling
libavformat
|
Fri, 07 Mar 2008 19:25:09 +0000 |
eugeni |
Add 'disposition' bitfield to AVStream and use it for both muxing and demuxing
libavformat
|
Thu, 06 Mar 2008 20:44:44 +0000 |
mru |
consolidate CFLAGS, LDFLAGS, EXTRALIBS assignment
libavformat
|
Thu, 06 Mar 2008 17:44:42 +0000 |
bcoudurier |
do not reset duration_error for all streams, only reset current stream, fix wrong_fps.gxf
libavformat
|
Thu, 06 Mar 2008 13:40:29 +0000 |
bcoudurier |
support AVDISCARD_ALL
libavformat
|
Thu, 06 Mar 2008 00:26:48 +0000 |
michael |
Skip over unknown extended_content_header tags.
libavformat
|
Thu, 06 Mar 2008 00:20:49 +0000 |
michael |
simplify
libavformat
|
Wed, 05 Mar 2008 15:29:10 +0000 |
diego |
Set TCP protocol to is_streamed=1 as seeking is not possible.
libavformat
|
Wed, 05 Mar 2008 13:31:24 +0000 |
lucabe |
Add some information about the stream bitrate, if available
libavformat
|
Wed, 05 Mar 2008 13:06:49 +0000 |
michael |
Subtitle support. (untested)
libavformat
|
Wed, 05 Mar 2008 12:06:57 +0000 |
bcoudurier |
set block align for mace3/6
libavformat
|
Wed, 05 Mar 2008 12:02:32 +0000 |
bcoudurier |
correctly compute bit rate for compressed audio, should fix seeking in aiff
libavformat
|
Tue, 04 Mar 2008 01:31:15 +0000 |
michael |
Ignore flags after pts/dts if there are no bytes left.
libavformat
|
Mon, 03 Mar 2008 23:00:48 +0000 |
aurel |
include required headers for int64_t and AV_RB16()
libavformat
|
Mon, 03 Mar 2008 22:56:07 +0000 |
aurel |
avi.h does not use anything from avcodec.h.
libavformat
|
Mon, 03 Mar 2008 13:16:29 +0000 |
reimar |
Fix decoding of interlaced gif, e.g. http://samples.mplayerhq.hu/GIF/7up.gif
libavformat
|
Mon, 03 Mar 2008 01:27:15 +0000 |
michael |
Use block_align as the avi spec says.
libavformat
|
Mon, 03 Mar 2008 01:23:18 +0000 |
michael |
Print slightly more useful info.
libavformat
|
Sun, 02 Mar 2008 23:47:30 +0000 |
michael |
Fallback to sample rate if bit rate is 0. This avoids 0 timebases in nut.
libavformat
|
Sun, 02 Mar 2008 23:13:07 +0000 |
michael |
factorize
libavformat
|
Sun, 02 Mar 2008 23:11:36 +0000 |
michael |
subtitles (codec tag tables still missing ...)
libavformat
|
Sun, 02 Mar 2008 19:51:31 +0000 |
michael |
Store aspect ratio in avis.
libavformat
|
Sat, 01 Mar 2008 02:28:47 +0000 |
melanson |
fix wc3movie demuxer to conform to the PTS API
libavformat
|
Sat, 01 Mar 2008 01:43:19 +0000 |
melanson |
fix the id CIN demuxer by using the pts API correctly
libavformat
|
Sat, 01 Mar 2008 00:26:19 +0000 |
aurel |
simplification proposed by Rich
libavformat
|
Fri, 29 Feb 2008 11:41:57 +0000 |
michael |
add cdvc
libavformat
|
Thu, 28 Feb 2008 16:05:19 +0000 |
bcoudurier |
set codec bps to grayscale bits, fix 256grey.mov
libavformat
|
Wed, 27 Feb 2008 20:34:44 +0000 |
banan |
Add more riff IDs to support remuxing.
libavformat
|
Wed, 27 Feb 2008 12:24:27 +0000 |
bcoudurier |
add weird first atom to probe, finally fix bartjones.mov
libavformat
|
Wed, 27 Feb 2008 09:31:41 +0000 |
bcoudurier |
free in case of multiple type == 2
libavformat
|
Wed, 27 Feb 2008 09:30:56 +0000 |
bcoudurier |
return error if malloc fails
libavformat
|
Wed, 27 Feb 2008 09:30:05 +0000 |
bcoudurier |
fix possible overflow with memmove
libavformat
|
Wed, 27 Feb 2008 00:53:34 +0000 |
aurel |
makes really sure that no undefined behavior can happen
libavformat
|
Tue, 26 Feb 2008 22:35:07 +0000 |
aurel |
Avoid infinite loop.
libavformat
|
Tue, 26 Feb 2008 20:37:59 +0000 |
mru |
less preprocessor magic in version number macros
libavformat
|
Tue, 26 Feb 2008 18:27:21 +0000 |
bcoudurier |
support keyframes indexes starting at 0, broken files created by omneon, fix ref.mov seeking
libavformat
|
Tue, 26 Feb 2008 18:21:58 +0000 |
bcoudurier |
support mov reference files, ref.mov/ref.m2v/ref.wav and detect BrianCox.mov
libavformat
|
Tue, 26 Feb 2008 14:42:07 +0000 |
bcoudurier |
remove useless braces
libavformat
|
Tue, 26 Feb 2008 14:41:40 +0000 |
bcoudurier |
indentation
libavformat
|
Tue, 26 Feb 2008 14:36:49 +0000 |
bcoudurier |
rescale frame size, fix i.3g2
libavformat
|
Tue, 26 Feb 2008 14:31:36 +0000 |
bcoudurier |
move parameters reset after setting stream parameters, will need those infos
libavformat
|
Tue, 26 Feb 2008 10:21:33 +0000 |
lorenm |
decode mng color decorrelation
libavformat
|
Mon, 25 Feb 2008 12:59:42 +0000 |
bcoudurier |
fix mace duration
libavformat
|
Mon, 25 Feb 2008 12:45:59 +0000 |
bcoudurier |
protect malloc overflow
libavformat
|
Mon, 25 Feb 2008 12:44:15 +0000 |
bcoudurier |
indentation
libavformat
|
Mon, 25 Feb 2008 12:42:32 +0000 |
bcoudurier |
fail if extradata cannot be allocated
libavformat
|
Mon, 25 Feb 2008 12:38:37 +0000 |
bcoudurier |
10l, protect malloc overflow
libavformat
|
Mon, 25 Feb 2008 12:29:34 +0000 |
bcoudurier |
support QDM2 in aiff, QDM2.aif
libavformat
|
Mon, 25 Feb 2008 12:24:30 +0000 |
bcoudurier |
remove useless close function
libavformat
|
Mon, 25 Feb 2008 12:23:27 +0000 |
bcoudurier |
indentation
libavformat
|
Mon, 25 Feb 2008 12:15:26 +0000 |
bcoudurier |
remove useless casts
libavformat
|
Mon, 25 Feb 2008 12:14:15 +0000 |
bcoudurier |
cosmetics
libavformat
|
Mon, 25 Feb 2008 12:08:26 +0000 |
bcoudurier |
remove useless tags, codec_get_id matches independently and qt uses lower case tags
libavformat
|
Mon, 25 Feb 2008 12:00:31 +0000 |
bcoudurier |
set bps to uncompressed original sound data for compressed audio
libavformat
|
Mon, 25 Feb 2008 11:34:26 +0000 |
bcoudurier |
fix duration for ima4
libavformat
|
Mon, 25 Feb 2008 10:57:22 +0000 |
bcoudurier |
ima4 in aiff support
libavformat
|
Mon, 25 Feb 2008 09:22:11 +0000 |
mru |
Install headers in $prefix/include/$libname
libavformat
|
Sun, 24 Feb 2008 23:02:47 +0000 |
diego |
cosmetics: Sort and prettyprint codec_wav_tags[].
libavformat
|
Sun, 24 Feb 2008 16:28:35 +0000 |
michael |
Set indexmem to a saner default.
libavformat
|
Sun, 24 Feb 2008 01:04:00 +0000 |
michael |
Fix issue357
libavformat
|
Sun, 24 Feb 2008 00:57:15 +0000 |
michael |
flv/swf do not have a big endian codec id, they only support
libavformat
|
Sat, 23 Feb 2008 23:30:41 +0000 |
banan |
Riff ids for wmapro and wmavoice, this adds support for stream copy of these codecs between asf,avi and wav containers.
libavformat
|
Sat, 23 Feb 2008 10:57:38 +0000 |
nicodvb |
treat stream_type==0x82 as AUDIO_DTS when the program has a REGISTRATION_DESCRIPTOR with the value HDMV; approved by Mans
libavformat
|
Wed, 20 Feb 2008 20:24:38 +0000 |
michael |
revert 12156
libavformat
|
Wed, 20 Feb 2008 10:19:35 +0000 |
lucabe |
Fix computation of the "NTP time" field in RTCP SR packets, and do not
libavformat
|
Wed, 20 Feb 2008 03:40:07 +0000 |
michael |
Get rid of a fake timestamp discontinuity at the begin of V.VOB.
libavformat
|
Wed, 20 Feb 2008 03:20:06 +0000 |
michael |
Make timestamp interpolation work with mpeg2 field pictures.
libavformat
|
Tue, 19 Feb 2008 22:50:28 +0000 |
mru |
Clean up lib* version definitions
libavformat
|
Tue, 19 Feb 2008 22:09:08 +0000 |
michael |
Fix ;;
libavformat
|
Tue, 19 Feb 2008 22:07:48 +0000 |
reimar |
Add some const, fixes warnings:
libavformat
|
Tue, 19 Feb 2008 21:58:54 +0000 |
reimar |
Missing const, fix warnings:
libavformat
|
Tue, 19 Feb 2008 16:18:17 +0000 |
reimar |
Fix misplaced const, avoids a cast-discards-qualifiers warning
libavformat
|
Tue, 19 Feb 2008 16:08:52 +0000 |
michael |
const
libavformat
|
Fri, 15 Feb 2008 20:32:32 +0000 |
michael |
Fix timestamps and durations if the first packets have no durations nor timestamps,
libavformat
|
Fri, 15 Feb 2008 13:21:00 +0000 |
michael |
It appears last_pts was not set ...
libavformat
|
Fri, 15 Feb 2008 02:57:19 +0000 |
michael |
Header elision muxing support.
libavformat
|
Fri, 15 Feb 2008 02:36:09 +0000 |
michael |
Elision header demuxing support.
libavformat
|
Wed, 13 Feb 2008 20:17:28 +0000 |
michael |
Read match time delta in the frame header.
libavformat
|
Wed, 13 Feb 2008 20:13:29 +0000 |
michael |
Read match_time_delta in the framecode table.
libavformat
|
Wed, 13 Feb 2008 20:01:09 +0000 |
michael |
update flags
libavformat
|
Wed, 13 Feb 2008 19:26:45 +0000 |
bcoudurier |
honor stsd v1 first, fix mace surge-2-8-MAC3.mov, beware of mulaw,alaw
libavformat
|
Wed, 13 Feb 2008 13:11:10 +0000 |
bcoudurier |
10l, forgot alaw/mulaw mono, use bits_per_sample in fact,
libavformat
|
Wed, 13 Feb 2008 12:51:14 +0000 |
lucabe |
Include poll.h instead of sys/poll.h
libavformat
|
Wed, 13 Feb 2008 10:58:16 +0000 |
bcoudurier |
warn use if edit list is not starting at 0, a/v desync might occur
libavformat
|
Wed, 13 Feb 2008 10:53:48 +0000 |
bcoudurier |
remove now useless code
libavformat
|
Wed, 13 Feb 2008 10:52:23 +0000 |
bcoudurier |
remove messy and not always correct chunk size workaround, use correct values instead
libavformat
|
Wed, 13 Feb 2008 09:26:10 +0000 |
diego |
typo fix: inited --> initialized
libavformat
|
Mon, 11 Feb 2008 22:37:44 +0000 |
bcoudurier |
return error when dv audio extraction fails
libavformat
|
Mon, 11 Feb 2008 22:34:43 +0000 |
bcoudurier |
remove obsolete comments
libavformat
|
Mon, 11 Feb 2008 22:34:03 +0000 |
bcoudurier |
remove useless braces
libavformat
|
Mon, 11 Feb 2008 22:33:35 +0000 |
bcoudurier |
cosmetics, indentation, braces
libavformat
|
Mon, 11 Feb 2008 22:32:35 +0000 |
bcoudurier |
split chunks in the case of big compressed audio frames,
libavformat
|
Mon, 11 Feb 2008 22:23:05 +0000 |
bcoudurier |
use correct demux mechanism when audio compression id is -2, dv audio does not matter, demux partially qt_dv_pal_test.mov which does NOT use cid -2
libavformat
|
Mon, 11 Feb 2008 15:20:35 +0000 |
bcoudurier |
fcp imx 40 fourccs
libavformat
|
Mon, 11 Feb 2008 14:10:52 +0000 |
bcoudurier |
indentation
libavformat
|
Mon, 11 Feb 2008 14:10:29 +0000 |
bcoudurier |
more correct and simpler
libavformat
|
Mon, 11 Feb 2008 03:30:42 +0000 |
rfelker |
Do not use GNU-specific (or BSD-specific or whatever they may be)
libavformat
|
Wed, 06 Feb 2008 18:57:00 +0000 |
bcoudurier |
cosmetics, remove whitespaces before and after parenthesis
libavformat
|
Wed, 06 Feb 2008 12:37:37 +0000 |
reimar |
Add support for speex in ogg
libavformat
|
Wed, 06 Feb 2008 01:51:32 +0000 |
michael |
Allow the user to select which codec out of several in stsd he wants.
libavformat
|
Tue, 05 Feb 2008 01:16:47 +0000 |
bcoudurier |
Fix issue 338:
libavformat
|
Tue, 05 Feb 2008 01:01:56 +0000 |
bcoudurier |
it seems ogg requires granule to be -1 on unfinished packets
libavformat
|
Mon, 04 Feb 2008 12:32:25 +0000 |
reimar |
String pointers of ogg_codec_t should have const attribute.
libavformat
|
Mon, 04 Feb 2008 12:18:00 +0000 |
diego |
Add dv50 tag to support samples with dv50 fourcc in AVI.
libavformat
|
Mon, 04 Feb 2008 12:13:09 +0000 |
reimar |
Fix a possible use of an uninitialized pointer.
libavformat
|
Mon, 04 Feb 2008 10:48:41 +0000 |
ods15 |
back_ptr calculation used wrong timebase when searching for back syncpoint
libavformat
|
Mon, 04 Feb 2008 10:45:32 +0000 |
ods15 |
Fix intented algo in syncpoint writing before keyframes in NUT muxer
libavformat
|
Mon, 04 Feb 2008 10:34:35 +0000 |
ods15 |
nut->max_distance was not set at all anywhere in the NUT muxer
libavformat
|
Mon, 04 Feb 2008 10:30:38 +0000 |
ods15 |
Remove old workaround in nutdec.c for libnut bug
libavformat
|
Mon, 04 Feb 2008 10:29:03 +0000 |
ods15 |
missing " && j<syncpoint_count" protection in the index parsing, as the
libavformat
|
Mon, 04 Feb 2008 10:27:32 +0000 |
ods15 |
ff_nut_reset_ts() expected to get 'ts*time_base_count', but muxer only
libavformat
|
Mon, 04 Feb 2008 01:06:04 +0000 |
michael |
2 more missing consts found by -Wwrite-strings.
libavformat
|
Mon, 04 Feb 2008 01:04:27 +0000 |
michael |
Remove incorrect cast found by -Wwrite-strings.
libavformat
|
Mon, 04 Feb 2008 01:01:52 +0000 |
michael |
Another const found by -Wwrite-strings.
libavformat
|
Mon, 04 Feb 2008 00:42:27 +0000 |
michael |
fix 8 "initialization discards qualifiers from pointer target type"
libavformat
|
Mon, 04 Feb 2008 00:33:52 +0000 |
michael |
Fix info packet type, found by oded as well as the new pedantic const
libavformat
|
Mon, 04 Feb 2008 00:31:31 +0000 |
michael |
-Wwrite-strings nitpicking fix
libavformat
|
Mon, 04 Feb 2008 00:26:43 +0000 |
michael |
Missing const found by -Wwrite-strings.
libavformat
|
Sun, 03 Feb 2008 11:18:53 +0000 |
reimar |
Remove ff_mms_set_stream_selection again from asf demuxer,
libavformat
|
Sat, 02 Feb 2008 22:55:58 +0000 |
michael |
Remove incorrect casts that should have never been there.
libavformat
|
Sat, 02 Feb 2008 22:03:01 +0000 |
reimar |
Remove a pointless cast.
libavformat
|
Sat, 02 Feb 2008 21:17:46 +0000 |
reimar |
Put is_mms under ifdef CONFIG_MMSH_PROTOCOL, avoids warning:
libavformat
|
Sat, 02 Feb 2008 20:58:58 +0000 |
reimar |
Missing 'const' in cast.
libavformat
|
Sat, 02 Feb 2008 14:55:57 +0000 |
diego |
cosmetics: sort ogg_codec_t list
libavformat
|
Fri, 01 Feb 2008 15:17:43 +0000 |
bcoudurier |
const
libavformat
|
Fri, 01 Feb 2008 15:17:32 +0000 |
bcoudurier |
const
libavformat
|
Fri, 01 Feb 2008 14:58:35 +0000 |
bcoudurier |
add const
libavformat
|
Thu, 31 Jan 2008 22:30:55 +0000 |
reimar |
Add support for ogg text subtitles.
libavformat
|
Thu, 31 Jan 2008 13:40:53 +0000 |
bcoudurier |
stupid typo
libavformat
|
Thu, 31 Jan 2008 11:31:56 +0000 |
bcoudurier |
support rawvideo in mov
libavformat
|
Thu, 31 Jan 2008 00:34:22 +0000 |
bcoudurier |
typo, typedef uint8_t GUID[16] in asf.h, and fix warning: asf-enc.c:202: warning: passing argument 2 of 'put_buffer' from incompatible pointer type
libavformat
|
Thu, 31 Jan 2008 00:27:51 +0000 |
bcoudurier |
init to 0, fix warning: mpegenc.c:1022: warning: 'avail_space' may be used uninitialized in this function
libavformat
|
Thu, 31 Jan 2008 00:25:40 +0000 |
bcoudurier |
add parenthesis, fix warning: mpegenc.c:303: warning: suggest parentheses around && within ||
libavformat
|
Thu, 31 Jan 2008 00:22:25 +0000 |
bcoudurier |
typo, also fix warning: asf.c:90: warning: passing argument 2 of 'get_buffer' from incompatible pointer type
libavformat
|
Wed, 30 Jan 2008 13:22:31 +0000 |
bcoudurier |
use context in av_log
libavformat
|
Wed, 30 Jan 2008 13:22:04 +0000 |
bcoudurier |
warning is only valid for mov
libavformat
|
Tue, 29 Jan 2008 22:37:07 +0000 |
reimar |
Support MP4 subtitles as in
libavformat
|
Tue, 29 Jan 2008 09:25:49 +0000 |
kostya |
SMPTE 421 Annex L format demuxer
libavformat
|
Mon, 28 Jan 2008 18:35:12 +0000 |
bcoudurier |
cosmetics, split long lines, remove useless braces, merge comments and if
libavformat
|
Mon, 28 Jan 2008 18:33:27 +0000 |
bcoudurier |
cosmetics, vertically align
libavformat
|
Mon, 28 Jan 2008 16:58:42 +0000 |
bcoudurier |
spoke too fast, fix dv fourcc in mov accordingly if strict
libavformat
|
Mon, 28 Jan 2008 16:03:50 +0000 |
bcoudurier |
finally set codec tags for mov/mp4/3gp muxers, this should not break anything, if it breaks anything, yell
libavformat
|
Mon, 28 Jan 2008 15:23:37 +0000 |
bcoudurier |
indentation
libavformat
|
Mon, 28 Jan 2008 15:22:07 +0000 |
bcoudurier |
correctly and only set standard stsd fourcc for mp4/3gp
libavformat
|
Mon, 28 Jan 2008 13:44:27 +0000 |
bcoudurier |
write esds atom when mpeg-4 systems tags are used
libavformat
|
Mon, 28 Jan 2008 13:19:49 +0000 |
bcoudurier |
reorder object types id by muxing preference
libavformat
|
Mon, 28 Jan 2008 13:19:16 +0000 |
bcoudurier |
document tag field
libavformat
|
Sun, 27 Jan 2008 19:57:04 +0000 |
reimar |
Add CODEC_ID_MOV_TEXT and use it instead of modifying the stream in the mov demuxer.
libavformat
|
Sun, 27 Jan 2008 15:43:17 +0000 |
aurel |
Add support for Matroska attachments.
libavformat
|
Sat, 26 Jan 2008 22:57:53 +0000 |
michael |
Set subtitle codec id correctly, i hope this does not break anything.
libavformat
|
Sat, 26 Jan 2008 22:55:34 +0000 |
michael |
Add non standard id needed for dvd subtitles.
libavformat
|
Sat, 26 Jan 2008 21:21:55 +0000 |
reimar |
Extract the pure plaintext from mov text subtitles.
libavformat
|
Sat, 26 Jan 2008 20:30:03 +0000 |
michael |
Set correct codec type and id for text subtitles.
libavformat
|
Sat, 26 Jan 2008 20:07:57 +0000 |
michael |
indent
libavformat
|
Sat, 26 Jan 2008 20:07:30 +0000 |
michael |
Only export packets which belong to the existing AVStream.
libavformat
|
Sat, 26 Jan 2008 19:50:04 +0000 |
michael |
Select non jpeg if there are multiple substreams.
libavformat
|
Sat, 26 Jan 2008 02:24:35 +0000 |
bcoudurier |
comment vorbis objectype id
libavformat
|
Sat, 26 Jan 2008 02:22:45 +0000 |
bcoudurier |
this one is not standardized either
libavformat
|
Sat, 26 Jan 2008 01:35:51 +0000 |
bcoudurier |
remove non standard object type ids, if you find samples, report them
libavformat
|
Mon, 21 Jan 2008 23:43:25 +0000 |
aurel |
ensure av_rescale_q() can be calculated (won't divide by zero)
libavformat
|
Mon, 21 Jan 2008 14:28:58 +0000 |
lucabe |
Support out-of-band parameter sets in SDP for H.264 video
libavformat
|
Mon, 21 Jan 2008 14:01:57 +0000 |
lucabe |
Add support for H.264 video in the RTP muxer
libavformat
|
Mon, 21 Jan 2008 13:43:40 +0000 |
bcoudurier |
unset extension, so code path, and guess format do not choose
libavformat
|
Mon, 21 Jan 2008 11:09:06 +0000 |
lucabe |
Add minimal support for H.264 video in the SDP generator
libavformat
|
Sun, 20 Jan 2008 21:24:25 +0000 |
aurel |
add missing Makefile rules for pcm muxers/demuxers
libavformat
|
Sun, 20 Jan 2008 18:31:56 +0000 |
bcoudurier |
reorder alphabetically
libavformat
|
Sun, 20 Jan 2008 18:30:04 +0000 |
bcoudurier |
new avm2 (flash 9) muxer, patch by Paul Egan, paulegan at mail dot com
libavformat
|
Sat, 19 Jan 2008 20:00:09 +0000 |
bcoudurier |
init uid to 0
libavformat
|
Sat, 19 Jan 2008 19:59:04 +0000 |
bcoudurier |
indentation
libavformat
|
Sat, 19 Jan 2008 19:58:48 +0000 |
bcoudurier |
correctly handle sony mpeg4 extradata
libavformat
|
Sat, 19 Jan 2008 19:51:55 +0000 |
bcoudurier |
check if read child returned error
libavformat
|
Sat, 19 Jan 2008 17:28:49 +0000 |
bcoudurier |
simplify with matching len
libavformat
|
Sat, 19 Jan 2008 17:25:12 +0000 |
bcoudurier |
simplify and detect better non frame wrapped mappings
libavformat
|
Sat, 19 Jan 2008 16:20:06 +0000 |
bcoudurier |
cosmetics: read_metadata -> read
libavformat
|
Sat, 19 Jan 2008 16:19:06 +0000 |
bcoudurier |
cosmetics
libavformat
|
Sat, 19 Jan 2008 16:18:32 +0000 |
bcoudurier |
remove unused crypto context uid
libavformat
|
Sat, 19 Jan 2008 16:17:39 +0000 |
bcoudurier |
support dynamically allocated local tags, used by encrypted files
libavformat
|
Sat, 19 Jan 2008 15:21:30 +0000 |
bcoudurier |
check malloc return
libavformat
|
Sat, 19 Jan 2008 13:16:35 +0000 |
bcoudurier |
add some dv container uls
libavformat
|
Sat, 19 Jan 2008 13:16:00 +0000 |
bcoudurier |
simplify by checking min matching len
libavformat
|
Fri, 18 Jan 2008 20:48:32 +0000 |
rbultje |
Add a flags field to the RTPDynamicPayloadPacketHandlerProc (PKT_FLAG_*).
libavformat
|
Thu, 17 Jan 2008 20:48:07 +0000 |
rtogni |
Fix forgotten braces from r11039
libavformat
|
Thu, 17 Jan 2008 13:59:52 +0000 |
michael |
Consider initial EOR in the back_ptr calculation.
libavformat
|
Thu, 17 Jan 2008 00:12:04 +0000 |
michael |
Replace idiotic (what moron wrote that code?) "buffer overflow" message by
libavformat
|
Wed, 16 Jan 2008 22:47:51 +0000 |
diego |
Remove some spaces to keep certain people's eyes from hurting.
libavformat
|
Wed, 16 Jan 2008 22:14:26 +0000 |
diego |
misc spelling/grammar fixes
libavformat
|
Tue, 15 Jan 2008 08:05:58 +0000 |
lucabe |
Make avc_find_startcode non-static, so that it can be used from other
libavformat
|
Mon, 14 Jan 2008 16:11:08 +0000 |
mbardiaux |
Suppress runaway index on streamed input
libavformat
|
Sun, 13 Jan 2008 15:08:33 +0000 |
rtogni |
Add support for S8 PCM (codec 2)
libavformat
|
Sun, 13 Jan 2008 13:33:37 +0000 |
michael |
user specifyable maximum amount of memory to use for the index.
libavformat
|
Sat, 12 Jan 2008 11:25:54 +0000 |
victor |
Alignment
libavformat
|
Sat, 12 Jan 2008 11:17:37 +0000 |
victor |
Link to libraries in dependency order.
libavformat
|
Sat, 12 Jan 2008 00:24:10 +0000 |
michael |
Set pts/dts in raw (yuv,rgb,pcm) demuxers.
libavformat
|
Sat, 12 Jan 2008 00:15:05 +0000 |
michael |
Write 0 instead of seeking forward (and leaving bytes uninitalized),
libavformat
|
Fri, 11 Jan 2008 23:33:32 +0000 |
aurel |
add a ff_ prefix to newly exported functions from avc.c
libavformat
|
Fri, 11 Jan 2008 23:21:22 +0000 |
aurel |
Matroska muxer needs to format all NAL units, not only extradata.
libavformat
|
Fri, 11 Jan 2008 12:24:46 +0000 |
lucabe |
Do not install rtp.h (which should have never been part of the public API)
libavformat
|
Fri, 11 Jan 2008 01:37:38 +0000 |
aurel |
matroskaenc now depends on avc.o
libavformat
|
Fri, 11 Jan 2008 01:32:45 +0000 |
aurel |
Use the isom avcc formatting for h264 extradata in matroska.
libavformat
|
Fri, 11 Jan 2008 01:24:55 +0000 |
aurel |
Move isom_write_avcc() and related functions into a separate file.
libavformat
|
Fri, 11 Jan 2008 01:04:01 +0000 |
aurel |
extract isom_write_avcc into a function
libavformat
|
Fri, 11 Jan 2008 01:00:04 +0000 |
aurel |
Add one more parameter to avc_parse_nal_units so that it allows not to
libavformat
|
Fri, 11 Jan 2008 00:47:02 +0000 |
aurel |
Check return value of avc_parse_nal_units().
libavformat
|
Thu, 10 Jan 2008 13:54:30 +0000 |
rbultje |
Reindent after r11493 (always use parse_packet() vfunc in rtp_parse_packet()),
libavformat
|
Thu, 10 Jan 2008 13:52:35 +0000 |
rbultje |
Make rtp_parse_packet() always call the vfunc of the dynamic payload handler
libavformat
|
Thu, 10 Jan 2008 08:34:37 +0000 |
lucabe |
Pass a proper context to av_log()
libavformat
|
Tue, 08 Jan 2008 23:08:51 +0000 |
diego |
Fix random typos.
libavformat
|
Tue, 08 Jan 2008 22:07:59 +0000 |
reimar |
url_write is part of the public API so it may not be under ifdef.
libavformat
|
Tue, 08 Jan 2008 13:55:15 +0000 |
bcoudurier |
check av_new_stream return value
libavformat
|
Tue, 08 Jan 2008 13:48:52 +0000 |
bcoudurier |
check av_new_stream return value
libavformat
|
Mon, 07 Jan 2008 23:52:51 +0000 |
ivo |
Linux Media Labs MPEG-4 (LMLM4) demuxer
libavformat
|
Mon, 07 Jan 2008 23:42:52 +0000 |
ivo |
Implement read_timestamp and enable seeking in PVA files.
libavformat
|
Mon, 07 Jan 2008 23:40:04 +0000 |
ivo |
cosmetics
libavformat
|
Mon, 07 Jan 2008 23:39:47 +0000 |
ivo |
remove unnecessary check
libavformat
|
Mon, 07 Jan 2008 23:38:12 +0000 |
ivo |
use ff_parse_pes_pts for parsing an MPEG-PES timestamp
libavformat
|
Mon, 07 Jan 2008 23:32:57 +0000 |
ivo |
Move parsing of MPEG-PES timestamp to mpeg.h (as an inline function) so it
libavformat
|
Mon, 07 Jan 2008 00:03:19 +0000 |
aurel |
Make ff_mkv_codec_tags lie entirely in .rodata section.
libavformat
|
Sun, 06 Jan 2008 22:50:09 +0000 |
diego |
cosmetics: Add another pair of parentheses to aid readability.
libavformat
|
Sun, 06 Jan 2008 16:02:55 +0000 |
diego |
Rename two structures, identifiers starting with _[A-Z] are reserved.
libavformat
|
Sun, 06 Jan 2008 14:18:13 +0000 |
bcoudurier |
cosmetics, split overly long lines
libavformat
|
Sun, 06 Jan 2008 10:00:04 +0000 |
lucabe |
Make AVRtpPayloadTypes static and constant
libavformat
|
Sat, 05 Jan 2008 22:33:27 +0000 |
ivo |
cosmetics, superfluous space
libavformat
|
Sat, 05 Jan 2008 22:28:42 +0000 |
ivo |
proper check for valid pva_pts
libavformat
|
Sat, 05 Jan 2008 22:27:49 +0000 |
ivo |
do not return an error, but warn and recover when encountering an audio packet
libavformat
|
Sat, 05 Jan 2008 22:18:44 +0000 |
ivo |
validate streamid before use
libavformat
|
Sat, 05 Jan 2008 22:15:19 +0000 |
ivo |
change audio codec id to mp2
libavformat
|
Sat, 05 Jan 2008 22:13:27 +0000 |
ivo |
proper type and initialization of pva_pts
libavformat
|
Sat, 05 Jan 2008 22:10:00 +0000 |
ivo |
remove unnecessary shift
libavformat
|
Fri, 04 Jan 2008 23:09:58 +0000 |
aurel |
improve CRC API
libavformat
|
Fri, 04 Jan 2008 20:09:48 +0000 |
lucabe |
Split the RTP muxer out of rtp.c, to simplify the RTSP demuxer's dependencies
libavformat
|
Fri, 04 Jan 2008 19:33:50 +0000 |
lucabe |
Split the RTP demuxing functions out of rtp.c, to simplify the RTP muxer's dependencies
libavformat
|
Fri, 04 Jan 2008 17:52:16 +0000 |
michael |
Move *malloc() out of tree.c, that way the code can be used with
libavformat
|
Fri, 04 Jan 2008 13:00:47 +0000 |
benoit |
Make three rm demuxer functions non static.
libavformat
|
Thu, 03 Jan 2008 12:49:12 +0000 |
lucabe |
Rationalize some dependencies between rtsp and rtp
libavformat
|
Thu, 03 Jan 2008 11:59:20 +0000 |
lucabe |
Fix the RTP muxer dependencies
libavformat
|
Thu, 03 Jan 2008 10:02:46 +0000 |
ivo |
use one shift less in get_pts()
libavformat
|
Thu, 03 Jan 2008 02:12:08 +0000 |
aurel |
mention libavfilter in warning about deprecated vhook
libavformat
|
Wed, 02 Jan 2008 19:40:43 +0000 |
diego |
Drop RTSP default protocol.
libavformat
|
Wed, 02 Jan 2008 18:53:38 +0000 |
diego |
cosmetics: Reindent.
libavformat
|
Wed, 02 Jan 2008 18:53:12 +0000 |
diego |
Merge double-nested if into && condition.
libavformat
|
Wed, 02 Jan 2008 17:17:56 +0000 |
aurel |
move num_packets=0 where it belongs
libavformat
|
Wed, 02 Jan 2008 10:45:28 +0000 |
ivo |
TechnoTrend PVA Demuxer
libavformat
|
Wed, 02 Jan 2008 00:08:36 +0000 |
diego |
cosmetics: sort()
libavformat
|
Tue, 01 Jan 2008 22:54:35 +0000 |
diego |
Add portable way to check for the existence of definitions and
libavformat
|
Tue, 01 Jan 2008 22:05:51 +0000 |
michael |
Extract aspect ratio from ODML/vprp.
libavformat
|
Mon, 31 Dec 2007 16:49:18 +0000 |
michael |
Correct doxy about timestamp units of read_timestamp().
libavformat
|
Mon, 31 Dec 2007 16:47:25 +0000 |
michael |
Document return of read_timestamp.
libavformat
|
Mon, 31 Dec 2007 16:43:35 +0000 |
michael |
More verbose aspect ratio error msg.
libavformat
|
Sat, 29 Dec 2007 20:49:03 +0000 |
aurel |
export raw SSA tracks with their own codec ID (patch by Evgeniy Stepanov)
libavformat
|
Sat, 29 Dec 2007 18:35:38 +0000 |
aurel |
clear internal queue when seeking
libavformat
|
Sat, 29 Dec 2007 18:32:47 +0000 |
aurel |
move internal queue freeing code in its own function
libavformat
|
Sat, 29 Dec 2007 18:30:27 +0000 |
aurel |
fix memory leak (patch by Gabriel Fort«± gforte _at_ wyplay _dot_ com)
libavformat
|
Sat, 29 Dec 2007 16:34:51 +0000 |
michael |
indent
libavformat
|
Sat, 29 Dec 2007 16:13:03 +0000 |
michael |
Try to fix url_split() so that the ?foobar part is in the path and only the path.
libavformat
|
Fri, 28 Dec 2007 13:07:43 +0000 |
ivo |
Sun Rasterfile decoder
libavformat
|
Fri, 28 Dec 2007 11:25:25 +0000 |
lu_zero |
Real RTSP support, from Ronald S. Bultje rsbultje gmail - part 3 Reindent
libavformat
|
Fri, 28 Dec 2007 11:23:25 +0000 |
lu_zero |
Real RTSP support, from Ronald S. Bultje rsbultje gmail - part 2 x-pn-tng support
libavformat
|
Fri, 28 Dec 2007 11:10:17 +0000 |
lu_zero |
Real RTSP support, from Ronald S. Bultje rsbultje gmail - part 1 Comment
libavformat
|
Fri, 28 Dec 2007 03:32:32 +0000 |
michael |
Revert hack which should have never been commited.
libavformat
|
Thu, 27 Dec 2007 01:38:50 +0000 |
diego |
Check for the presence of sys/select.h and conditionally #include it.
libavformat
|
Thu, 27 Dec 2007 00:16:48 +0000 |
michael |
Fix detected fps for old divx/xvid.
libavformat
|
Wed, 26 Dec 2007 22:28:22 +0000 |
michael |
Do not force fps unless the user actually specified one.
libavformat
|
Wed, 26 Dec 2007 22:17:46 +0000 |
ivo |
PC Paintbrush PCX image decoder
libavformat
|
Tue, 25 Dec 2007 09:37:49 +0000 |
michael |
Revert r6124, the change was just wrong, other formats than MPEG-PS can be
libavformat
|
Mon, 24 Dec 2007 12:49:27 +0000 |
diego |
djgpp port, first part
libavformat
|
Sun, 23 Dec 2007 21:01:09 +0000 |
diego |
typo: begining --> beginning
libavformat
|
Sun, 23 Dec 2007 18:08:00 +0000 |
reimar |
begining -> beginning typo fix
libavformat
|
Sun, 23 Dec 2007 13:16:55 +0000 |
reimar |
100l, av_read_packet must check for read_packet error, in case of
libavformat
|
Sat, 22 Dec 2007 16:18:07 +0000 |
reimar |
Add a av_alloc_put_byte function.
libavformat
|
Fri, 21 Dec 2007 11:51:39 +0000 |
diego |
Fix Doxygen function parameter name.
libavformat
|
Fri, 21 Dec 2007 11:50:18 +0000 |
diego |
comment typo fixes
libavformat
|
Fri, 21 Dec 2007 00:22:40 +0000 |
ivo |
typo ;)
libavformat
|
Thu, 20 Dec 2007 22:33:53 +0000 |
michael |
Document ByteIOContext and URLContext change rules.
libavformat
|
Thu, 20 Dec 2007 11:22:39 +0000 |
banan |
Reindent
libavformat
|
Thu, 20 Dec 2007 11:21:10 +0000 |
banan |
Correctly handle FLV_CODECID_NELLYMOSER_8HZ_MONO files
libavformat
|
Thu, 20 Dec 2007 09:59:07 +0000 |
michael |
Document a few more structure change rules with relation to ABI/API.
libavformat
|
Thu, 20 Dec 2007 09:51:11 +0000 |
bcoudurier |
fix indentation
libavformat
|
Thu, 20 Dec 2007 09:43:01 +0000 |
michael |
Document structure change rules with relation to ABI/API.
libavformat
|
Thu, 20 Dec 2007 00:26:53 +0000 |
aurel |
cosmetics: indentation
libavformat
|
Thu, 20 Dec 2007 00:25:18 +0000 |
aurel |
remove double check of pb->read_seek
libavformat
|
Wed, 19 Dec 2007 23:26:18 +0000 |
aurel |
use proper url_is_streamed() API
libavformat
|
Wed, 19 Dec 2007 21:11:08 +0000 |
michael |
Make recently added and still unused read_seek functions return offset_t.
libavformat
|
Wed, 19 Dec 2007 20:57:13 +0000 |
michael |
Merge recently added and still unused play and pause functions.
libavformat
|
Wed, 19 Dec 2007 16:00:08 +0000 |
bcoudurier |
use generic 'glbl' atom if extradata is present but no specific method is known
libavformat
|
Wed, 19 Dec 2007 15:39:10 +0000 |
bcoudurier |
supports glbl atom containing generic extradata for all codecs
libavformat
|
Wed, 19 Dec 2007 14:09:54 +0000 |
reimar |
Increase minor version due to new av_close_input_stream
libavformat
|
Wed, 19 Dec 2007 14:07:13 +0000 |
reimar |
Add a av_close_input_stream function
libavformat
|
Wed, 19 Dec 2007 11:31:36 +0000 |
michael |
Remove dead code which disappeared with the last major version bump.
libavformat
|
Wed, 19 Dec 2007 10:58:54 +0000 |
michael |
Remove *_codec_id from AVFormatParameters with the next major version bump.
libavformat
|
Wed, 19 Dec 2007 10:56:17 +0000 |
michael |
Allow overriding codec_ids.
libavformat
|
Wed, 19 Dec 2007 02:33:47 +0000 |
michael |
Remove unneeded avio wrapper functions.
libavformat
|
Mon, 17 Dec 2007 19:12:43 +0000 |
reimar |
Simplify av_close_input_file similarly to av_open_input_file previously
libavformat
|
Mon, 17 Dec 2007 19:08:17 +0000 |
reimar |
Simplify av_open_input_file
libavformat
|
Mon, 17 Dec 2007 17:41:24 +0000 |
reimar |
Add FF_OPT_TYPE_BINARY and use it to add a cryptokey option
libavformat
|
Mon, 17 Dec 2007 09:28:46 +0000 |
benoit |
Enable av_read_pause(), av_read_play() and the ASF demuxer's av_read_seek()
libavformat
|
Sun, 16 Dec 2007 18:51:00 +0000 |
bcoudurier |
useless 0L here
libavformat
|
Sun, 16 Dec 2007 18:46:57 +0000 |
bcoudurier |
remove now useless fields
libavformat
|
Sun, 16 Dec 2007 18:45:48 +0000 |
bcoudurier |
do not retain useless pointers to avstream priv_data, use it directly
libavformat
|
Sun, 16 Dec 2007 18:30:45 +0000 |
bcoudurier |
remove duplicate field
libavformat
|
Sun, 16 Dec 2007 18:26:34 +0000 |
bcoudurier |
cosmetics: func -> parse, remove useless parenthesis
libavformat
|
Sun, 16 Dec 2007 18:24:32 +0000 |
bcoudurier |
remove useless declaration
libavformat
|
Sun, 16 Dec 2007 18:20:27 +0000 |
bcoudurier |
save pointer to parse table, it is unlikely to change
libavformat
|
Sun, 16 Dec 2007 18:10:52 +0000 |
bcoudurier |
remove useless seek
libavformat
|
Sun, 16 Dec 2007 18:10:18 +0000 |
bcoudurier |
cosmetics
libavformat
|
Sun, 16 Dec 2007 18:08:06 +0000 |
bcoudurier |
support streamed mov/mp4
libavformat
|
Sun, 16 Dec 2007 17:52:46 +0000 |
bcoudurier |
return error when url_fseek could not read until desired offset in streamed mode
libavformat
|
Sun, 16 Dec 2007 17:22:09 +0000 |
diego |
cosmetics: comment typo fixes
libavformat
|
Sat, 15 Dec 2007 19:08:42 +0000 |
bcoudurier |
choose next sample by sample position
libavformat
|
Sat, 15 Dec 2007 16:54:58 +0000 |
michael |
document how to free the result of av_alloc_format_context()
libavformat
|
Wed, 12 Dec 2007 19:01:58 +0000 |
michael |
av_*_next() API for libavformat
libavformat
|
Sun, 09 Dec 2007 14:39:01 +0000 |
ramiro |
Fix compilation of os_support.c for MinGW with --disable-network
libavformat
|
Wed, 05 Dec 2007 04:32:45 +0000 |
melanson |
adjust indentation on latest patch
libavformat
|
Wed, 05 Dec 2007 04:30:33 +0000 |
melanson |
Check sanity in the palette loading operation. The addresses a potential security risk in
libavformat
|
Tue, 04 Dec 2007 23:43:01 +0000 |
rtogni |
Typo
libavformat
|
Mon, 03 Dec 2007 22:26:07 +0000 |
bcoudurier |
return error if malloc failed, found by takis, fix issue 286
libavformat
|
Mon, 03 Dec 2007 22:22:50 +0000 |
bcoudurier |
check mov_read_default return value where appropriate, patch by takis, fix issue 285
libavformat
|
Mon, 03 Dec 2007 13:33:48 +0000 |
diego |
colour --> color in variable names
libavformat
|
Mon, 03 Dec 2007 13:01:53 +0000 |
diego |
cosmetics: comment spelling fixes
libavformat
|
Mon, 03 Dec 2007 12:46:20 +0000 |
diego |
Fix make checkheaders.
libavformat
|
Mon, 03 Dec 2007 10:44:25 +0000 |
bcoudurier |
fix dnxhd 720p in mov for quicktime player
libavformat
|
Mon, 03 Dec 2007 10:24:42 +0000 |
michael |
add assert to detect invalid packet_timestamp_start/end
libavformat
|
Mon, 03 Dec 2007 10:23:09 +0000 |
michael |
correct invalid duration
libavformat
|
Mon, 03 Dec 2007 09:37:06 +0000 |
michael |
make mpeg-ps probe less happy with random data
libavformat
|
Mon, 03 Dec 2007 09:26:44 +0000 |
michael |
return a slightly larger score if we find more than 500 valid mp3 frames in a row
libavformat
|
Mon, 03 Dec 2007 08:27:04 +0000 |
michael |
ensure that the probe code runs in O(n)
libavformat
|
Mon, 03 Dec 2007 04:50:01 +0000 |
michael |
remove arbitrary 4096 limit for probing
libavformat
|
Mon, 03 Dec 2007 04:49:01 +0000 |
michael |
prevent O(n^2) execution of ff_mpa_decode_header() for valid mp3 files
libavformat
|
Sun, 02 Dec 2007 23:27:01 +0000 |
reimar |
Make ff_qt_default_palette_* arrays "static const"
libavformat
|
Sun, 02 Dec 2007 21:52:43 +0000 |
reimar |
Make ff_mkv_codec_tags array const, it is never written.
libavformat
|
Sun, 02 Dec 2007 17:51:05 +0000 |
rtogni |
Fix muxer so that generated files are playable by realplayer, other open
libavformat
|
Sun, 02 Dec 2007 17:41:12 +0000 |
rtogni |
Revert r10892, it's wrong and no longer needed to prevent crashes
libavformat
|
Sun, 02 Dec 2007 14:06:28 +0000 |
diego |
Fix some spelling mistakes.
libavformat
|
Sat, 01 Dec 2007 22:21:04 +0000 |
vitor |
spelling
libavformat
|
Sat, 01 Dec 2007 12:05:59 +0000 |
diego |
succes --> success typo
libavformat
|
Sat, 01 Dec 2007 00:19:44 +0000 |
michael |
stupid code (casting of void*) found by checktree.sh
libavformat
|
Sat, 01 Dec 2007 00:07:51 +0000 |
michael |
1000l _reserved (found by checktree.sh)
libavformat
|
Thu, 29 Nov 2007 08:35:05 +0000 |
lucabe |
Suppress the "redirector hack" from libavformat/utils.c:av_open_input_stream(),
libavformat
|
Wed, 28 Nov 2007 19:51:59 +0000 |
andoma |
Bump lavf minor due to addition of
libavformat
|
Wed, 28 Nov 2007 19:46:49 +0000 |
andoma |
Extend ByteIOContext and add the buffered IO functions:
libavformat
|
Tue, 27 Nov 2007 11:42:09 +0000 |
diego |
Add #include "os_support.h" to restore OS/2 support.
libavformat
|
Tue, 27 Nov 2007 11:27:50 +0000 |
diego |
Remove possibly misleading comments.
libavformat
|
Sun, 25 Nov 2007 16:32:47 +0000 |
aurel |
add pcm_s16le_planar support for electronicarts files
libavformat
|
Sat, 24 Nov 2007 10:08:02 +0000 |
diego |
Add missing #includes to fix 'make checkheaders'.
libavformat
|
Sat, 24 Nov 2007 07:09:32 +0000 |
andoma |
Extend URLProtocol with new function pointers and api functions for
libavformat
|
Fri, 23 Nov 2007 11:41:01 +0000 |
diego |
Keep -L flags before corresponding -l flags.
libavformat
|
Thu, 22 Nov 2007 16:10:02 +0000 |
lucabe |
Introduce libavdevice
libavformat
|
Thu, 22 Nov 2007 14:13:23 +0000 |
lu_zero |
Make av_read_frame with rtsp client return EINTR on interrupt
libavformat
|
Thu, 22 Nov 2007 02:27:39 +0000 |
ramiro |
os_support.h is also needed for usleep and lseek on MinGW.
libavformat
|
Wed, 21 Nov 2007 16:33:06 +0000 |
lucabe |
Include os_support.h only when needed
libavformat
|
Wed, 21 Nov 2007 10:26:11 +0000 |
lu_zero |
Make av_read_frame with rtsp client return EINTR on interrupt
libavformat
|
Wed, 21 Nov 2007 07:41:00 +0000 |
andoma |
Use dynamically allocated ByteIOContext in AVFormatContext
libavformat
|
Mon, 19 Nov 2007 20:28:11 +0000 |
rtogni |
Replace realloc with free+malloc, the previous content of the buffer is
libavformat
|
Mon, 19 Nov 2007 10:33:05 +0000 |
lucabe |
Convert perror() in av_log() in bktr.c.
libavformat
|
Mon, 19 Nov 2007 08:07:33 +0000 |
lucabe |
Remove perror() usage from udp.c
libavformat
|
Mon, 19 Nov 2007 07:54:04 +0000 |
lucabe |
Do not use perror() in audio, video, and DV grabbers
libavformat
|
Mon, 19 Nov 2007 00:02:58 +0000 |
rtogni |
Cosmetics
libavformat
|
Mon, 19 Nov 2007 00:02:03 +0000 |
rtogni |
No need to update pos, it's not used after that line
libavformat
|
Sun, 18 Nov 2007 22:58:40 +0000 |
rtogni |
Cleanup: remove ssize
libavformat
|
Sun, 18 Nov 2007 22:49:41 +0000 |
rtogni |
Check for memory allocation failure of temp buffer
libavformat
|
Sun, 18 Nov 2007 22:40:02 +0000 |
rtogni |
Optimize memory management to create an av_packet from multiple slices:
libavformat
|
Sat, 17 Nov 2007 03:14:43 +0000 |
heydowns |
When new streams are detected, look for old filters and close them out.
libavformat
|
Fri, 16 Nov 2007 13:13:53 +0000 |
lucabe |
Add MPEG2 support to the RTP muxer
libavformat
|
Fri, 16 Nov 2007 07:59:41 +0000 |
lucabe |
Remove the "AVRtpPayloadTypes[i].pt == i" assumption from RTP and RTSP
libavformat
|
Fri, 16 Nov 2007 00:18:48 +0000 |
alex |
Remove empty pipe_close
libavformat
|
Fri, 16 Nov 2007 00:14:48 +0000 |
alex |
Call prot->url_close only if it is present.
libavformat
|
Fri, 16 Nov 2007 00:09:34 +0000 |
alex |
Honor the 8bit extension (now 32bit instaed 24bit) of the pts field introduced in FLV specification v9.
libavformat
|
Thu, 15 Nov 2007 23:53:19 +0000 |
alex |
Prefer ADPM_SWF instead NONE if no MP3 encoding is compiled in.
libavformat
|
Thu, 15 Nov 2007 21:13:36 +0000 |
rtogni |
1000l: Fix check for max slice number
libavformat
|
Thu, 15 Nov 2007 21:04:06 +0000 |
rtogni |
Move dnet-ac3 byte-swapping code close to audio packet read code
libavformat
|
Thu, 15 Nov 2007 14:26:52 +0000 |
lucabe |
Remove some more duplicated code
libavformat
|
Thu, 15 Nov 2007 13:41:51 +0000 |
lucabe |
Remove the useless variable "my_addr1"
libavformat
|
Thu, 15 Nov 2007 13:34:56 +0000 |
lucabe |
Use the same code to set local_port in the IPv4-only case and in the
libavformat
|
Thu, 15 Nov 2007 11:45:07 +0000 |
takis |
Fix Doxygen parameter
libavformat
|
Thu, 15 Nov 2007 11:44:15 +0000 |
takis |
Fix Doxygen parameter name
libavformat
|
Thu, 15 Nov 2007 11:43:21 +0000 |
takis |
Fix Doxygen parameter name
libavformat
|
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
|