|
|
|
@be693f95
|
17 years |
michaelni |
int->uint8_t
Originally committed as revision 10205 to …
|
|
|
@50464a1e
|
17 years |
michaelni |
int->int8_t (no need for them to be int ...)
Originally committed as …
|
|
|
@24c07998
|
17 years |
lucabe72 |
Reindent the code after the last commit
Originally committed as …
|
|
|
@b2e6799
|
17 years |
lucabe72 |
Remove RTSP special casing in ffplay startup
Originally committed as …
|
|
|
@98561024
|
17 years |
lucabe72 |
Move the RTP packetization code for MPEG12 video in its own file …
|
|
|
@b75c8d16
|
17 years |
lessen42 |
Add V_SNOW
Originally committed as revision 10200 to …
|
|
|
@b1ec601f
|
17 years |
Reimar.Doeffinger |
Add request_channels member to AVCodecContext so we now have a proper
…
|
|
|
@0e6b14c2
|
17 years |
lu_zero |
Stray commit reverted
Originally committed as revision 10198 to …
|
|
|
@2c2b3130
|
17 years |
lu_zero |
PowerPC/CELL/Altivec pointers
Originally committed as revision 10197 …
|
|
|
@a677e0cf
|
17 years |
michaelni |
elaborate on needs_more_info
Originally committed as revision 10196 …
|
|
|
@b538791b
|
17 years |
michaelni |
use more bits on the encoder side
negligible increase in quality
…
|
|
|
@277bb93
|
17 years |
michaelni |
sparc asm docs
Originally committed as revision 10194 to …
|
|
|
@e02f7490
|
17 years |
lucabe72 |
Initialize the "stc" variable before using it in ff_find_start_code()
…
|
|
|
@2b71ddd9
|
17 years |
kostya.shishkov |
Take ring frame into account when demuxing.
This fixes issue 97.
…
|
|
|
@2e1ad4a2
|
17 years |
lorenm |
simd gmc wasn't impossible.
Originally committed as revision 10191 to …
|
|
|
@d8e84202
|
17 years |
diego |
Rename CONFIG_DARWIN to SYS_DARWIN, it is not configurable (in …
|
|
|
@9d16f87f
|
17 years |
diego |
Rename CONFIG_DARWIN to SYS_DARWIN, it is not configurable (in …
|
|
|
@e241ba14
|
17 years |
diego |
Revert previous unneeded mipsel patch (obsoleted by endianness …
|
|
|
@ded66cdb
|
17 years |
diego |
Add mipsel architecture that differs from mips in endianness.
based on …
|
|
|
@9eebe687
|
17 years |
mans |
fix endian check when cross-compiling
Originally committed as …
|
|
|
@81717747
|
17 years |
michaelni |
simplify
Originally committed as revision 10186 to …
|
|
|
@e2d0eeec
|
17 years |
benoit.fouet |
right filename in doxygen comment
Originally committed as revision …
|
|
|
@e9bfae45
|
17 years |
diego |
cosmetics: alphabetical order
Originally committed as revision 10184 …
|
|
|
@4ce5df0
|
17 years |
benoit.fouet |
Make ffserver use cmdutils.c show_license function
patch by Stefano …
|
|
|
@d1606995
|
17 years |
benoit.fouet |
Make ffmpeg use cmdutils.c show_license function
patch by Stefano …
|
|
|
@d55388d0
|
17 years |
diego |
Simplify preprocessor directives.
Originally committed as revision …
|
|
|
@18b8b43
|
17 years |
mmhoffm |
make clean bfin
Originally committed as revision 10180 to …
|
|
|
@57b499c7
|
17 years |
diego |
Identifiers starting with underscores are reserved.
Originally …
|
|
|
@a282102
|
17 years |
michaelni |
optimization tips for the wavelet
Originally committed as revision …
|
|
|
@2cc45470
|
17 years |
michaelni |
more complete dc prediction description
Originally committed as …
|
|
|
@1e37b7e4
|
17 years |
michaelni |
LL band prediction
Originally committed as revision 10176 to …
|
|
|
@7397cf3
|
17 years |
michaelni |
typo
Originally committed as revision 10175 to …
|
|
|
@09671ce7
|
17 years |
michaelni |
describe IDWT
Originally committed as revision 10174 to …
|
|
|
@5ab65707
|
17 years |
Aurélien Jacobs |
parsers and bsfs declarations are not meant to be part of public API
…
|
|
|
@ce611a27
|
17 years |
michaelni |
Change rounding of the horizontal DWT to match the vertical one.
This …
|
|
|
@7506d47a
|
17 years |
Aurélien Jacobs |
create libavcodec/sh4 dir when building out-of-tree
Originally …
|
|
|
@862a70f1
|
17 years |
Aurélien Jacobs |
cosmetics: some reordering
Originally committed as revision 10170 to …
|
|
|
@289a723c
|
17 years |
Aurélien Jacobs |
asv1.c directly uses Put/GetBitContext, so it should include …
|
|
|
@11de04d8
|
17 years |
michaelni |
intro
Originally committed as revision 10168 to …
|
|
|
@fdb99704
|
17 years |
michaelni |
few words about the wavelets
Originally committed as revision 10167 …
|
|
|
@30cd3e66
|
17 years |
michaelni |
remove code which become unused by the previous changes
Originally …
|
|
|
@72dee89b
|
17 years |
michaelni |
Simplify and optimize the 4th vertical lifting step of the SSE2 code …
|
|
|
@d0dae46a
|
17 years |
michaelni |
Simplify and optimize the 4th vertical lifting step of the MMX code …
|
|
|
@1ffbbef2
|
17 years |
michaelni |
Simplify and speedup code, reduce needed headroom by 2 bits in the 3rd …
|
|
|
@4bf1790
|
17 years |
michaelni |
simplify, speedup and reduce needed headroom by 2 bits in the 3rd …
|
|
|
@dd30437b
|
17 years |
michaelni |
replace <<1 by add for SSE2 (untested)
Originally committed as …
|
|
|
@7e665a39
|
17 years |
michaelni |
replace <<1 by add
Originally committed as revision 10160 to …
|
|
|
@eee649d3
|
17 years |
michaelni |
slightly change horizontal lift3 so it needs 1 bit less headroom
…
|
|
|
@be3b22f9
|
17 years |
michaelni |
remove idiotc double subtraction from the sse2 code (untested, no sse2 …
|
|
|
@8510c519
|
17 years |
michaelni |
fixme note
Originally committed as revision 10157 to …
|
|
|
@3a9f44d5
|
17 years |
michaelni |
and of course the unneeded double subtractions were blindly put in the …
|
|
|
@f29bd6fa
|
17 years |
michaelni |
more stupid double subtractions
Originally committed as revision …
|
|
|
@49ca0e53
|
17 years |
michaelni |
get rid of idiotc double subtraction
Originally committed as revision …
|
|
|
@4a0d6686
|
17 years |
Aurélien Jacobs |
ensure configure only accept valid --list-* parameters
closes issue72
…
|
|
|
@1f794d69
|
17 years |
baptiste.coudurier |
support swink created files which have soi/eoi broken tags reversed
…
|
|
|
@45e3c163
|
17 years |
Reimar.Doeffinger |
Additional documentation for CRC functions
Originally committed as …
|
|
|
@6d1ba1ac
|
17 years |
lucabe72 |
Print an SDP when all outputs are RTP (the SDP can be saved in a text …
|
|
|
@f35917b2
|
17 years |
benoit.fouet |
Implement the cmdutils.c show_license function.
patch by Stefano …
|
|
|
@89da5781
|
17 years |
lucabe72 |
Call av_find_stream_info() immediately after opening an input file. …
|
|
|
@dd723472
|
17 years |
lucabe72 |
Use avf_sdp_create() in ffserver
Originally committed as revision …
|
|
|
@250c5317
|
17 years |
benoit.fouet |
update -t option documentation
Patch by Godwin Stewart
Originally …
|
|
|
@622d6332
|
17 years |
banan |
Cosmetics, indentation.
Originally committed as revision 10145 to …
|
|
|
@1cbe9d6a
|
17 years |
banan |
Trellis quantization support for adpcm_swf.
Originally committed as …
|
|
|
@7b07d3e8
|
17 years |
Reimar.Doeffinger |
Use defines instead of raw hex numbers to specify CRC polynomials
…
|
|
|
@4f489292
|
17 years |
Reimar.Doeffinger |
Change imprecise "Unknown codec" message to say "encoder" or "decoder" …
|
|
|
@7799eeec
|
17 years |
diego |
small simplification
Originally committed as revision 10141 to …
|
|
|
@9f32041d
|
17 years |
michaelni |
Do not butcher start_time in av_estimate_timings_from_bit_rate().
from …
|
|
|
@d6a0906a
|
17 years |
michaelni |
When looking for the last packet in each
stream, so as to calculate …
|
|
|
@bf494092
|
17 years |
michaelni |
There is no guarantee that every stream will
have a start_time found …
|
|
|
@df886e7e
|
17 years |
michaelni |
fix cur_dts at the end of av_estimate_timings_from_pts()
Originally …
|
|
|
@e26381b6
|
17 years |
michaelni |
more verbose doxy for duration (from patch by neilb suse de)
…
|
|
|
@4854c253
|
17 years |
michaelni |
mention that start_time maybe AV_NOPTS_VALUE (from patch by neilb suse …
|
|
|
@9e33b10f
|
17 years |
ramiro.polla |
Allow pipe: URL to take fd number as input
Patch by Vincent Fourmond …
|
|
|
@de79849e
|
17 years |
ramiro.polla |
Indent for next commit
Patch by Vincent Fourmond [vincent dot fourmond …
|
|
|
@afd98005
|
17 years |
ramiro.polla |
Enable MinGW networking support
Originally committed as revision …
|
|
|
@93951943
|
17 years |
diego |
spelling/wording cosmetics
Originally committed as revision 10131 to …
|
|
|
@a9054d9
|
17 years |
benoit.fouet |
store asf streaming bitrates consistently
patch by Björn Axelsson: …
|
|
|
@f18cae4d
|
17 years |
ramiro.polla |
Set UDP receive buffer to 64k
Originally committed as revision 10129 …
|
|
|
@fce388b4
|
17 years |
Aurélien Jacobs |
cosmetic: indentation
Originally committed as revision 10128 to …
|
|
|
@2f3b419c
|
17 years |
Aurélien Jacobs |
Don't pre-scale default_duration to avoid precision loss in fps …
|
|
|
@aec783d
|
17 years |
Aurélien Jacobs |
no need for special case default_duration for AAC
Originally …
|
|
|
@a92d2062
|
17 years |
Aurélien Jacobs |
calculate default_duration according to framerate only when not …
|
|
|
@2f4d5971
|
17 years |
tempn |
obfuscate urls and fix note about them
Originally committed as …
|
|
|
@cf3430d2
|
17 years |
tempn |
fix url typo pointed out by Guillaume LECERF
Originally committed as …
|
|
|
@6d96a9b9
|
17 years |
michaelni |
elaborate a little on AVStream.start_time, it seems the comment is not …
|
|
|
@c8f9ef61
|
17 years |
ramiro.polla |
CONFIG_7REGS -> HAVE_7REGS
Originally committed as revision 10121 to …
|
|
|
@119614c0
|
17 years |
michaelni |
document the email interface
Originally committed as revision 10120 …
|
|
|
@9df4ce5e
|
17 years |
mgerards |
Make the Golomb decoder work for Dirac
Originally committed as …
|
|
|
@6d324c81
|
17 years |
gpoirier |
Statements like a = b = c = d = e; store from right-to-left, so if
you …
|
|
|
@77cb22fa
|
17 years |
Aurélien Jacobs |
Try size 640x480 for FLC files which don't specify their size.
This is …
|
|
|
@f5da5c93
|
17 years |
diego |
Rename parse_arg_file function to opt_input_file for consistency. …
|
|
|
@9fcfc0b7
|
17 years |
diego |
cosmetics: indentation fix
Originally committed as revision 10115 to …
|
|
|
@bc3a73bc
|
17 years |
michaelni |
remove broken movi_end skip-hack-check
this should fix seeking over …
|
|
|
@ea4b2b5e
|
17 years |
michaelni |
do not misuse movi_end for checking chunk sizes
Originally committed …
|
|
|
@60a9966e
|
17 years |
diego |
Make cmdutils.c:parse_options accept as argument a function to parse …
|
|
|
@9c0edaaf
|
17 years |
ramiro.polla |
Use AVERROR_PATCHWELCOME instead of AVERROR(ENOTSUP)
Originally …
|
|
|
@f3a3c72e
|
17 years |
ramiro.polla |
Introduce AVERROR_PATCHWELCOME
Originally committed as revision 10110 …
|
|
|
@a92b819a
|
17 years |
diego |
Clarify LGPL and GPL licensing of FFmpeg.
Originally committed as …
|
|
|
@e1669c5e
|
17 years |
diego |
Attempt to better explain how to split patches into individual …
|
|
|
@9488b966
|
17 years |
diego |
Move msmpeg4 tables from a header file to msmpegdata.c.
Originally …
|
|
|