|
|
|
@58ec7e00
|
14 years |
michaelni |
Clarify AVFMT_TS_DISCONT and muxers.
Originally committed as revision …
|
|
|
@13011def
|
14 years |
Reimar.Doeffinger |
Fix size of monoblack_pal array, code uses 16 values unconditionally. …
|
|
|
@911b32f4
|
14 years |
rsbultje |
Port pred4x4_down_left_mmxext (H.264 intra prediction) from x264 to …
|
|
|
@8d147f1f
|
14 years |
rsbultje |
For rounding in chroma MC SSSE3, use 16-byte pw_3/4 instead of reading …
|
|
|
@95ee581a
|
14 years |
Carl Eugen Hoyos |
There is no complete G.729 decoder in libavcodec.
Originally …
|
|
|
@b51c740e
|
14 years |
justin.ruggles |
cosmetics: line wrap and vertical alignment
Originally committed as …
|
|
|
@e96dc767
|
14 years |
justin.ruggles |
Make sure that the 2nd CRC value does not match the AC-3 sync word. …
|
|
|
@a897423b
|
14 years |
justin.ruggles |
Store CRC context locally to reduce number of calls to …
|
|
|
@0e9b0643
|
14 years |
justin.ruggles |
Remove unneeded local variable, frame_size, in output_frame_end().
…
|
|
|
@3579b40
|
14 years |
stefano.sabatini-lala |
Fix braino: by -> with.
Originally committed as revision 26080 to …
|
|
|
@cf69ad35
|
14 years |
stefano.sabatini-lala |
Redesign the libopencv wrapper to make it more generic. Accept both …
|
|
|
@8399d235
|
14 years |
stefano.sabatini-lala |
Add dependency for the libavfitler.html file.
Originally committed as …
|
|
|
@8c579c1c
|
14 years |
martin |
rtsp: Require the transport reply from the server to match the request …
|
|
|
@81c8c18
|
14 years |
martin |
Makefile: Fix dependencies of components
This fixes compilation with …
|
|
|
@f02cbc4
|
14 years |
stefano.sabatini-lala |
Fix av_file_map(): replace stat(filename, &st) with fstat(fd, &st).
…
|
|
|
@1b31037d
|
14 years |
stefano.sabatini-lala |
Replace lstat() with stat() in av_file_map(). The lstat() use was …
|
|
|
@0328b9ea
|
14 years |
stefano.sabatini-lala |
Add av_file_map() and av_file_unmap() functions.
Originally committed …
|
|
|
@1ce9d6b
|
14 years |
justin.ruggles |
cosmetics: fix comment after change in clipping range
Originally …
|
|
|
@295ab2af
|
14 years |
justin.ruggles |
Change FIX15() back to clipping to -32767..32767.
This avoids a 16-bit …
|
|
|
@f9f69028
|
14 years |
justin.ruggles |
Add emms_c() after exp_diff calculations.
Fixes AC-3 encoding on …
|
|
|
@a81d7c6a
|
14 years |
justin.ruggles |
Pre-calculate crc_inv at codec init.
20% faster output_frame_end().
…
|
|
|
@fe7438d9
|
14 years |
martin |
Fix make checkheaders
amrwbdata.h uses offsetof(), which is defined …
|
|
|
@223cefb5
|
14 years |
martin |
Fix more matroska/webm muxer dependencies
This fixes building with …
|
|
|
@1e0957cc
|
14 years |
martin |
Add a missing dependency for the WebM muxer
This fixes one of the …
|
|
|
@8bd19564
|
14 years |
martin |
g722: Move the low_inv_quant6 table up to the common tables
Since SVN …
|
|
|
@90ca26e1
|
14 years |
vitor1001 |
Increase STDDEV tolerance for the fate-amrwb-14k25 test so it pass in …
|
|
|
@9c32023f
|
14 years |
vitor1001 |
Add AMR-WB FATE tests
Originally committed as revision 26063 to …
|
|
|
@9b14ec5f
|
14 years |
martin |
sdp: Add a framesize attribute to H.263 SDP descriptions
While not …
|
|
|
@9100d4d6
|
14 years |
Carl Eugen Hoyos |
Fix crash if invalid bit-rate was read from file.
Fixes issue 2426.
…
|
|
|
@fee0deb6
|
14 years |
stefano.sabatini-lala |
Fix avfilter_draw_slice() copy code with alpha planes.
Originally …
|
|
|
@2609ad3e
|
14 years |
stefano.sabatini-lala |
Revert commit r22596.
commit …
|
|
|
@69b8d83e
|
14 years |
stefano.sabatini-lala |
Fix crash in gradfun:end_frame() when inpic == outpic, so it has to be …
|
|
|
@ba68d9d3
|
14 years |
Carl Eugen Hoyos |
Fix -lowres with ffplay.
Patch by Anatoly Nenashev, anatoly d …
|
|
|
@0bc55f5d
|
14 years |
nicolas.george |
Add AVERROR_*_NOT_FOUND codes.
Originally committed as revision 26056 …
|
|
|
@eb066a4c
|
14 years |
Reimar.Doeffinger |
Discard partial packet of last frame for fate-wmv8-drm to avoid test …
|
|
|
@853395b9
|
14 years |
Reimar.Doeffinger |
Add test for ASF -cryptokey that tests only demuxing, but both audio …
|
|
|
@bf09a019
|
14 years |
Reimar.Doeffinger |
Change ASF demuxer to return incomplete last packets.
Whether the …
|
|
|
@d09b5a86
|
14 years |
ramiro.polla |
bump lavcodec minor version for amr-wb decoder in r26051
Originally …
|
|
|
@2b2a597
|
14 years |
rsbultje |
AMR-WB decoder, written as part of Google Summer of Code 2010 by …
|
|
|
@386268df
|
14 years |
justin.ruggles |
Add some simple fallbacks for normal bit allocation failure.
This …
|
|
|
@e62ef8f2
|
14 years |
justin.ruggles |
Check user-specified cutoff frequency in validate_options().
…
|
|
|
@78646ac2
|
14 years |
justin.ruggles |
10l: fix encoding for LFE channel
Originally committed as revision …
|
|
|
@c4e93eee
|
14 years |
rsbultje |
Increase buffer size because the header itself can be larger than 8192 …
|
|
|
@86c9673b
|
14 years |
justin.ruggles |
Add support for fixed-point MDCT sizes other than 512.
Originally …
|
|
|
@234b70d
|
14 years |
justin.ruggles |
cosmetics: reindent after last commit
Originally committed as …
|
|
|
@98e34e71
|
14 years |
justin.ruggles |
Simplify bit allocation search by using a loop for the SNR offset …
|
|
|
@1653027a
|
14 years |
stefano.sabatini-lala |
Improve layout and clarify / complete documentation for the yadif …
|
|
|
@cf7c961b
|
14 years |
justin.ruggles |
Do not calculate psd and masking curve if exponents are being reused. …
|
|
|
@68e6b099
|
14 years |
justin.ruggles |
cosmetics: reindent after last commit
Originally committed as …
|
|
|
@795063db
|
14 years |
justin.ruggles |
Copy bap from previous block when exponent strategy is EXP_REUSE.
We …
|
|
|
@126a29b8
|
14 years |
justin.ruggles |
Count grouped mantissas for each block all at once at the end of bit …
|
|
|
@e7536ac5
|
14 years |
justin.ruggles |
Count bits for fixed parameters at start of encoding rather than in …
|
|
|
@e86ea34d
|
14 years |
justin.ruggles |
Use a LUT for number of exponent groups. This avoids recalculating it …
|
|
|
@834550e
|
14 years |
justin.ruggles |
Speed up group minimum and group output calculations for EXP_D25 and …
|
|
|
@cdedf7e6
|
14 years |
justin.ruggles |
Convert a for() loop into a while() loop for the downward part of the …
|
|
|
@27af78cf
|
14 years |
justin.ruggles |
Redesign encode_exponents_blk_ch() so that duplicate exponent sets are …
|
|
|
@8846ee54
|
14 years |
justin.ruggles |
Use optimized function DSPContext.sad[0]() instead of calc_exp_diff(). …
|
|
|
@4f7d2fe2
|
14 years |
martin |
configure: Avoid warnings if av_always_inline is disabled
This macro …
|
|
|
@7786c384
|
14 years |
justin.ruggles |
cosmetics: pretty-printing after last commit
Originally committed as …
|
|
|
@89bedc4
|
14 years |
justin.ruggles |
Add a goto for init failure instead of duplicate calls to …
|
|
|
@c41ac4f8
|
14 years |
justin.ruggles |
Use pre-allocated temp buffers in mdct512().
5% faster in function.
…
|
|
|
@e29065f
|
14 years |
justin.ruggles |
Write results of post-rotation complex multiply directly to output.
2% …
|
|
|
@9d853336
|
14 years |
justin.ruggles |
Use memcpy() instead of a for loop in mdct512().
8% faster in …
|
|
|
@b6f6204
|
14 years |
justin.ruggles |
Allocate all large per-channel arrays using av_malloc().
Decreases …
|
|
|
@aa645b98
|
14 years |
justin.ruggles |
Make windowed_samples 16-byte aligned.
This will allow future SIMD …
|
|
|
@e8d21fba
|
14 years |
justin.ruggles |
Allocate planar_samples using av_mallocz().
Lowers memory usage when …
|
|
|
@171bc51c
|
14 years |
justin.ruggles |
Allocate bap and bap1 buffers using av_malloc().
This reduces the …
|
|
|
@bbd8f547
|
14 years |
martin |
rtsp: Don't set the RTP time base from the sample rate if no sample …
|
|
|
@1c3e117e
|
14 years |
justin.ruggles |
Remove last_samples[] and copy directly from planar_samples[].
Avoids …
|
|
|
@7eeca961
|
14 years |
justin.ruggles |
Remove unneeded line. key_frame is already set to 1 in …
|
|
|
@2d82d9b1
|
14 years |
justin.ruggles |
cosmetics: comment clean-up and misc cosmetics
Originally committed …
|
|
|
@5901cebe
|
14 years |
justin.ruggles |
Separate most of the per-block arrays into a separate per-block …
|
|
|
@cb6247cb
|
14 years |
justin.ruggles |
Split bit allocation search into a separate function.
Originally …
|
|
|
@a4a3bade
|
14 years |
lu_zero |
Reinstate default time_base for rtp streams
The generic default is …
|
|
|
@0f016023
|
14 years |
astrange |
SVQ3: Allow decoding if thread_count is > 1
svq3 still doesn't …
|
|
|
@1aa58c64
|
14 years |
martin |
tcp: Check url_interrupt_cb if connect was interrupted by a signal
…
|
|
|
@06f6f785
|
14 years |
justin.ruggles |
10l: fix typo in compute_exp_strategy()
Originally committed as …
|
|
|
@266d24b
|
14 years |
justin.ruggles |
Move large arrays to AC3EncodeContext rather than passing them around. …
|
|
|
@7da4dc17
|
14 years |
justin.ruggles |
cosmetics: line wrap and spacing
Originally committed as revision …
|
|
|
@a0d763fc
|
14 years |
justin.ruggles |
Use a single value for SNR offset in the bit allocation search rather …
|
|
|
@70fcd7ea
|
14 years |
justin.ruggles |
Change bit_alloc() to return the mantissa bit count.
Originally …
|
|
|
@937cd146
|
14 years |
justin.ruggles |
cosmetics: alignment and line wrap after last commit
Originally …
|
|
|
@359c1d19
|
14 years |
justin.ruggles |
Move bit counts to AC3EncodeContext.
Originally committed as revision …
|
|
|
@82ccbe6b
|
14 years |
stefano.sabatini-lala |
Simplify texi files naming: ff*-doc.texi -> ff*.texi.
Originally …
|
|
|
@80575c0e
|
14 years |
justin.ruggles |
Add missing dependency for matroska muxer.
Originally committed as …
|
|
|
@8c634b70
|
14 years |
justin.ruggles |
Update the test references for lavf-rm and seek-ac3_rm.
The references …
|
|
|
@793bbf9
|
14 years |
justin.ruggles |
Split out setting of bit allocation parameters to a separate function. …
|
|
|
@8999944e
|
14 years |
justin.ruggles |
Split out counting of frame bits into a separate function.
Originally …
|
|
|
@33a7d549
|
14 years |
justin.ruggles |
cosmetics: vertical alignment
Originally committed as revision 26001 …
|
|
|
@d3325d55
|
14 years |
justin.ruggles |
Only calculate num_exp_groups once.
Originally committed as revision …
|
|
|
@dc0bc0f8
|
14 years |
justin.ruggles |
Check for bit allocation error in ac3_encode_frame().
Move error log …
|
|
|
@f94bacc5
|
14 years |
justin.ruggles |
Split out grouping of exponents into a separate function.
Originally …
|
|
|
@b6a1e523
|
14 years |
justin.ruggles |
Split out mantissa quantization into separate functions.
Originally …
|
|
|
@5b44ede0
|
14 years |
justin.ruggles |
cosmetics: rearrange some functions
Originally committed as revision …
|
|
|
@d7da8080
|
14 years |
justin.ruggles |
Reverse the exponent & exponent strategy array arrangement to simplify …
|
|
|
@67d979fe
|
14 years |
justin.ruggles |
Move writing of frame to the output bitstream to a separate function.
…
|
|
|
@084f5c5a
|
14 years |
justin.ruggles |
cosmetics: remove a comment and just spacing
Originally committed as …
|
|
|
@160d85f5
|
14 years |
justin.ruggles |
Split frame size adjustment into a separate function.
Originally …
|
|
|
@dfdf73eb
|
14 years |
justin.ruggles |
Split exponent processing into separate functions.
Originally …
|
|
|
@0a0a850
|
14 years |
justin.ruggles |
Split applying of MDCT into several separate functions.
Originally …
|
|
|