|
|
|
@8f60f70d
|
14 years |
justin.ruggles |
Split validation of initial user options into a separate function.
…
|
|
|
@427e2293
|
14 years |
justin.ruggles |
Use bytes instead of 16-bit words for frame size.
Originally …
|
|
|
@eed00252
|
14 years |
justin.ruggles |
cosmetics: rename variable 'n' to 'pad_bytes'
Originally committed as …
|
|
|
@1971ab6e
|
14 years |
justin.ruggles |
Change output_frame_end() to return void. The frame size is already …
|
|
|
@e8b552a8
|
14 years |
justin.ruggles |
cosmetics: pretty-printing
Originally committed as revision 25974 to …
|
|
|
@ce67b7cd
|
14 years |
justin.ruggles |
cosmetics: rename some iterator variables to match what they represent …
|
|
|
@77773275
|
14 years |
justin.ruggles |
cosmetics: rename a variable for consistency
Originally committed as …
|
|
|
@aab45ca3
|
14 years |
justin.ruggles |
cosmetics: rename exp_samples and global_exp to exp_shift.
Originally …
|
|
|
@23c5b361
|
14 years |
justin.ruggles |
cosmetics: rename 2 functions
Originally committed as revision 25970 …
|
|
|
@e0b9f94b
|
14 years |
justin.ruggles |
cosmetics: use some size macros in ac3tab.c/h
Originally committed as …
|
|
|
@ce571ceb
|
14 years |
justin.ruggles |
Use AC3_MAX_COEFS instead of 256 in a couple places in ac3.c
…
|
|
|
@47ae6e79
|
14 years |
justin.ruggles |
define AC3_CRITICAL_BANDS and use it in the AC-3 encoder and decoder.
…
|
|
|
@0454b55
|
14 years |
justin.ruggles |
Use sizeof(array value) instead of sizeof(int16_t).
Originally …
|
|
|
@a0a9204e
|
14 years |
justin.ruggles |
cosmetics: use lowercase letters for function names
Originally …
|
|
|
@c36ce0f8
|
14 years |
justin.ruggles |
cosmetics: add new function documentation and clean up existing …
|
|
|
@2f8ae52
|
14 years |
justin.ruggles |
cosmetics: add more space between functions
Originally committed as …
|
|
|
@e77fd066
|
14 years |
justin.ruggles |
cosmetics: rearrange some functions/typedefs/macros
Originally …
|
|
|
@02877def
|
14 years |
justin.ruggles |
Simplify group size calculation in 2 places.
Originally committed as …
|
|
|
@98161553
|
14 years |
justin.ruggles |
cosmetics: make a switch/case more compact
Originally committed as …
|
|
|
@b84a211b
|
14 years |
justin.ruggles |
Clean up fft_init() and mdct_init()
Originally committed as revision …
|
|
|
@6a988808
|
14 years |
justin.ruggles |
cosmetics: pretty-printing, alignment, etc...
Originally committed as …
|
|
|
@a913b5cf
|
14 years |
justin.ruggles |
Remove unneeded #include
Originally committed as revision 25957 to …
|
|
|
@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 …
|
|
|