|
|
|
@2f955ea4
|
15 years |
rsbultje |
Move a while(..){..} -> do{..}while(..), slightly faster.
Patch by …
|
|
|
@e904c51f
|
15 years |
vitor1001 |
Replace "-vfilters" by "-vf" in regtests. Should fix regtest breakage. …
|
|
|
@458638e3
|
15 years |
mans |
FATE: change -vfilters to -vf
Originally committed as revision 23108 …
|
|
|
@bfbdc58e
|
15 years |
michaelni |
Fix compilation with low precission mpeg audio decoding.
Originally …
|
|
|
@3e48d792
|
15 years |
michaelni |
Fix mpegaudio tablegen.
Patch by Michael Kostylev, michael D kostylev …
|
|
|
@56b37cd1
|
15 years |
michaelni |
Support writing 2d float arrays.
Patch by Michael Kostylev, michael D …
|
|
|
@09ed11e5
|
15 years |
baptiste.coudurier |
rename -vfilters cli option to -vf in ffplay as well
Originally …
|
|
|
@f39ab207
|
15 years |
lorenm |
change a variable-length array to a malloc.
Originally committed as …
|
|
|
@7693b93e
|
15 years |
stefano.sabatini-lala |
Doxygen av_codec_get_id() and av_codec_get_tag().
Originally …
|
|
|
@c3ab0004
|
15 years |
ramiro.polla |
Revert r31153. It failed to build on:
x86_64 / Mac OS X gcc 4.0.1 …
|
|
|
@b3ab3199
|
15 years |
Reimar.Doeffinger |
Set coded_frame to NULL when closing a codec, since it might
be …
|
|
|
@521cfa4a
|
15 years |
baptiste.coudurier |
rename -vfilters cli option to -vf
Originally committed as revision …
|
|
|
@3b7117b
|
15 years |
michaelni |
Do the same sign flip optimization to the low freq decoder.
as with …
|
|
|
@4b070a7a
|
15 years |
michaelni |
Factorize READ_FLIP_SIGN() optimization out
Originally committed as …
|
|
|
@0c0d88ae
|
15 years |
michaelni |
Optimize decoding high freqs.
this is 10-20cpu cycles faster on duron …
|
|
|
@fd9451c6
|
15 years |
michaelni |
Make lsf_sf_expand() 4 times faster.
Originally committed as revision …
|
|
|
@b91d4661
|
15 years |
michaelni |
float based mp1/mp2/mp3 decoders.
Originally committed as revision …
|
|
|
@495af353
|
15 years |
alex.converse |
Set cur_channel in the AAC encoder context where needed.
Most coder …
|
|
|
@2c2b2c0a
|
15 years |
baptiste.coudurier |
silence gcc warning about potential uninitialized usage
Originally …
|
|
|
@d21f58b
|
15 years |
baptiste.coudurier |
cosmetics, rename loop to frame_available
Originally committed as …
|
|
|
@a9f3cb93
|
15 years |
baptiste.coudurier |
rename curr_filter to last_filter, factorize filter declaration
…
|
|
|
@79b90b2
|
15 years |
baptiste.coudurier |
cosmetics: indentation, whitespaces
Originally committed as revision …
|
|
|
@6e82e7f
|
15 years |
baptiste.coudurier |
simplify, reuse existing args variable
Originally committed as …
|
|
|
@aa1249b8
|
15 years |
baptiste.coudurier |
cosmetics: filt_graph_all -> graph, like in ffplay.c
Originally …
|
|
|
@405213b7
|
15 years |
diego |
Add -ldl to libfaadbin_extralibs instead of …
|
|
|
@86433cc6
|
15 years |
michaelni |
Remove unused FRAC_RND() macro from mpegaudiodec.c.
Originally …
|
|
|
@857c30ec
|
15 years |
ramiro.polla |
mlpdec: Comment channel_params field in struct SubStream.
Patch by …
|
|
|
@22fb814c
|
15 years |
ramiro.polla |
mlpdec: Allocate channel decoding parameters for each substream. Some …
|
|
|
@d9d14dc6
|
15 years |
ramiro.polla |
Use int instead of long to pass width parameters in non-public …
|
|
|
@22cb6fb6
|
15 years |
michaelni |
Adding missing () to mathops.h.
Originally committed as revision …
|
|
|
@1c71b5c8
|
15 years |
Reimar.Doeffinger |
Replace more "m" constraints with MANGLE to fix compilation issues …
|
|
|
@dce2f7d3
|
15 years |
rsbultje |
Optimize decodeplane32().
Patch by Sebastian Vater <cdgs basty …
|
|
|
@59cca504
|
15 years |
rsbultje |
Ensure that width and height are > 0. avcodec_open() itself only …
|
|
|
@666d7d18
|
15 years |
mans |
FATE: print friendly error for individual tests when SAMPLES unset
…
|
|
|
@5248660
|
15 years |
benoit.fouet |
Check NAL unit size to avoid reading past the buffer.
This fixes …
|
|
|
@8ad802e6
|
15 years |
vitor1001 |
Alloc 16 extra bytes in libavfilter frames. Needed for MMX-optimized …
|
|
|
@f10d3d34
|
15 years |
Carl Eugen Hoyos |
Add FourCC MJPG for CODEC_ID_JPEGLS.
Patch by Francesco Lavra, …
|
|
|
@658e7576
|
15 years |
stefano.sabatini-lala |
Reorder nut specific codec tags and add a comment for marking them as …
|
|
|
@43451ec2
|
15 years |
stefano.sabatini-lala |
Add missing nut-specific codec tags for rawvideo pixel formats.
Add …
|
|
|
@934edecd
|
15 years |
stefano.sabatini-lala |
Make the codec tags for the yuvjXXX pixel formats the same as the …
|
|
|
@b43f432c
|
15 years |
stefano.sabatini-lala |
Add support to the Y411 codec tag, corresponding to the rawvideo pixel …
|
|
|
@8e89cd1f
|
15 years |
stefano.sabatini-lala |
Make the nut demuxer issue a more meaningful error message if it …
|
|
|
@cc6849ae
|
15 years |
mans |
bswap: 10L add missing parens around macro args
Originally committed …
|
|
|
@0613ece5
|
15 years |
rsbultje |
Replace usage of s->streams[0]->* with st->*, which is shorter.
Patch …
|
|
|
@9d45a32b
|
15 years |
rsbultje |
Remove "bps" parameter to decodeplane8/32(), it's unused.
Patch by …
|
|
|
@fc25c049
|
15 years |
stefano.sabatini-lala |
Add entry for AVFilterPicRef interlaced and top_field_first fields …
|
|
|
@b6bc2051
|
15 years |
stefano.sabatini-lala |
Bump lavfi minor after the addition of the fields interlaced and …
|
|
|
@6ad533b
|
15 years |
martin |
qt-faststart: Avoid leaking memory if encountering a file with double …
|
|
|
@17be16a3
|
15 years |
mans |
FATE: update idroq-video-encode command
Originally committed as …
|
|
|
@79a9672d
|
15 years |
mans |
IFF: decode last 8 pixels per line
The decodeplane8() function …
|
|
|
@e24db3e3
|
15 years |
mans |
Fix build with swscale disabled
Originally committed as revision …
|
|
|
@0a9cb385
|
15 years |
rsbultje |
Optimize decodeplane8(), patch by Sebastian Vater <cdgs basty …
|
|
|
@3f073fa2
|
15 years |
stefano.sabatini-lala |
Fix auto-scaling.
Use the numeric value assigned to sws_flags for the …
|
|
|
@3fe1ec39
|
15 years |
michaelni |
Add means to adjust the log level per context.
Originally committed …
|
|
|
@c12caa32
|
15 years |
Reimar.Doeffinger |
Remove hardcoded-tables hack for IA-64: with latest binutils that now …
|
|
|
@7f20cb2d
|
15 years |
Reimar.Doeffinger |
Another try for fixing/improving decode_video documentation.
…
|
|
|
@d760a31
|
15 years |
stefano.sabatini-lala |
Make config_props() show conversion information before to create the …
|
|
|
@38efdb2c
|
15 years |
stefano.sabatini-lala |
Log input size, input format and swscale flags used for conversion in …
|
|
|
@447a5b19
|
15 years |
mans |
blackfin: fix yuv422 to yuv420 conversion
The old code is correct …
|
|
|
@f66b3905
|
15 years |
mans |
vf_pad: fix mixed code and declarations
Originally committed as …
|
|
|
@a0aa7354
|
15 years |
michaelni |
c99 sucks. Replacing scanf("%i") by strtoul()
Originally committed as …
|
|
|
@06e1db0
|
15 years |
stefano.sabatini-lala |
Document the pad filter.
Originally committed as revision 23052 to …
|
|
|
@8d787f8e
|
15 years |
stefano.sabatini-lala |
Document cmdutils.c:print_error().
Originally committed as revision …
|
|
|
@0c22311b
|
15 years |
michaelni |
Remove messy pading hack in ffmpeg.c.
Use avfilters if you want …
|
|
|
@bdab692f
|
15 years |
michaelni |
Make sure get_filtered_video_pic() doesnt loose interlacedframe/tff.
…
|
|
|
@cccc039f
|
15 years |
michaelni |
Enable libavfilter by default and fix pading for mxf-d10
Originally …
|
|
|
@87ddc38b
|
15 years |
mans |
configure: update suncc SPARC CPU name mapping
Patch by Michael …
|
|
|
@3c94017
|
15 years |
michaelni |
Add pad filter.
Originally committed as revision 23046 to …
|
|
|
@26b7199e
|
15 years |
mans |
SPARC: disable VIS for Niagara CPU
The Niagara/T1 supports only a …
|
|
|
@efdc74ef
|
15 years |
michaelni |
Try to keep track of interlaced and top field first.
Originally …
|
|
|
@46847a33
|
15 years |
michaelni |
avfilter support for ffmpeg
Originally committed as revision 23043 to …
|
|
|
@3b9900c1
|
15 years |
michaelni |
Enable vsrc_buffer
Originally committed as revision 23042 to …
|
|
|
@8155bbc9
|
15 years |
michaelni |
Support setting flags for sws.
Originally committed as revision 23041 …
|
|
|
@cb0061d4
|
15 years |
michaelni |
Favor chunk size over hitting the correct position after reading the …
|
|
|
@cf13f204
|
15 years |
michaelni |
Add "Memory buffer source filter" from SOC.
This is needed by the …
|
|
|
@e8c7fca9
|
15 years |
darkshikari |
Add intra refresh and crf-max support to the libavcodec libx264 …
|
|
|
@46174079
|
15 years |
alex.converse |
10l: store the result of clipping added in r23035
Originally …
|
|
|
@217b44dd
|
15 years |
alex.converse |
Error out when too many bits per frame are requested.
Originally …
|
|
|
@32fa7725
|
15 years |
alex.converse |
Make the faac inspired quantizer search make sense for a slightly …
|
|
|
@9e94bd3e
|
15 years |
stefano.sabatini-lala |
Reindent after the last commit.
Originally committed as revision …
|
|
|
@10173c0e
|
15 years |
stefano.sabatini-lala |
Simplify print_error(), directly use av_strerror()/strerror() for …
|
|
|
@735ef67b
|
15 years |
stefano.sabatini-lala |
Make print_error() use strerror() in case av_strerror() fails.
Should …
|
|
|
@e2959f45
|
15 years |
stefano.sabatini-lala |
Make av_strerror() return -1 even in the case when av_strerror_r() is …
|
|
|
@e9d96831
|
15 years |
lessen42 |
schroenc: Set colorspace info
Originally committed as revision 23030 …
|
|
|
@37284120
|
15 years |
lessen42 |
schroenc: Use AV_RB32
Originally committed as revision 23029 to …
|
|
|
@31cf8c65
|
15 years |
lessen42 |
schroenc: Set open-gop
Originally committed as revision 23028 to …
|
|
|
@3d6fa004
|
15 years |
lessen42 |
schroenc: Set keyframe interval
Originally committed as revision …
|
|
|
@e0a24555
|
15 years |
lessen42 |
schroenc: Use constant quality for constant quality, not noise …
|
|
|
@614748ce
|
15 years |
lessen42 |
schroenc: Don't touch gop_structure by default, it should be left …
|
|
|
@8af7dbce
|
15 years |
Carl Eugen Hoyos |
Parse IFF metadata.
Patch by Sebastian Vater, cdgs D basty A …
|
|
|
@cfdaee45
|
15 years |
Carl Eugen Hoyos |
Align plane size to word-boundary.
Patch by Sebastian Vater, cdgs D …
|
|
|
@ddb6301
|
15 years |
lessen42 |
movenc: Write QuickTime chapters
Originally committed as revision …
|
|
|
@1b206f62
|
15 years |
lessen42 |
movenc: Swap positions of mov_write_header and mov_write_packet
…
|
|
|
@1cf9f6ed
|
15 years |
lessen42 |
mov: Read nero chapters
Originally committed as revision 23020 to …
|
|
|
@e1954bb5
|
15 years |
Carl Eugen Hoyos |
Do not use pkt->size when it is potentially uninitialized.
Patch by …
|
|
|
@f4ea7c89
|
15 years |
diego |
alternative LGPL-licensed, MMX-optimized YUV to RGB conversion …
|
|
|
@4fe4bb61
|
15 years |
rsbultje |
Revert r22974 int->unsigned parts that don't have any meaningful …
|
|
|
@441ea0ce
|
15 years |
stefano.sabatini-lala |
Make av_strerror() print an error message mentioning the error code …
|
|
|
@17d59599
|
15 years |
alex.converse |
10l: The SBR refactor requires the use of 2 independent output X …
|
|
|
@b05394a
|
15 years |
mans |
configure: allow compiler-specific flags for --disable-optimizations
…
|
|
|