|
|
|
@909f6594
|
15 years |
stefano.sabatini-lala |
Reindent.
Originally committed as revision 30467 to …
|
|
|
@3ece3e52
|
15 years |
stefano.sabatini-lala |
Use a consistent convention for the names of the internal wrapper …
|
|
|
@f28f146
|
15 years |
michaelni |
Flush the bitreservour.
Fixes issue1716
Originally committed as …
|
|
|
@1c90d298
|
15 years |
Reimar.Doeffinger |
Always consider the mov language code as 4 bytes fixed size and change …
|
|
|
@832ec428
|
15 years |
Reimar.Doeffinger |
Simplify conversion to 5-bit ASCII.
Originally committed as revision …
|
|
|
@c676895f
|
15 years |
mans |
Separate audio-only tests so they are only run once
Originally …
|
|
|
@79ee4683
|
15 years |
michaelni |
Redesign packet queue full check to be more robust.
Originally …
|
|
|
@ce2421a5
|
15 years |
michaelni |
Bump up MAX_VIDEOQ_SIZE to fix stuttering of oddly interleaved avi …
|
|
|
@8757dc5e
|
15 years |
stefano.sabatini-lala |
Remove duplicated empty line.
Originally committed as revision 21553 …
|
|
|
@26468148
|
15 years |
michaelni |
Split first reference list comparission from mv comparission.
about …
|
|
|
@3d05c1fb
|
15 years |
Reimar.Doeffinger |
Make the jump-table section-relative for x86_64 with PIC enabled.
This …
|
|
|
@718c7b18
|
15 years |
stefano.sabatini-lala |
Use av_get_pix_fmt() instead of the deprecated avcodec_get_pix_fmt() …
|
|
|
@22bf4592
|
15 years |
stefano.sabatini-lala |
Remove duplicated word in av_strlcat() doxy.
Originally committed as …
|
|
|
@1c790092
|
15 years |
stefano.sabatini-lala |
Add missing '()' at the end of a function name.
Originally committed …
|
|
|
@14ace37e
|
15 years |
stefano.sabatini-lala |
Add mention to the av_get_pix_fmt() addition.
Originally committed as …
|
|
|
@64ad53ff
|
15 years |
Carl Eugen Hoyos |
Disable Altivec for processors older than G4.
Originally committed as …
|
|
|
@80a07f6e
|
15 years |
stefano.sabatini-lala |
Implement av_get_pix_fmt(), and deprecate avcodec_get_pix_fmt().
…
|
|
|
@7b0b81a1
|
15 years |
mans |
PPC: allow --cpu=E500[v2]
Patch by Ancoron Luciferis <ancoron …
|
|
|
@56348891
|
15 years |
mans |
configure: match PPC CPU types case insensitively
Originally …
|
|
|
@9b861379
|
15 years |
mans |
Set target_path to $(CURDIR)
CURDIR is updated by make -C, PWD is …
|
|
|
@4e992796
|
15 years |
michaelni |
Replace h->left_type[0] by the local variable for it we have.
No …
|
|
|
@012dbcce
|
15 years |
michaelni |
slightly faster bit trickery.
Originally committed as revision 21540 …
|
|
|
@77821e11
|
15 years |
michaelni |
Replace ?: by branchless code.
about 0.5% faster loop filtering
…
|
|
|
@7dac0c43
|
15 years |
stefano.sabatini-lala |
Fix randomness of the swscale-test output.
See the thread:
Subject: …
|
|
|
@2a33c673
|
15 years |
daniel |
Set duration in Smacker demuxer
Originally committed as revision …
|
|
|
@895ab748
|
15 years |
daniel |
Demux Bink audio in Smacker files
Originally committed as revision …
|
|
|
@4e5f42dd
|
15 years |
daniel |
Add Bink codec IDs
Originally committed as revision 21536 to …
|
|
|
@adb54961
|
15 years |
kostya.shishkov |
another 10l: forgot to change parent condition as well
Originally …
|
|
|
@b381a823
|
15 years |
kostya.shishkov |
10l trocadero: now return value of ff_rtmp_packet_read() has different …
|
|
|
@0b6b10d
|
15 years |
kostya.shishkov |
Make RTMP send/receive packet functions report number of bytes read or …
|
|
|
@09b67cc4
|
15 years |
kostya.shishkov |
cosmetics: add an empty line between variable declarations and code
…
|
|
|
@1cf31685
|
15 years |
kostya.shishkov |
Indeo Video Interactive 4 and 5 common code and DSP functions. …
|
|
|
@b0f36ee1
|
15 years |
ramiro.polla |
Revert commits 21227, 21441, and 21442. None of this is necessary now …
|
|
|
@800274f8
|
15 years |
Reimar.Doeffinger |
Make VP5 and VP6 decoders output a qscale table to allow for more …
|
|
|
@5e4e9042
|
15 years |
rsbultje |
Add no_repeat_mask option, so that single-pulse vectors can also be …
|
|
|
@4a27f326
|
15 years |
robert.swain |
Add support for vorbis 6.1 and 7.1 channel configurations as per the …
|
|
|
@012dc2c4
|
15 years |
baptiste.coudurier |
Remove MAX_STREAMS usage in ogg and mxf muxers
Originally committed …
|
|
|
@402d55ee
|
15 years |
mans |
Set target_path to $(PWD) by default
This simplifies configuring for …
|
|
|
@6c88973a
|
15 years |
mans |
Add AV_COPY32
Originally committed as revision 21524 to …
|
|
|
@788627de
|
15 years |
mans |
Define av_alias if supported by compiler
Originally committed as …
|
|
|
@dffb41b9
|
15 years |
mans |
Check for may_alias gcc attribute support
Originally committed as …
|
|
|
@68a4d349
|
15 years |
Aurélien Jacobs |
vp56: check buffer size to fix a potential segfault
patch by Laurent …
|
|
|
@8be0a5c3
|
15 years |
mans |
Move ECFLAGS so it doesn't get added multiple times
Originally …
|
|
|
@2c2cdc0b
|
15 years |
justin.ruggles |
Simplify error handling by processing header errors separate from CRC …
|
|
|
@836fc777
|
15 years |
Reimar.Doeffinger |
Move variable declaration to block where it is used and simplify code. …
|
|
|
@dd0cd3d2
|
15 years |
Carl Eugen Hoyos |
Export H264 profile and level in AVCodecContext.
Patch by Rafaël …
|
|
|
@88517e9f
|
15 years |
Reimar.Doeffinger |
Extract duplicated code into a separate function.
5% faster on Intel …
|
|
|
@604b2f5
|
15 years |
mans |
Append ECFLAGS to CFLAGS
This makes it easy to supply extra flags on …
|
|
|
@34032e26
|
15 years |
michaelni |
factorize first filter call out, this makes the code somewhat
smaller …
|
|
|
@ecc544de
|
15 years |
jmenon86 |
ffmpeg.c : Don't set AVFormatParameters::[audio|video]_codec_id
since …
|
|
|
@45aa908
|
15 years |
rsbultje |
Add RTP/H.263 depacketizer by Martin Storsjö <$firstname () $firstname …
|
|
|
@90d0379f
|
15 years |
jmenon86 |
Avoid using deprecated AVFormatParameters::[audio|video]_codec_id …
|
|
|
@52ed8d0e
|
15 years |
rsbultje |
Simplify. See "[PATCH] simplify ff_set_fixed_vector()" thread on …
|
|
|
@4ae4068
|
15 years |
mans |
Add --malloc-prefix to apply a prefix to malloc, free etc
This makes …
|
|
|
@e9ca315d
|
15 years |
benoit.fouet |
Initialize thread_context[0] with h264 parser context.
This allows …
|
|
|
@592e03a
|
15 years |
michaelni |
Change wraper functions to always inline, they are faster now that …
|
|
|
@5364db28
|
15 years |
michaelni |
indent
Originally committed as revision 21506 to …
|
|
|
@2cf0d46
|
15 years |
michaelni |
Restructure check_mv()
~20 cpu cycles faster loopfilter
Originally …
|
|
|
@fabd704b
|
15 years |
michaelni |
Restructure if() in check_mv()
quite a bit faster
Originally …
|
|
|
@ca7c784f
|
15 years |
michaelni |
Unroll loops in check_mv()
~6% faster (slow path) loopfilter (should …
|
|
|
@e814817b
|
15 years |
michaelni |
Factor mv/ref compare code out.
This is a hair slower (0.15% maybe) …
|
|
|
@31277aeb
|
15 years |
benoit.fouet |
Use av_mallocz in url_open_protocol for URLContext.
Patch by Daniel …
|
|
|
@12f1b1fe
|
15 years |
michaelni |
Remove last MAX_STREAMS from avienc.c
Originally committed as …
|
|
|
@14ca9cd0
|
15 years |
mans |
configure: consolidate compiler-specific optimisation settings
In the …
|
|
|
@b4f0e04c
|
15 years |
michaelni |
Introduce AVIStream struct and move stream based variables to it.
This …
|
|
|
@3b849245
|
15 years |
michaelni |
Simplify first edge filter condition.
Originally committed as …
|
|
|
@b6302d0c
|
15 years |
michaelni |
Cosmetics, mostly indention, 2 or so new fixme comments that i was to …
|
|
|
@0a32508d
|
15 years |
michaelni |
Make the fast loop filter path work with unavailable left MBs.
This …
|
|
|
@b3047673
|
15 years |
michaelni |
get rid of the start variable.
a few cycles faster
Originally …
|
|
|
@980bcc55
|
15 years |
michaelni |
Unroll main loop so the edge==0 case is seperate.
This allows many …
|
|
|
@695f7de6
|
15 years |
stefano.sabatini-lala |
Declare variable "version" in the PRINT_LIB_VERSION() macro if block, …
|
|
|
@39c6b3f5
|
15 years |
Carl Eugen Hoyos |
Support demuxing Blu-ray subtitles in matroska files.
Patch sent to …
|
|
|
@88248b76
|
15 years |
rsbultje |
Fix BSD compile (PF_UNSPEC is not a standard define, AF_UNSPEC is).
…
|
|
|
@881b5b80
|
15 years |
Carl Eugen Hoyos |
Fix svq3_* function declarations.
Patch by Rafaël Carré, rafael D …
|
|
|
@e3d88073
|
15 years |
mans |
SVQ1: 4-byte-align codebook tables
These tables are accessed as …
|
|
|
@7e2ef1b9
|
15 years |
Reimar.Doeffinger |
Fix possible crashes in mlp parser, it tries to go back 7 bytes after …
|
|
|
@d780511b
|
15 years |
Reimar.Doeffinger |
Reduce log level of "Extracting .. channel downmix" to AV_LOG_DEBUG, …
|
|
|
@d30a8beb
|
15 years |
michaelni |
Fix duration calculation in the presence of a single wraping of the …
|
|
|
@ad5cc780
|
15 years |
jmenon86 |
Schedule an increase in the maximum number of streams
at next …
|
|
|
@6040234
|
15 years |
jmenon86 |
ffmpeg.c : Increase static limit on the maximum number of
input files. …
|
|
|
@87fec35d
|
15 years |
mans |
Add macro AV_JOIN() for joining two tokens into one
Originally …
|
|
|
@9f72b23c
|
15 years |
michaelni |
Revert Revision: 21362
Log:
Set CODEC_CAP_SUBFRAMES for adpcm …
|
|
|
@3ff0daf0
|
15 years |
michaelni |
Print "Multiple frames in a packet" warning independant of …
|
|
|
@8670f84c
|
15 years |
michaelni |
Update comment.
Originally committed as revision 21479 to …
|
|
|
@67b678bb
|
15 years |
michaelni |
Revert Revision: 21473
Log:
Fix misc typos, patch by
Fabian …
|
|
|
@5116571d
|
15 years |
mans |
Prettify PRINT_LIB_VERSION macro
Originally committed as revision …
|
|
|
@58fe804a
|
15 years |
mans |
Get rid of ifdeffery for printing library versions and configurations
…
|
|
|
@dc4f5a1c
|
15 years |
mans |
Emit CONFIG_AVUTIL for completeness
Originally committed as revision …
|
|
|
@e470ef76
|
15 years |
michaelni |
Use table to speedup access to non_zero_count in MBAFF with differing …
|
|
|
@e8a9d018
|
15 years |
stefano.sabatini-lala |
Fix misc typos, patch by
Fabian Greffrath …
|
|
|
@97d5fa38
|
15 years |
mans |
10l: fix linking
Alphabetical order isn't always a good idea.
…
|
|
|
@b51de6d8
|
15 years |
stefano.sabatini-lala |
Rename swscale-example to swscale-test, to better reflect the intended …
|
|
|
@d19a046
|
15 years |
stefano.sabatini-lala |
Document av_register_protocol(), not that it really needs to be …
|
|
|
@8652e44a
|
15 years |
michaelni |
Simplify left_xy init
Originally committed as revision 21470 to …
|
|
|
@599fe45b
|
15 years |
michaelni |
Split fill_caches() between loopfilter & decode, the 2 no longer where …
|
|
|
@5a0f7131
|
15 years |
mans |
Allow disabling of lavc, lavf, lavd, and lsws
Originally committed as …
|
|
|
@16e5e39a
|
15 years |
michaelni |
Optimize loop filtering of the left edge in MBAFF.
60 cpu cycles …
|
|
|
@d3cb93b3
|
15 years |
ramiro.polla |
Revert r21226, it was a joke:
Get one step closer to world domination. …
|
|
|
@dfe4dc15
|
15 years |
michaelni |
use left_xy[1] in mbaff QP loop filter check, this improves the amount …
|
|
|
@aebf3123
|
15 years |
michaelni |
Optimize mv/ref cache init for left MB.
Originally committed as …
|
|
|