Diego Biurrun
82ffe1919a
Improve Doxygen documentation, inspired by Michael's description.
...
Originally committed as revision 8187 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Baptiste Coudurier
387afa9d01
fix adpcm swf decoding
...
Originally committed as revision 8186 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Luca Barbato
4906b0267a
Typo
...
Originally committed as revision 8185 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Luca Barbato
97cda6b944
Many steps to avutilized this mess: DECLARE_ALIGNED
...
Originally committed as revision 8184 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Diego Biurrun
5c159f4061
wording/spelling
...
Originally committed as revision 8183 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Baptiste Coudurier
c4732eca7f
update
...
Originally committed as revision 8182 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Aurelien Jacobs
3c58dc0b3c
don't rely on a specific appearance order for ebml elements at the same level
...
Originally committed as revision 8181 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Aurelien Jacobs
0cc5ea2e95
add support for simple blocks (ie. matroska v2)
...
Originally committed as revision 8180 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Aurelien Jacobs
de7779b5fd
cosmetics: fix indentation of the new matroska_parse_block() function
...
Originally committed as revision 8179 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Aurelien Jacobs
1afdcdf1fc
split a matroska_parse_block() function from matroska_parse_blockgroup()
...
Originally committed as revision 8178 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Aurelien Jacobs
ebfcf31ddf
fix an off-by-one error in probing function
...
this prevented correct detection of Mushishi24-head.mkv
Originally committed as revision 8177 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Reimar Döffinger
9340a99588
Fix a possible crash on 64 bit systems when the lumSrcPtr or chrSrcPtr
...
does not fit in 32 bits. The SWS_ACCURATE_RND is still broken though.
Originally committed as revision 22401 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
18 years ago
Baptiste Coudurier
3922c59fc4
don't parse whole swf file in header, can now play ffserver swf streams
...
Originally committed as revision 8176 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Baptiste Coudurier
024c7378c3
factorize
...
Originally committed as revision 8175 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Baptiste Coudurier
dfc1313d28
remove nonsense time base code, use swf ms per frame, only video frames contains pts
...
Originally committed as revision 8174 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Baptiste Coudurier
497244a897
check for any seeking failure during probe
...
Originally committed as revision 8173 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Baptiste Coudurier
ea0fe83b0f
remove ps option and rename rtp_payload_size AVOption to ps
...
Originally committed as revision 8172 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Panagiotis Issaris
81299d421b
Add documentation to some avcodec.h's pix_fmt related functions and defines.
...
Originally committed as revision 8171 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Michael Niedermayer
b72ad0427e
decoding rtp
...
Originally committed as revision 8170 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Benoit Fouet
23b254fb52
duplicate *_opts for every codec types, in order to have the "ab" and "b" options work in the same manner
...
patch by Benoit Fouet %benoit P fouet A purplelabs P com%
Orginal thread:
Date: Feb 22, 2007 11:15 AM
Subject: [Ffmpeg-devel] [PATCH] ffmpeg.c duplicate *_opts for every codec types
Originally committed as revision 8169 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Baptiste Coudurier
c828c70916
quicktime 'raw ' support
...
Originally committed as revision 8168 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Baptiste Coudurier
6b936ec662
get rid of CODEC_FLAG_H263P_AIC with next major bump
...
Originally committed as revision 8167 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Baptiste Coudurier
abd6a4fc53
define MPEG4AAC id to AAC, and get rid of it and MP3LAME id with next major bump
...
Originally committed as revision 8166 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Limin Wang
eb3c8c0b31
fix frame size option, patch by Limin Wang, lance lmwang gmail com
...
Originally committed as revision 8165 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Baptiste Coudurier
ccec0f4f94
get rid of rtp_mode field after next major bump
...
Originally committed as revision 8164 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Baptiste Coudurier
39c39d5f25
enable rtp payload size AVOption for video encoding
...
Originally committed as revision 8163 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Luca Abeni
7a16861859
Do not jump to "fail" without having a proper sws context in img_resample_ctx
...
(avoid calling sws_freeContext(NULL))
Originally committed as revision 8162 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Baptiste Coudurier
4c02e46daf
free faac extradata
...
Originally committed as revision 8161 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Kostya Shishkov
c52ff68852
Looks like I'll work on it this year too
...
Originally committed as revision 8160 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Kostya Shishkov
9d1f80f207
WMV3 Complex Profile initial support
...
Originally committed as revision 8159 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Luca Barbato
558b86a5d0
Reverting stray commit part II, r8156 had the base64 export patch mixed with the nutdec patch
...
Originally committed as revision 8158 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Luca Barbato
9fca9c0316
Reverting stray commit part I
...
Originally committed as revision 8157 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Luca Barbato
bb0eb714bd
get_packetheader() forgot to read the header_checksum in big packets
...
patch from Clemens Ladisch cladisch AT fastmail dot net
(stray base64 patch reverted in the next commits)
Originally committed as revision 8156 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Aurelien Jacobs
c2a29455e3
enable some 64bit optimized code on 64bit arch
...
Originally committed as revision 8155 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Måns Rullgård
42a4ca83ea
remove useless OBJS variable
...
Originally committed as revision 8154 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Måns Rullgård
4c9b0af57b
simplify conditional targets
...
Originally committed as revision 8153 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Måns Rullgård
0cb8579af2
simplify
...
Originally committed as revision 8152 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Dujardin Bernard
1faf7dc807
Doxygen documentation for all functions, patch by Dujardin Bernard,
...
dujardin.iut numericable fr with some further changes by me.
Originally committed as revision 8151 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Diego Biurrun
eebfba2e24
Add standard LGPL header with Fabrice's permission.
...
Originally committed as revision 8150 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Diego Biurrun
f5a90186d7
Add missing license headers.
...
Originally committed as revision 8149 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Diego Biurrun
32bbf7f70a
Remove superfluous comment.
...
Originally committed as revision 8148 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Diego Biurrun
e4a4c870cb
Add Doxygen author and file description, rephrase a Doxygen comment.
...
Originally committed as revision 8147 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Baptiste Coudurier
3fdb6af943
use avcodec_decode_audio2
...
Originally committed as revision 8146 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Diego Biurrun
ee5db69e85
Fix 'rm -r' vs 'rm -f' typo.
...
Originally committed as revision 8145 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Diego Biurrun
bf925c056b
Fix wrong license header.
...
Originally committed as revision 8144 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Michel Bardiaux
911b9faf31
Rename WMADecodeContext to WMACodecContext
...
Originally committed as revision 8143 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Michel Bardiaux
a9c9a2400b
Supply context to tprintf
...
Originally committed as revision 8142 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Kostya Shishkov
01ca9ac334
DCA decoder
...
Originally committed as revision 8141 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Diego Biurrun
e7ebecbf44
The Snow DEcoding routines should be under CONFIG_SNOW_DECODER.
...
Originally committed as revision 8140 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Diego Biurrun
2bfdde2435
Remove useless conditional.
...
Originally committed as revision 22355 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
18 years ago