Ramiro Polla
53b7336500
Fix avisynth compilation after allformats.h was removed
...
Originally committed as revision 10594 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Aurelien Jacobs
b925ef61dd
add support for AVI files with On2 header
...
Originally committed as revision 10591 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Aurelien Jacobs
7b31b0929c
use a table to parse AVI file header
...
Originally committed as revision 10590 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Benoit Fouet
2d89f334f4
Indentation
...
Originally committed as revision 10589 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Benoit Fouet
602dd8f6c4
Check read_packet before using it.
...
Originally committed as revision 10588 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Nico Sabbi
172d1171d2
added structures and code to keep track of pids<->programs mapping: it's needed
...
to decide which pids to discard in order to feed to the caller only AVProgram(s)
that have the AV_DISCARD_ALL flag not set
Originally committed as revision 10581 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Nico Sabbi
1d257254f1
replaced custom tracking of programs/services with calls to with av_new_program()
...
Originally committed as revision 10580 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Nico Sabbi
15afa396e4
Added definition and utility functions to handle AVProgram(s) in AVFormatContext
...
Originally committed as revision 10579 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Aurelien Jacobs
9990460353
use the VP6A codec
...
Originally committed as revision 10578 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Aurelien Jacobs
df63f130c8
revert r10527
...
There is now a proper vp6a codec, so no need for this hack anymore.
Originally committed as revision 10577 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Luca Abeni
0ebecca52c
Add my name to the copyright header, since rtp_mpv now contains
...
a fair amount of code written by me
Originally committed as revision 10563 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Luca Abeni
d0c3be9568
Fix a warning by removing an useless assignment (buf_ptr should be only
...
used in the RTP muxer, and not in the demuxer)
Originally committed as revision 10561 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Kostya Shishkov
c1f3c63058
Looks like this APE decoder support versions starting from 3.95
...
Originally committed as revision 10551 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Michael Niedermayer
fffd6a5fe0
indent
...
Originally committed as revision 10545 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Michael Niedermayer
638f489ccd
fix segfault with http://samples.mplayerhq.hu/nsv/nsv_samples/ot171_novideo.nsv.bz2
...
bug introduced in r8466
closes issue179
Originally committed as revision 10544 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Baptiste Coudurier
32bbb99d0a
HDYC fourcc, sample hdyc/Test2.avi
...
Originally committed as revision 10541 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Baptiste Coudurier
3a319ab6aa
add D-10 NTSC support
...
Originally committed as revision 10539 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Baptiste Coudurier
28cf721574
extract correct d10 aes3 audio channels number
...
Originally committed as revision 10538 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Aurelien Jacobs
dee15eceae
allcodecs.h and allformats.h are not used anymore
...
Originally committed as revision 10536 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Aurelien Jacobs
d999cff5a3
remove last dependencies on allformats.h and allcodecs.h
...
Originally committed as revision 10535 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Diego Biurrun
a889bf135e
cosmetics: typo
...
Originally committed as revision 10534 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Stefano Sabatini
f94361612a
Make parse_date return INT64_MIN in case of unparsable input.
...
Patch by Stefano Sabatini: [stefano sabatini-lala poste it]
Original thread:
[FFmpeg-devel] [PATCH] Enhace documentation forlibavformat/utils.c:parse_date
Date: 08/17/2007 09:40 PM
Originally committed as revision 10533 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Aurelien Jacobs
f84c357325
Add support for VP6A in flv.
...
Those files really contain 2 standard VP6 video streams:
- the "normal" video stream
- the alpha plan video stream (which is a standard
YV12 video with it's U an V plans all set to 0)
closes issue166
Originally committed as revision 10527 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Stefano Sabatini
a8f70d72c3
Add explanatory comments to the parse_date function.
...
patch by Stefano Sabatini, stefano.sabatini-lala poste it
Originally committed as revision 10525 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Aurelien Jacobs
7f559eb1cd
disable loads of debug messages to reduce object size
...
Originally committed as revision 10518 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Aurelien Jacobs
6369638bf0
loosen dependencies over allformats.h
...
Originally committed as revision 10513 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Benjamin Zores
781ad2f50a
monkey audio demuxer now can parse ape tags
...
Originally committed as revision 10511 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Diego Biurrun
0ab1ebea31
warning fix:
...
nutdec.c: In function ‘nut_read_timestamp’:
nutdec.c:759: warning: label ‘resync’ defined but not used
Originally committed as revision 10506 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Reimar Döffinger
efd7428666
Set codec_id correctly for RJPG codec_tag
...
Originally committed as revision 10498 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Luca Abeni
1a3a0a79b6
Support fragmentation for AAC frames
...
Originally committed as revision 10492 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Luca Abeni
171dce486c
Support for AAC streaming over RTP. Fragmentation is not implemented yet
...
Originally committed as revision 10491 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Benoit Fouet
411f5c6abd
Forward error code when reading a v4l2 frame
...
Patch by Benoit Fouet (benoit.fouet AT purplelabs DOT com)
Originally committed as revision 10487 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Kostya Shishkov
bf4a1f17ee
Monkey Audio decoder
...
Originally committed as revision 10484 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Baptiste Coudurier
aaac6c29d2
stop parsing udta if size is wrong/garbage, fix issue 154, fix RQ004F14.MOV
...
Originally committed as revision 10481 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Ramiro Polla
89938d29b5
Typo
...
Originally committed as revision 10478 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Aurelien Jacobs
7241a6bb50
move unrelated functions declarations out of allformats.h
...
Originally committed as revision 10475 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Aurelien Jacobs
b156b88c13
rtp and rtsp demuxer declarations are not part of public API
...
Originally committed as revision 10474 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Ramiro Polla
ac6577cd71
Bump micro version number for r10429
...
Originally committed as revision 10473 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Aurelien Jacobs
dde1f9285a
*_protocol are not part of public API
...
Originally committed as revision 10472 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Luca Abeni
21b3748029
Test extradata_size instead of the CODEC_FLAG_GLOBAL_HEADER flag to check if
...
config info are available out of band (fix "-{a,v}codec copy" from .mov)
Originally committed as revision 10471 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Luca Abeni
af74c95a08
Fix timestamps in RTP packets (now, MPEG1 video with B frames works correctly)
...
Originally committed as revision 10469 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Luca Abeni
1b31b02ed1
Properly set RTP and NTP timestamps in RTCP SR packets
...
Originally committed as revision 10468 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Patrice Bensoussan
6ec14b333d
Improve track number decoding for some WMA files
...
patch by Patrice Bensoussan %patrice P bensoussan A free P fr%
Original thread:
Date: Sep 9, 2007 12:33 PM
Subject: [FFmpeg-devel] [PATCH] Improve track number decoding for some WMA files
Originally committed as revision 10462 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Reimar Döffinger
7a562a31a3
Do not set codec_tag when the container does not specify it.
...
Originally committed as revision 10445 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Reimar Döffinger
dd6ca72186
Copy nuv header only when the video codec is nuv
...
Originally committed as revision 10439 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Ramiro Polla
1156c6b05f
Rename the format name audio_device (used in both oss and audio_beos) to oss and audio_beos.
...
-f oss and -f audio_beos should be used instead.
Originally committed as revision 10429 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Ramiro Polla
50383e8822
Separate audio_(de)muxer into oss_(de)muxer and audio_beos_(de)muxer
...
Originally committed as revision 10426 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
David Conrad
c3ce416105
Use V_MPEG4/ISO/ASP for mpeg4 when muxing mkv
...
Originally committed as revision 10421 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Kostya Shishkov
1ddcd07fda
Set correct length for last slice in frame subpacket
...
Originally committed as revision 10420 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Diego Biurrun
e648863560
cosmetics: Add some whitespace for better readability.
...
Originally committed as revision 10418 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago