|
|
|
@5148a2ae
|
19 years |
baptiste.coudurier |
fix conversion types in dprintf
Originally committed as revision 5153 …
|
|
|
@0ab16fe0
|
19 years |
baptiste.coudurier |
fix a warning when DEBUG is defined
Originally committed as revision …
|
|
|
@c6e722e5
|
19 years |
baptiste.coudurier |
create edts atom when muxing B frames, needed to compute cts
…
|
|
|
@c1b8e6d8
|
19 years |
baptiste.coudurier |
do nal reformating when muxing H264, create avcc atom
Originally …
|
|
|
@70a61ed4
|
19 years |
michaelni |
some mov files have invalid pts so we need to consider these pts too …
|
|
|
@d82da3a8
|
19 years |
kostya.shishkov |
More correct demuxing and timestamp setting fot Sierra VMD
Originally …
|
|
|
@79d15fd4
|
19 years |
kostya.shishkov |
16-bit DPCM and stereo support for Sierra VMD
Originally committed as …
|
|
|
@c04c3282
|
19 years |
michaelni |
simplify AVFormatParameters NULL checks
Originally committed as …
|
|
|
@e7c8206e
|
19 years |
michaelni |
av_free -> av_freep
Originally committed as revision 5145 to …
|
|
|
@87f20c2f
|
19 years |
michaelni |
fix %8 != 0 w/h
Originally committed as revision 5144 to …
|
|
|
@8437ff75
|
19 years |
michaelni |
asserts to check if assumed conditions really are true
Originally …
|
|
|
@3aeefb93
|
19 years |
michaelni |
out of array read fix
Originally committed as revision 5142 to …
|
|
|
@5d9db9c4
|
19 years |
michaelni |
out of array read fix
Originally committed as revision 5141 to …
|
|
|
@5430b070
|
19 years |
michaelni |
cleanup picture / debug output code
Originally committed as revision …
|
|
|
@003ebe10
|
19 years |
michaelni |
fixing out of array access (only cosmetic, this should never have had …
|
|
|
@eabb0ac3
|
19 years |
michaelni |
add assert to clarify that we know what we are doing
Originally …
|
|
|
@cb666260
|
19 years |
michaelni |
fixing uninitalized dc_pred_dir
this needs testing (no files with …
|
|
|
@9e801ee2
|
19 years |
michaelni |
very minor optimization
Originally committed as revision 5136 to …
|
|
|
@f7287c42
|
19 years |
michaelni |
unused variable
Originally committed as revision 5135 to …
|
|
|
@f2651e7a
|
19 years |
baptiste.coudurier |
Fix cropping, depending on enc pix fmt
Originally committed as …
|
|
|
@4c4a4e9
|
19 years |
lucabe72 |
Fix crop & pad + rescaling
Originally committed as revision 5133 to …
|
|
|
@bbdd41f5
|
19 years |
bugfood-ml |
Marcus Engene is author and maintainer of watermark.c
Originally …
|
|
|
@ed818e25
|
19 years |
bugfood-ml |
Watermarking with exact colors.
Patch by Marcus Engene …
|
|
|
@bf4665e
|
19 years |
diego |
Alignment fixes, caused problems on SPARC.
patch by "David S. Miller" …
|
|
|
@267b0e57
|
19 years |
Aurélien Jacobs |
Update ffserver regression tests:
- really produce readable files …
|
|
|
@6c953a6a
|
19 years |
diego |
Use AV_LOG_DEBUG loglevel instead of AV_LOG_ERROR where appropriate.
…
|
|
|
@267f7edc
|
19 years |
diego |
(f)printf --> av_log conversion
taken from a patch by Steve L'Homme
…
|
|
|
@6f3dda93
|
19 years |
banan |
Init simplification and 2% faster wma_decode_block on amd64 with …
|
|
|
@82eb4b0f
|
19 years |
bugfood-ml |
3DNow! & Extended 3DNow! versions of FFT
Patch by Zuxy Meng, zuxy …
|
|
|
@8e321619
|
19 years |
bugfood-ml |
correct computing of DV fourcc in mov muxer
Patch by Baptiste …
|
|
|
@548a1c8a
|
19 years |
lorenm |
h264_idct8_add_mmx
Originally committed as revision 5123 to …
|
|
|
@6da971f1
|
19 years |
lorenm |
h264_idct_add only needs mmx1
Originally committed as revision 5122 …
|
|
|
@6e269594
|
19 years |
michaelni |
set track timescale to mov timescale if 0 patch by (Baptiste COUDURIER …
|
|
|
@5f112e1f
|
19 years |
diego |
Proper mangling information for symbols in OS X Mach-O shared objects. …
|
|
|
@79c343c0
|
19 years |
michaelni |
referencing more FCP fourccs patch by (Baptiste COUDURIER …
|
|
|
@fc5188f
|
19 years |
michaelni |
add support for Motion JPEG 2000 file format patch by (Baptiste …
|
|
|
@b865838e
|
19 years |
michaelni |
switch flac to av_crc
Originally committed as revision 5117 to …
|
|
|
@e027d0a8
|
19 years |
michaelni |
switch ac3enc to av_crc
Originally committed as revision 5116 to …
|
|
|
@43a80cce
|
19 years |
michaelni |
generic crc calculation code
Originally committed as revision 5115 to …
|
|
|
@56419683
|
19 years |
Roman R. |
I still don't think this should be here. Note: without this code DV …
|
|
|
@0b29770
|
19 years |
Roman R. |
DVCPRO50 support.
Patch by Daniel Maas dmaas at maasdigital dot com
…
|
|
|
@2ffb22d2
|
19 years |
gpoirier |
use xorps instead of mulps to toggle the sign of a float, as suggested …
|
|
|
@d84f7c61
|
19 years |
lorenm |
gcc2.95 workaround
Originally committed as revision 5111 to …
|
|
|
@980bbb13
|
19 years |
mans |
Make faac_decode_frame return -1 on error and not 0 which avoids …
|
|
|
@7a5b2fa8
|
19 years |
lorenm |
remove some useless instructions
Originally committed as revision …
|
|
|
@14b005d0
|
19 years |
diego |
Make -xy help output consistent, output an empty line before and …
|
|
|
@9e4cc776
|
19 years |
lorenm |
keyframe flag was wrong if SEIs followed the keyframe
Originally …
|
|
|
@6a045bf3
|
19 years |
bugfood-ml |
Support mov stsd atom version 2.
Patch by Baptiste COUDURIER, …
|
|
|
@ae9e4173
|
19 years |
michaelni |
PAL8 support (fixed BLUR8.AVI)
cleanup
Originally committed as …
|
|
|
@b5c85991
|
19 years |
michaelni |
fix segfault with BLUR8.AVI
Originally committed as revision 5104 to …
|
|
|
@50326295
|
19 years |
kostya.shishkov |
Register myself as a maintainer
Originally committed as revision 5103 …
|
|
|
@d00bff20
|
19 years |
michaelni |
fix infinite loop
Originally committed as revision 5102 to …
|
|
|
@61452d56
|
19 years |
michaelni |
fixing total_frames
Originally committed as revision 5101 to …
|
|
|
@98740f5a
|
19 years |
michaelni |
indention
Originally committed as revision 5100 to …
|
|
|
@38cf2a72
|
19 years |
michaelni |
timebase fix
Originally committed as revision 5099 to …
|
|
|
@26f86eaf
|
19 years |
michaelni |
ftyp patch by (Baptiste COUDURIER <baptiste.coudurier smartjog com)
…
|
|
|
@b72a2bc8
|
19 years |
michaelni |
dwstart support
Originally committed as revision 5097 to …
|
|
|
@e84dab5f
|
19 years |
michaelni |
fixing demuxing of minorityreport.AVI
Originally committed as …
|
|
|
@8d359bba
|
19 years |
michaelni |
cleanup IMA-ADPCM WAV decoder
Originally committed as revision 5095 …
|
|
|
@6a8eb0f
|
19 years |
lorenm |
4% faster h264_qpel_mc
Originally committed as revision 5094 to …
|
|
|
@1522767
|
19 years |
michaelni |
compute output format before setting language patch by (Baptiste …
|
|
|
@289f999d
|
19 years |
kabi |
* bugfixing call reference
Originally committed as revision 5092 to …
|
|
|
@26697779
|
19 years |
michaelni |
fix decoding of mpeg2-trunc.vob
Originally committed as revision 5091 …
|
|
|
@7581c5f5
|
19 years |
revol |
fix debug code: do not try to take st->codec if st is NULL. This makes …
|
|
|
@e01dc227
|
19 years |
mans |
can't have PES headers in MPEG video elementary streams so fail probe …
|
|
|
@8945ebb9
|
19 years |
michaelni |
fixing av sync in videotest.avi (index doesnt match chunks, header …
|
|
|
@115e8ae5
|
19 years |
michaelni |
support seeking in RenderAvi.avi (audio stream == single huge chunk)
…
|
|
|
@8223bca5
|
19 years |
michaelni |
10l forgot to set packet_size
Originally committed as revision 5086 …
|
|
|
@1894edeb
|
19 years |
michaelni |
fix demuxing of XviD_with_3_AAC-HE_audio_streams.avi
Originally …
|
|
|
@5c89153e
|
19 years |
michaelni |
add movi_list offset into index
Originally committed as revision 5084 …
|
|
|
@30a43f2d
|
19 years |
michaelni |
add size to AVIndex
Originally committed as revision 5083 to …
|
|
|
@26d6d032
|
19 years |
banan |
Set 'MJLS' FOURCC for JPEG-LS in AVI and documentation fix. Patch by …
|
|
|
@94d1d6c0
|
19 years |
michaelni |
ODML index parsing support
Originally committed as revision 5081 to …
|
|
|
@9eb40bcf
|
19 years |
michaelni |
replace if by assert as it should never by true
Originally committed …
|
|
|
@11c19637
|
19 years |
Aurélien Jacobs |
use vec_splat_u32 to initialise a v16ui (patch by Likai Liu < liulk …
|
|
|
@6310461b
|
19 years |
Aurélien Jacobs |
-loop was renamed to -loop_input
Originally committed as revision …
|
|
|
@6714e97c
|
19 years |
lucabe72 |
Rename the "-loop" option defined in ffmpeg.c to "-loop_input" …
|
|
|
@24300af
|
19 years |
lucabe72 |
Add support for drivers that can change the capture size on …
|
|
|
@2b63c222
|
19 years |
lucabe72 |
Error path fix: close the video device on failure
Original patch by …
|
|
|
@40116978
|
19 years |
Roman R. |
Assign class 2 to most macroblocks by default, instead of a more …
|
|
|
@49bbe394
|
19 years |
michaelni |
v4l2 maintainer
Originally committed as revision 5073 to …
|
|
|
@79a32e3b
|
19 years |
banan |
64bit fixes for the tta decoder, sizeof(long) is 8 on amd64, 4 on x86, …
|
|
|
@e5867e4d
|
19 years |
Roman R. |
Not that we're that far from being an *initial* implementation, but
at …
|
|
|
@2e52b44e
|
19 years |
Roman R. |
AC coefficient weighing (per SMPTE 314M) for the DV encoder and …
|
|
|
@1540cfdc
|
19 years |
mans |
SRCS must be set using := or things break when ASM_OBJS is added to …
|
|
|
@59f45163
|
19 years |
Aurélien Jacobs |
don't try to test streams which are commented out in test.conf
…
|
|
|
@0403f791
|
19 years |
michaelni |
remove wrong assert()
Originally committed as revision 5067 to …
|
|
|
@d676478c
|
19 years |
michaelni |
replace for loop with 2 asserts()
Originally committed as revision …
|
|
|
@c16601bb
|
19 years |
alex |
print a hint when trying V4L2 on V4L device
Originally committed as …
|
|
|
@6df5f6ae
|
19 years |
michaelni |
size[0-3] are not initialized (and can get random negative trash …
|
|
|
@1bd86246
|
19 years |
mans |
kill some warnings
Originally committed as revision 5063 to …
|
|
|
@285b570f
|
19 years |
lorenm |
fix a memory leak on seeking.
Originally committed as revision 5062 …
|
|
|
@788223b1
|
19 years |
diego |
Remove outdated FAQ entry about A/V sync issues when grabbing.
…
|
|
|
@d315ec5c
|
19 years |
diego |
Use BSD-compatible expr syntax and change test -ne to test != for …
|
|
|
@1d773cfd
|
19 years |
pacman |
Fix rgb32tobgr16, rgb32to15, and rgb32tobgr15. All had the same …
|
|
|
@7bdb4f67
|
19 years |
michaelni |
10l (forgot EOBs)
Originally committed as revision 5059 to …
|
|
|
@927e193d
|
19 years |
Aurélien Jacobs |
get ride of perl and sort in ffserver regtest (and avoid problem with …
|
|
|
@2af79946
|
19 years |
Aurélien Jacobs |
update ffserver.regression.ref to the actual md5 values
Originally …
|
|
|
@ddf2b51b
|
19 years |
Aurélien Jacobs |
fix ffserver regtest inconsistency between different arch (and even …
|
|
|
@6661b21
|
19 years |
michaelni |
dont lowwer qnos of more blocks then needed
Originally committed as …
|
|
|