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
|