|
|
|
@918cd225
|
14 years |
justin.ruggles |
Simplify fix15().
Turn it into 2 macros, and use av_clip_int16() and …
|
|
|
@228315b
|
14 years |
justin.ruggles |
Fix the fixed-point MDCT and FFT tests so that they actually compile …
|
|
|
@a8d2b06b
|
14 years |
justin.ruggles |
Split out initialization of MDCT tables into a separate function.
…
|
|
|
@07965463
|
14 years |
justin.ruggles |
cosmetics: Document AC3EncodeContext fields.
Originally committed as …
|
|
|
@22c0b03c
|
14 years |
justin.ruggles |
Remove unneeded debugging messages.
Originally committed as revision …
|
|
|
@1fda2c10
|
14 years |
justin.ruggles |
cosmetics: Define AC3_WINDOW_SIZE and use it instead of …
|
|
|
@7066cc8f
|
14 years |
justin.ruggles |
cosmetics: use better (and shared) macro names for some constant …
|
|
|
@a657899
|
14 years |
justin.ruggles |
Remove duplicate AC3EncodeContext fields, sr_shift and sr_code.
…
|
|
|
@2d2692eb
|
14 years |
justin.ruggles |
cosmetics: rename some fields in AC3EncodeContext
Originally …
|
|
|
@9cb59032
|
14 years |
justin.ruggles |
cosmetics: change all short to int16_t
Originally committed as …
|
|
|
@2be209b
|
14 years |
justin.ruggles |
Change some unsigned types to signed types in AC3EncodeContext
…
|
|
|
@7e5a4bf8
|
14 years |
justin.ruggles |
cosmetics: rearrange AC3EncodeContext fields
Originally committed as …
|
|
|
@9baec618
|
14 years |
martin |
configure: Allow disabling symbol versioning via --disable-symver
…
|
|
|
@0c1758f0
|
14 years |
Reimar.Doeffinger |
Return the amount of input data actually used in the qdm2 decoder, …
|
|
|
@d5f187fd
|
14 years |
stefano.sabatini-lala |
Add gradfun filter, ported from MPlayer.
Patch by Nolan L nol888 <=> …
|
|
|
@9d845ca4
|
14 years |
Carl Eugen Hoyos |
Avoid rollover in settings conversion.
Patch by James Zern, jzern …
|
|
|
@f6715848
|
14 years |
stefano.sabatini-lala |
Reindent.
Originally committed as revision 25940 to …
|
|
|
@8afab686
|
14 years |
stefano.sabatini-lala |
Fix encoding when the input audio format/rate/channels changes during …
|
|
|
@4ba22e0
|
14 years |
stefano.sabatini-lala |
Fix avpicture_alloc(), which was aligning the linesizes with 0 and …
|
|
|
@1ebe5c4
|
14 years |
stefano.sabatini-lala |
Add section describing the filtergraph.
Originally committed as …
|
|
|
@9241cd20
|
14 years |
stefano.sabatini-lala |
Make avfilter_parse_graph() output a more meaningful message when an …
|
|
|
@b276854d
|
14 years |
michaelni |
Fix indention of one forgotten line in ffv1.c
Originally committed as …
|
|
|
@92b818eb
|
14 years |
justin.ruggles |
cosmetics: vertical alignment after last commit
Originally committed …
|
|
|
@7edbd536
|
14 years |
justin.ruggles |
flac_parser: only buffer the estimated amount of input needed.
Patch …
|
|
|
@97f7fe68
|
14 years |
justin.ruggles |
Make FLAC parser return frames when it has the required amount …
|
|
|
@4172951b
|
14 years |
Reimar.Doeffinger |
Return an error when get_buffer reads none or only partial data …
|
|
|
@3c3ef81b
|
14 years |
Reimar.Doeffinger |
Ensure that packets returned from ASF demuxer are properly 0-padded.
…
|
|
|
@b72daad0
|
14 years |
Reimar.Doeffinger |
Remove hack in MP3 probe that was meant as a work-around for large …
|
|
|
@fe858d7b
|
14 years |
stefano.sabatini-lala |
Define PODPAGES in Makefile, and make them depend on …
|
|
|
@5d7870d
|
14 years |
justin.ruggles |
Show per-codec options on FFmpeg commandline help.
Originally …
|
|
|
@a152c77f
|
14 years |
wyskas |
id3v2: skip data length indicator
Originally committed as revision …
|
|
|
@ded38a9b
|
14 years |
wyskas |
add my GPG fingerprint
Originally committed as revision 25925 to …
|
|
|
@d22e9795
|
14 years |
stefano.sabatini-lala |
Fix typo.
Originally committed as revision 25924 to …
|
|
|
@c61cdd0a
|
14 years |
stefano.sabatini-lala |
Move AV_NOPTS_VALUE, AV_TIME_BASE, AV_TIME_BASE_Q symbols from …
|
|
|
@6d34323e
|
14 years |
stefano.sabatini-lala |
Make avpicture_alloc() return meaningful values.
Originally committed …
|
|
|
@0141163d
|
14 years |
stefano.sabatini-lala |
Reindent.
Originally committed as revision 25921 to …
|
|
|
@e74929e8
|
14 years |
stefano.sabatini-lala |
Use av_image_alloc() in avpicture_alloc(), simplify.
Originally …
|
|
|
@614e139a
|
14 years |
kostya.shishkov |
Don't try to demux WavPack files with >2 channels until we can support …
|
|
|
@a854bcdb
|
14 years |
ramiro.polla |
fix building test programs with gnu make 3.82
Test programs may be …
|
|
|
@b494baf0
|
14 years |
ramiro.polla |
colorspace-test: fix build
rgb32tobgr32() has been removed in favour …
|
|
|
@e3c011c8
|
14 years |
ramiro.polla |
fix building of cpu-test by including required header
Originally …
|
|
|
@a4151444
|
14 years |
justin.ruggles |
Define FLAC_MIN_FRAME_SIZE and use it in the FLAC decoder.
Patch by …
|
|
|
@60a6849
|
14 years |
justin.ruggles |
Simplify the FLAC decoder now that it no longer has to parse arbitrary …
|
|
|
@475ae04a
|
14 years |
justin.ruggles |
Add a FLAC parser.
Seek test reference updated because FLAC seeking …
|
|
|
@ed4e1e58
|
14 years |
justin.ruggles |
cosmetics: line wrap after last commit
Originally committed as …
|
|
|
@3c79569
|
14 years |
justin.ruggles |
Add log_level_offset parameter to ff_flac_decode_frame_header(). It …
|
|
|
@71b6fc21
|
14 years |
justin.ruggles |
Add is_var_size and frame_or_sample_num to FLACFrameInfo and read them …
|
|
|
@7f4e4321
|
14 years |
justin.ruggles |
Check validity of the frame sync code in …
|
|
|
@625daac4
|
14 years |
justin.ruggles |
Move decode_frame_header() from flacdec.c to flac.c/h to share with …
|
|
|
@86b6e387
|
14 years |
martin |
rtsp/rtpdec: Set the AVStream time_base directly in rtsp when it is …
|
|
|
@bb776f3b
|
14 years |
martin |
rtsp: Parse RealRTSP sample rate declarations from the SDP
The RTP …
|
|
|
@2eeefe20
|
14 years |
martin |
rtpdec: Handle MP3 in RealRTSP
This fixes playback of a RealRTSP/MP3 …
|
|
|
@4d1156cb
|
14 years |
ramiro.polla |
Fix building of object files in tools/
Fixes issue issue2408.
…
|
|
|
@3cf8db9
|
14 years |
darkshikari |
Add fullrange support to libx264.c x264 interface
Originally …
|
|
|
@407d3d5a
|
14 years |
wyskas |
id3v2: skip encrypted/compressed frames
Originally committed as …
|
|
|
@7a07d158
|
14 years |
wyskas |
id3v2: use a named constant instead of 0x02
Originally committed as …
|
|
|
@c6f1e29a
|
14 years |
baptiste.coudurier |
In mov demuxer, read alac sample from extradata, fix #2406
Originally …
|
|
|
@c3d07c17
|
14 years |
stefano.sabatini-lala |
Deprecate the use of the NO_COLOR environment variable.
Originally …
|
|
|
@3011ecde
|
14 years |
stefano.sabatini-lala |
Introduce FFMPEG_FORCE_NOCOLOR, with the same meaning and use of …
|
|
|
@efd63823
|
14 years |
justin.ruggles |
alsdec: Correct the ALS decoder by storing some parameters per-channel …
|
|
|
@86042de
|
14 years |
martin |
rtpdec_h264: Pass NAL type 0 through
According to the spec, this type …
|
|
|
@4838cdab
|
14 years |
martin |
rtpdec: Skip padding bytes at the end of packets
Originally committed …
|
|
|
@90f1f3bf
|
14 years |
baptiste.coudurier |
In yadif filter, declare asm constants directly to avoid dependency on …
|
|
|
@28b4eb95
|
14 years |
martin |
rtpdec_qcelp: Use the depacketizer for static payload types, too
…
|
|
|
@6a7e31a9
|
14 years |
martin |
rtsp: Look for RTP payload handlers for static payload types, too
…
|
|
|
@003eb642
|
14 years |
martin |
rtsp: Factorize code for initializing the rtp payload handler
…
|
|
|
@1e515c42
|
14 years |
martin |
rtpdec: Add functions for finding depacketizers by name or payload id
…
|
|
|
@2beb910d
|
14 years |
martin |
rtpdec: Allow dynamic payload handlers to handle static payload types, …
|
|
|
@35014efc
|
14 years |
martin |
rtpdec: Add a dynamic payload handler for the x-Purevoice format, RFC …
|
|
|
@12998340
|
14 years |
Carl Eugen Hoyos |
Allow to force colored output.
Patch by Etienne Buira, etienne d …
|
|
|
@35b01694
|
14 years |
martin |
RTP/VP8: Update the warning about the VP8 payload
The current …
|
|
|
@16cfc96
|
14 years |
stefano.sabatini-lala |
Add CODEC_CAP_NEG_LINESIZES.
Originally committed as revision 25886 …
|
|
|
@d4a9f379
|
14 years |
Aurélien Jacobs |
cosmetic: indentation
Originally committed as revision 25885 to …
|
|
|
@118ccae0
|
14 years |
Aurélien Jacobs |
add subtitle codec autodetection
Originally committed as revision …
|
|
|
@1c3b408f
|
14 years |
stefano.sabatini-lala |
Add forgotten deprecation to avcodec_pix_fmt_string().
Originally …
|
|
|
@ab79ee12
|
14 years |
stefano.sabatini-lala |
Cosmetics: add empty line which was previously removed.
Improve …
|
|
|
@9e95999e
|
14 years |
baptiste.coudurier |
10l, add ff_pw_1 to dsputil_mmx for yadif sse2
Originally committed …
|
|
|
@a4dc7aa5
|
14 years |
stefano.sabatini-lala |
Port libmpcodecs hqdn3d filter.
Patch by Baptiste with some fixes by …
|
|
|
@bb4afa13
|
14 years |
stefano.sabatini-lala |
Deprecate avcodec_pix_fmt_string() in favor of …
|
|
|
@4da12e3b
|
14 years |
stefano.sabatini-lala |
Implement av_image_alloc() and use it in …
|
|
|
@bf799f68
|
14 years |
baptiste.coudurier |
Declare sse2 and ssse2 function in yadif header
Originally committed …
|
|
|
@e75229fa
|
14 years |
michaelni |
Try to improve reordered_opaque doxy.
Originally committed as …
|
|
|
@df59c9c0
|
14 years |
michaelni |
Detect incorrect padding with wrong stuffing codes used by NEC N-02B. …
|
|
|
@1ef64490
|
14 years |
baptiste.coudurier |
yadif sse2/ssse3 optimizations
Originally committed as revision 25874 …
|
|
|
@23b8342a
|
14 years |
uhmmmm |
Count non-header data towards intra block bit count in MJPEG encoder
…
|
|
|
@372c3f82
|
14 years |
michaelni |
Change the argument of memory allocation functions from unsigned int …
|
|
|
@b47541c7
|
14 years |
michaelni |
Change the argument of memory allocation functions from unsigned int …
|
|
|
@5bdbf64
|
14 years |
Aurélien Jacobs |
set default subtitle_codec for ass muxer
Originally committed as …
|
|
|
@908dc2a0
|
14 years |
Aurélien Jacobs |
cosmetic: alignment
Originally committed as revision 25869 to …
|
|
|
@87d69d3
|
14 years |
Aurélien Jacobs |
use designated initializer in ASS (de)muxer
Originally committed as …
|
|
|
@6fbd85ed
|
14 years |
Aurélien Jacobs |
add myself as maintainer for ASS and SRT
Originally committed as …
|
|
|
@c6fe83a3
|
14 years |
martin |
g722: Add a trellis encoder
The structure is largely based on the …
|
|
|
@699b317f
|
14 years |
martin |
Add myself as maintainer for g722.c
Originally committed as revision …
|
|
|
@66be80d6
|
14 years |
tomas.hardin |
mpegtsenc: Improve PCR generation and output
This fixes PCR drift due …
|
|
|
@77b7c334
|
14 years |
stefan.gehrer |
skip top-level objects to search for the simple index in ASF files
…
|
|
|
@037be76e
|
14 years |
stefano.sabatini-lala |
Add avfilter_graph_create_filter().
Originally committed as revision …
|
|
|
@9398024
|
14 years |
stefano.sabatini-lala |
Add missing overflow checks in av_image_fill_pointers() and …
|
|
|
@3694ac24
|
14 years |
wyskas |
mpc: read id3v1 tags.
Originally committed as revision 25860 to …
|
|
|
@1761272b
|
14 years |
Carl Eugen Hoyos |
Use SECTION .text for yasm code.
Patch by avcoder, ffmpeg gmail
…
|
|
|
@cfff297d
|
14 years |
martin |
adpcm: Skip samples whose ssd calculation has wrapped around
…
|
|
|