|
|
|
@36264d35
|
18 years |
baptiste.coudurier |
add pcm s8 tag
Originally committed as revision 8214 to …
|
|
|
@10fc840c
|
18 years |
baptiste.coudurier |
fix pcm u/s8 muxing
Originally committed as revision 8213 to …
|
|
|
@2260499c
|
18 years |
baptiste.coudurier |
deobfuscate, clearly split mov case
Originally committed as revision …
|
|
|
@56c70e1d
|
18 years |
michaelni |
check for no frame and prevent segfault
Originally committed as …
|
|
|
@6cb8b1c3
|
18 years |
michaelni |
try to move fixed mov.c over the one with cosmetic-functional mix
…
|
|
|
@0355ca61
|
18 years |
michaelni |
recommit of the change below after reverting earlier …
|
|
|
@a3a7f6c
|
18 years |
michaelni |
cosmetic part of the commit below
========
Author: bcoudurier
Date: …
|
|
|
@aaf805f6
|
18 years |
michaelni |
functional part of the commit below
=====
Author: bcoudurier
Date: Sat …
|
|
|
@a050f802
|
18 years |
takis.issaris |
Correct wrong avformat documentation.
Originally committed as …
|
|
|
@1e5f5e3b
|
18 years |
baptiste.coudurier |
use common tables for mov muxer and demuxer
Originally committed as …
|
|
|
@25f5f17f
|
18 years |
baptiste.coudurier |
cosmetics, cleanup tables, add pcm 24/32 le tags
Originally committed …
|
|
|
@b0c59da2
|
18 years |
baptiste.coudurier |
partial avid meridien uncompressed support
Originally committed as …
|
|
|
@3217cb42
|
18 years |
takis.issaris |
Move the libavformat public API comments to avformat.h. The comments …
|
|
|
@e9509536
|
18 years |
banan |
Set FLV_SAMPLESSIZE_16BIT for ADPCM.
Originally committed as revision …
|
|
|
@43a498f2
|
18 years |
diego |
Add proper #idef to dlsymm call, also fixes an unresolved symbol on OS …
|
|
|
@4926485d
|
18 years |
diego |
Clarify that this decoder uses liba52.
Originally committed as …
|
|
|
@0aca87c6
|
18 years |
diego |
Do not hardcode cc on Darwin, fixing --cc option in the process.
patch …
|
|
|
@66a4b2c1
|
18 years |
michaelni |
support feeding individual NAL units to the decoder instead of just …
|
|
|
@700b9711
|
18 years |
mans |
write DTS, based on patch by Luca Abeni, lucabe72 email it
Originally …
|
|
|
@dd9bdeb9
|
18 years |
michaelni |
a small step toward 4 plane support
Originally committed as revision …
|
|
|
@0c840013
|
18 years |
michaelni |
copy src to prevent the user supplied argumet from being changed
…
|
|
|
@b09b580b
|
18 years |
gpoirier |
Fix A/V sync error in ffplay with wmv3/wmav2 medias
patch by Ryan …
|
|
|
@0cbff027
|
18 years |
gpoirier |
replace the auto array "duration_error" with a malloced array. …
|
|
|
@57d4d6e7
|
18 years |
baptiste.coudurier |
avid imx support
Originally committed as revision 8193 to …
|
|
|
@9a63497b
|
18 years |
baptiste.coudurier |
support for mjpeg bottom field first in mov
Originally committed as …
|
|
|
@014a5102
|
18 years |
baptiste.coudurier |
use generic atom to extradata reading function
Originally committed …
|
|
|
@2f6547fb
|
18 years |
baptiste.coudurier |
fix typo
Originally committed as revision 8190 to …
|
|
|
@dd8a46d9
|
18 years |
baptiste.coudurier |
support for adpcm swf, pcm
Originally committed as revision 8189 to …
|
|
|
@01d193aa
|
18 years |
diego |
Relicense to LGPL and add standard license header.
Approved by the …
|
|
|
@82ffe19
|
18 years |
diego |
Improve Doxygen documentation, inspired by Michael's description.
…
|
|
|
@387afa9
|
18 years |
baptiste.coudurier |
fix adpcm swf decoding
Originally committed as revision 8186 to …
|
|
|
@4906b026
|
18 years |
lu_zero |
Typo
Originally committed as revision 8185 to …
|
|
|
@97cda6b9
|
18 years |
lu_zero |
Many steps to avutilized this mess: DECLARE_ALIGNED
Originally …
|
|
|
@5c159f40
|
18 years |
diego |
wording/spelling
Originally committed as revision 8183 to …
|
|
|
@c4732eca
|
18 years |
baptiste.coudurier |
update
Originally committed as revision 8182 to …
|
|
|
@3c58dc0b
|
18 years |
Aurélien Jacobs |
don't rely on a specific appearance order for ebml elements at the …
|
|
|
@0cc5ea2e
|
18 years |
Aurélien Jacobs |
add support for simple blocks (ie. matroska v2)
Originally committed …
|
|
|
@de7779b5
|
18 years |
Aurélien Jacobs |
cosmetics: fix indentation of the new matroska_parse_block() function
…
|
|
|
@1afdcdf1
|
18 years |
Aurélien Jacobs |
split a matroska_parse_block() function from …
|
|
|
@ebfcf31d
|
18 years |
Aurélien Jacobs |
fix an off-by-one error in probing function
this prevented correct …
|
|
|
@9340a995
|
18 years |
Reimar.Doeffinger |
Fix a possible crash on 64 bit systems when the lumSrcPtr or chrSrcPtr …
|
|
|
@3922c59f
|
18 years |
baptiste.coudurier |
don't parse whole swf file in header, can now play ffserver swf …
|
|
|
@024c7378
|
18 years |
baptiste.coudurier |
factorize
Originally committed as revision 8175 to …
|
|
|
@dfc1313d
|
18 years |
baptiste.coudurier |
remove nonsense time base code, use swf ms per frame, only video …
|
|
|
@497244a8
|
18 years |
baptiste.coudurier |
check for any seeking failure during probe
Originally committed as …
|
|
|
@ea0fe83b
|
18 years |
baptiste.coudurier |
remove ps option and rename rtp_payload_size AVOption to ps
…
|
|
|
@81299d42
|
18 years |
takis.issaris |
Add documentation to some avcodec.h's pix_fmt related functions and …
|
|
|
@b72ad042
|
18 years |
michaelni |
decoding rtp
Originally committed as revision 8170 to …
|
|
|
@23b254fb
|
18 years |
gpoirier |
duplicate *_opts for every codec types, in order to have the "ab" and …
|
|
|
@c828c709
|
18 years |
baptiste.coudurier |
quicktime 'raw ' support
Originally committed as revision 8168 to …
|
|
|
@6b936ec6
|
18 years |
baptiste.coudurier |
get rid of CODEC_FLAG_H263P_AIC with next major bump
Originally …
|
|
|
@abd6a4fc
|
18 years |
baptiste.coudurier |
define MPEG4AAC id to AAC, and get rid of it and MP3LAME id with next …
|
|
|
@eb3c8c0b
|
18 years |
baptiste.coudurier |
fix frame size option, patch by Limin Wang, lance lmwang gmail com
…
|
|
|
@ccec0f4f
|
18 years |
baptiste.coudurier |
get rid of rtp_mode field after next major bump
Originally committed …
|
|
|
@39c39d5
|
18 years |
baptiste.coudurier |
enable rtp payload size AVOption for video encoding
Originally …
|
|
|
@7a168618
|
18 years |
lucabe72 |
Do not jump to "fail" without having a proper sws context in …
|
|
|
@4c02e46
|
18 years |
baptiste.coudurier |
free faac extradata
Originally committed as revision 8161 to …
|
|
|
@c52ff688
|
18 years |
kostya.shishkov |
Looks like I'll work on it this year too
Originally committed as …
|
|
|
@9d1f80f2
|
18 years |
kostya.shishkov |
WMV3 Complex Profile initial support
Originally committed as revision …
|
|
|
@558b86a5
|
18 years |
lu_zero |
Reverting stray commit part II, r8156 had the base64 export patch …
|
|
|
@9fca9c03
|
18 years |
lu_zero |
Reverting stray commit part I
Originally committed as revision 8157 …
|
|
|
@bb0eb71
|
18 years |
lu_zero |
get_packetheader() forgot to read the header_checksum in big packets …
|
|
|
@c2a29455
|
18 years |
Aurélien Jacobs |
enable some 64bit optimized code on 64bit arch
Originally committed …
|
|
|
@42a4ca83
|
18 years |
mans |
remove useless OBJS variable
Originally committed as revision 8154 to …
|
|
|
@4c9b0af5
|
18 years |
mans |
simplify conditional targets
Originally committed as revision 8153 to …
|
|
|
@0cb8579a
|
18 years |
mans |
simplify
Originally committed as revision 8152 to …
|
|
|
@1faf7dc8
|
18 years |
diego |
Doxygen documentation for all functions, patch by Dujardin Bernard, …
|
|
|
@eebfba2e
|
18 years |
diego |
Add standard LGPL header with Fabrice's permission.
Originally …
|
|
|
@f5a90186
|
18 years |
diego |
Add missing license headers.
Originally committed as revision 8149 to …
|
|
|
@32bbf7f7
|
18 years |
diego |
Remove superfluous comment.
Originally committed as revision 8148 to …
|
|
|
@e4a4c870
|
18 years |
diego |
Add Doxygen author and file description, rephrase a Doxygen comment.
…
|
|
|
@3fdb6af
|
18 years |
baptiste.coudurier |
use avcodec_decode_audio2
Originally committed as revision 8146 to …
|
|
|
@ee5db69e
|
18 years |
diego |
Fix 'rm -r' vs 'rm -f' typo.
Originally committed as revision 8145 to …
|
|
|
@bf925c05
|
18 years |
diego |
Fix wrong license header.
Originally committed as revision 8144 to …
|
|
|
@911b9faf
|
18 years |
mbardiaux |
Rename WMADecodeContext to WMACodecContext
Originally committed as …
|
|
|
@a9c9a24
|
18 years |
mbardiaux |
Supply context to tprintf
Originally committed as revision 8142 to …
|
|
|
@01ca9ac3
|
18 years |
kostya.shishkov |
DCA decoder
Originally committed as revision 8141 to …
|
|
|
@e7ebecbf
|
18 years |
diego |
The Snow DEcoding routines should be under CONFIG_SNOW_DECODER.
…
|
|
|
@2bfdde24
|
18 years |
diego |
Remove useless conditional.
Originally committed as revision 22355 to …
|
|
|
@3cee76e6
|
18 years |
diego |
Remove useless conditional.
Originally committed as revision 8139 to …
|
|
|
@876e4194
|
18 years |
diego |
spelling/grammar fixes for the Doxygen comments
Originally committed …
|
|
|
@7122f7c7
|
18 years |
diego |
Revert previous commit that contained an unrelated hunk.
Originally …
|
|
|
@a93575f
|
18 years |
diego |
spelling/grammar fixes for a Doxygen comment
Originally committed as …
|
|
|
@549b2c0c
|
18 years |
diego |
Remove unused #define.
Originally committed as revision 8135 to …
|
|
|
@78645c98
|
18 years |
diego |
Simplify .depend file inclusion.
Originally committed as revision …
|
|
|
@ca9049ef
|
18 years |
gpoirier |
fix 2 mistakes in doxy comments, spotted by Michael
Originally …
|
|
|
@0b006599
|
18 years |
gpoirier |
move doxy comments from rational.c to rational.h and add some new …
|
|
|
@1c95ef8
|
18 years |
gpoirier |
Doxygenize some comments
Patch by Dujardin Bernard % dujardin P iut A …
|
|
|
@24dbec7c
|
18 years |
lu_zero |
typo fixed
Originally committed as revision 8130 to …
|
|
|
@0cb78cef
|
18 years |
diego |
10l: Use double, not single, quotes when variables need to be …
|
|
|
@8eee7025
|
18 years |
diego |
Collect the different thread variables in a nice easy to reuse list. …
|
|
|
@738940e8
|
18 years |
mans |
remove [U]INT64_C definition
Originally committed as revision 8127 to …
|
|
|
@eca06097
|
18 years |
diego |
Add LGPL header as requested by Oded.
Originally committed as …
|
|
|
@eba0fcad
|
18 years |
Aurélien Jacobs |
cleanup setting of returned data frame
Originally committed as …
|
|
|
@704a2881
|
18 years |
Aurélien Jacobs |
Use pointers to avoid copying AVFrame.
This ensure get_buffer() won't …
|
|
|
@950d94a
|
18 years |
alex |
use AV_RB32, swf_mp3_info may be replaced with mpa_decoder_header
…
|
|
|
@adcec46
|
18 years |
Reimar.Doeffinger |
Add av_ prefix to clip functions
Originally committed as revision …
|
|
|
@f66e4f5f
|
18 years |
Reimar.Doeffinger |
Add av_ prefix to clip functions
Originally committed as revision …
|
|
|
@392cf77a
|
18 years |
takis.issaris |
Move the unaltered documentation of the functions which are part of …
|
|
|
@0268a54
|
18 years |
michaelni |
rewrite find_frame_end()
new code correctly splits long start codes, …
|
|
|