|
|
|
@1c664b23
|
15 years |
lessen42 |
matroskadec: Use av_freep in ebml_read_ascii
Based on a Chromium …
|
|
|
@44bf251
|
15 years |
martin |
Use a heuristic for describing the RTP packets using sample data
…
|
|
|
@e977af6f
|
15 years |
martin |
Add initial support for RTP hinting in the mov muxer
Originally …
|
|
|
@27a826c9
|
15 years |
martin |
Make mov_write_packet non-static, add ff_ prefix
Originally committed …
|
|
|
@f72dad41
|
15 years |
martin |
Move the mov muxer structures to a separate header
Originally …
|
|
|
@796ac233
|
15 years |
martin |
Add a flag for enabling RTP hinting
Originally committed as revision …
|
|
|
@0341b699
|
15 years |
martin |
Make ff_sdp_write_media a lavf-internal function
This is in …
|
|
|
@698f4cc7
|
15 years |
Carl Eugen Hoyos |
Validate AVCodecTag vs CodecID.
Patch by Francesco Lavra, …
|
|
|
@603a5f04
|
15 years |
Carl Eugen Hoyos |
Factorize some code into the new function ff_toupper4().
Patch by …
|
|
|
@b74f67eb
|
15 years |
baptiste.coudurier |
In ts demuxer, output pes packet as soon as they are complete.
This is …
|
|
|
@90c92100
|
15 years |
martin |
Cosmetics: reindent
Originally committed as revision 23156 to …
|
|
|
@1bf5228e
|
15 years |
martin |
ffserver: Don't set me_method unconditionally
Patch by Howard Chu, …
|
|
|
@0156fcf2
|
15 years |
martin |
ffserver: Write proper GMT date/times in Date headers
Patch by Howard …
|
|
|
@fecd7b45
|
15 years |
stefano.sabatini-lala |
Add log_level_offset to AVCodecContext.
Originally committed as …
|
|
|
@1095d442
|
15 years |
baptiste.coudurier |
set avg frame rate in mkv demuxer
Originally committed as revision …
|
|
|
@43d09faf
|
15 years |
martin |
ffserver: Make sure a destination URL is set when creating the SDP
…
|
|
|
@f40f329e
|
15 years |
benoit.fouet |
Fix typo ('B', 'O', 'W', '1') => ('B', '0', 'W', '1')
Originally …
|
|
|
@edd259f9
|
15 years |
stefano.sabatini-lala |
Change the order of parameters for ff_eval_expr() and …
|
|
|
@ec1d1afc
|
15 years |
Carl Eugen Hoyos |
Factorize code into a single function.
Patch by Sebastian Vater, cdgs …
|
|
|
@03c3bb5
|
15 years |
baptiste.coudurier |
use filter name when graph parser add filters
Originally committed as …
|
|
|
@ed395eb4
|
15 years |
stefano.sabatini-lala |
Add missing rawvideo pixel formats to codec tags mappings for nut.
…
|
|
|
@73762de1
|
15 years |
stefano.sabatini-lala |
Add NV12 and NV21 AVI tags.
Both are listed in fourcc.org.
…
|
|
|
@c75b3d2e
|
15 years |
stefano.sabatini-lala |
Clarify description for the MONOWHITE and MONOBLACK pixel formats.
…
|
|
|
@65929418
|
15 years |
stefano.sabatini-lala |
Avoid mixed declaration and code, fix C89 compatibility.
Patch by …
|
|
|
@9121b8c
|
15 years |
stefano.sabatini-lala |
Clarify descriptions for RGB4, BGR4, NV12, NV21,
RGB48BE, and RGB48LE …
|
|
|
@48962f2e
|
15 years |
fenrir |
Reindent after last commit on dxva2 h264 AVHWAccel.
Originally …
|
|
|
@efb816e
|
15 years |
fenrir |
Fixed h264 long term support with dxva2 AVHWAccel.
Based on a commit …
|
|
|
@58edb075
|
15 years |
baptiste.coudurier |
Change MAX_READ_SIZE message during av_find_stream_info to DEBUG …
|
|
|
@0175d78
|
15 years |
alex.converse |
fmaxf -> FFMAX to fix pre-C99 systems
Originally committed as …
|
|
|
@deeb7012
|
15 years |
martin |
Change inter-protocol dependencies from _deps to _select
Originally …
|
|
|
@759510e6
|
15 years |
alex.converse |
aacenc: Add a rate only trellis for codebook selection for the TLS.
…
|
|
|
@4d986b71
|
15 years |
alex.converse |
aacenc: Use exact values when quantizing, not fuzzy values.
This …
|
|
|
@51cbabc
|
15 years |
alex.converse |
aacenc: Use an estimated codebook for the TLS (two loop search).
…
|
|
|
@960323a2
|
15 years |
alex.converse |
aacenc: Select the TLS (two-loop search) as the default scalefactor …
|
|
|
@31184aac
|
15 years |
alex.converse |
aacenc: Fix psy logic.
Set band info before determining scalefactors. …
|
|
|
@eb0a4d32
|
15 years |
Carl Eugen Hoyos |
Fix compilation of AC3 decoder if E-AC3 decoder was disabled.
…
|
|
|
@86e09922
|
15 years |
martin |
qt-faststart: Abort scanning of the input file if a badly sized atom …
|
|
|
@6d810162
|
15 years |
rsbultje |
Reindent after r23124. Patch by Sebastian Vater <cdgs basty googlemail …
|
|
|
@2ef9fd8e
|
15 years |
martin |
Cosmetics: Initialize pointers with NULL instead of 0, for consistency …
|
|
|
@e3d7269f
|
15 years |
martin |
Cosmetics: reindent
Originally committed as revision 23126 to …
|
|
|
@c937454d
|
15 years |
martin |
qt-faststart: Use the error_out cleanup code path for all error …
|
|
|
@7a0e859c
|
15 years |
rsbultje |
Grayscale support. Patch by Sebastian Vater <cdgs basty googlemail …
|
|
|
@57fcb7d7
|
15 years |
mans |
Add mpegaudiodec_float.o dependency on tables header with hardcoded …
|
|
|
@aeaa9630
|
15 years |
stefano.sabatini-lala |
Remove the name of the file from the @file doxy, it is unnecessary and …
|
|
|
@622e6ce5
|
15 years |
stefano.sabatini-lala |
Make the init and config_filter callbacks of the pad filter return …
|
|
|
@dc0eaef
|
15 years |
stefano.sabatini-lala |
Make av_parse_color() return AVERROR(EINVAL) rather than -1.
…
|
|
|
@40914d97
|
15 years |
michaelni |
1.0 and the resulting exactly representable value must be marked as …
|
|
|
@0628f3e8
|
15 years |
michaelni |
Cast constants to float to avoid gcc converting to and from …
|
|
|
@e969e26
|
15 years |
michaelni |
Use standard C for implementing sign_extend() and zero_extend().
This …
|
|
|
@a74d707c
|
15 years |
michaelni |
av_alias is an attribute and belongs to attributes.h
also attributes.h …
|
|
|
@299ac811
|
15 years |
rsbultje |
Reindent after r23112.
Patch by Sebastian Vater <cdgs basty …
|
|
|
@65d213ec
|
15 years |
rsbultje |
Move handling of paletted data to the IFF demuxer. This allows future …
|
|
|
@ebcf7c32
|
15 years |
rsbultje |
Handle palette underflows, fill remaining space with black (zero) …
|
|
|
@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 …
|
|
|