|
|
|
@31ed3f1f
|
14 years |
martin |
Fix dependencies for the ra_144 encoder
Patch by Francesco Lavra, …
|
|
|
@5262f7ed
|
14 years |
mans |
snow: remove unused parameter to mc_block()
Originally committed as …
|
|
|
@8f910a5
|
14 years |
stefan.gehrer |
avoid conditional and division in chroma MV calculation
Originally …
|
|
|
@79aec757
|
14 years |
mans |
flacenc: convert VLA to fixed size
Originally committed as revision …
|
|
|
@47ba7874
|
14 years |
vitor1001 |
Move float-specific function to mpegaudiodec_float.c
Originally …
|
|
|
@9dac6dbb
|
14 years |
vitor1001 |
Remove pointless condition in #if
Originally committed as revision …
|
|
|
@d6e00801
|
14 years |
alex.converse |
Fix alphabetization of the CONFIG_HARDCODED_TABLES Makefile section.
…
|
|
|
@e29af818
|
14 years |
alex.converse |
aactab: Tablegenify ff_aac_pow2sf_tab.
Originally committed as …
|
|
|
@2966cc18
|
14 years |
darkshikari |
Update x264asm header files to latest versions.
Modify the asm …
|
|
|
@44c70a9b
|
14 years |
rsbultje |
Fix a typo, spotted by Diego.
Originally committed as revision 23738 …
|
|
|
@db7d307f
|
14 years |
rsbultje |
Add missing changelog entry for VP8 decoder.
Originally committed as …
|
|
|
@c1bffe25
|
14 years |
diego |
Add required #includes to pass 'make checkheaders'.
Originally …
|
|
|
@02174293
|
14 years |
martin |
Reindent
Originally committed as revision 23735 to …
|
|
|
@ed8d5766
|
14 years |
martin |
Add all required includes to avio.h
Originally committed as revision …
|
|
|
@0dbfc1db
|
14 years |
mans |
Enable pthreads automatically unless w32threads is requested
…
|
|
|
@1d4c1c3b
|
14 years |
michaelni |
Continue after guids in asf after which other guids are possible …
|
|
|
@20843f51
|
14 years |
mans |
Remove OS/2 threads support
OS/2 SMP support is rare, and a pthreads …
|
|
|
@a65e687
|
14 years |
flameeyes |
Add barcelona to the list of cmov/fast_cmov compatible CPUs.
For GCC, …
|
|
|
@9f342da
|
14 years |
mans |
Remove beosthreads support
Relevant BeOS variants support pthreads, …
|
|
|
@8fbd4f51
|
14 years |
mans |
Improve some uses of ff_cropTbl with constant offset
Originally …
|
|
|
@25d34458
|
14 years |
stefano.sabatini-lala |
Rename rec_timestamp to recording_timestamp, for consistency with …
|
|
|
@a2e47338
|
14 years |
stefano.sabatini-lala |
Extend documentation for the ffmpeg -timestamp option.
'(' and ')' …
|
|
|
@fcd10c4f
|
14 years |
stefano.sabatini-lala |
Mention how "now" is interpreted in the parse_date() doxy.
Originally …
|
|
|
@82fd4f4a
|
14 years |
stefano.sabatini-lala |
Fix date specification accepted by parse_date().
Originally committed …
|
|
|
@c31a25e7
|
14 years |
Carl Eugen Hoyos |
Use right-shift instead of division by two.
Patch by Dark Shikari
…
|
|
|
@2b6a9503
|
14 years |
rsbultje |
Reindent after r23721.
Originally committed as revision 23722 to …
|
|
|
@157cb069
|
14 years |
rsbultje |
Rename PACK4x8() to PACK4UINT8().
Originally committed as revision …
|
|
|
@fd6eb4a0
|
14 years |
alex.converse |
Move Parametric Stereo related ps* files to aacps*.
Originally …
|
|
|
@3b636f21
|
14 years |
rsbultje |
Native VP8 decoder.
Patch by David Conrad <lessen42 gmail com> and …
|
|
|
@c6ef6e14
|
14 years |
rsbultje |
Change a / 256 into a >> 8.
Originally committed as revision 23718 to …
|
|
|
@a815602a
|
14 years |
rsbultje |
Reindent after r23716.
Originally committed as revision 23717 to …
|
|
|
@3ad289fc
|
14 years |
rsbultje |
Add intra prediction functions for VP8.
Patch by David Conrad …
|
|
|
@b39a2d19
|
14 years |
rsbultje |
Add a macro to pack 4 bytes into native byte-order so they can be …
|
|
|
@caaf098c
|
14 years |
rsbultje |
Make "topright" argument to pred4x4() const.
Patch by David Conrad …
|
|
|
@45a1b86a
|
14 years |
rsbultje |
Add av_clip_int8(), used in the upcoming VP8 decoder.
Originally …
|
|
|
@890fe85f
|
14 years |
alex.converse |
Cosmetics whitespace.
Originally committed as revision 23712 to …
|
|
|
@1c7c0e2d
|
14 years |
benoit.fouet |
Add missing parentheses in MKTAG and MKBETAG macros.
Originally …
|
|
|
@9290f15
|
14 years |
martin |
Make the http protocol open the connection immediately in http_open …
|
|
|
@4167ba0b
|
14 years |
martin |
Add an AVClass to the HTTPContext
Originally committed as revision …
|
|
|
@a9a3364c
|
14 years |
martin |
Allocate the HTTPContext through URLProtocol.priv_data_size
…
|
|
|
@58cc11c7
|
14 years |
martin |
Add an APIchanges entry for priv_data_size and priv_data_class
…
|
|
|
@735cf6b2
|
14 years |
martin |
Add priv_data_size and priv_data_class to URLProtocol
This allows …
|
|
|
@4636f115
|
14 years |
martin |
Add an APIchanges entry for url_alloc() and url_connect()
Originally …
|
|
|
@ffbb289
|
14 years |
martin |
Split url_open and url_open_protocol into url_alloc and url_connect
…
|
|
|
@6c4cbc8d
|
14 years |
martin |
Add an APIchanges entry for av_register_protocol2
Originally …
|
|
|
@9b07a2dc
|
14 years |
martin |
Add an av_register_protocol2 function that takes a size parameter
…
|
|
|
@e10412a3
|
14 years |
pross |
IFF PBM decoder: Add a pad byte if image width is odd <aleksi dot …
|
|
|
@e83aed04
|
14 years |
martin |
Bump micro version, add changelog entry for DTS-ES extension decoding …
|
|
|
@5be5d28c
|
14 years |
Carl Eugen Hoyos |
Fix failure in av_read_frame on timestamp rollover.
Patch by Stephen …
|
|
|
@d1177cb5
|
14 years |
martin |
Support DTS-ES extension (XCh) in dca: Cosmetic cleanup
Patch by Nick …
|
|
|
@774e9acf
|
14 years |
martin |
Support DTS-ES extension (XCh) in dca: add code to handle DTS-ES …
|
|
|
@3d5a9ba1
|
14 years |
martin |
Support DTS-ES extension (XCh) in dca: update and add channel mapping …
|
|
|
@6baef06e
|
14 years |
martin |
Support DTS-ES extension (XCh) in dca: move original code around to …
|
|
|
@77b4b7c
|
14 years |
martin |
Support DTS-ES extension (XCh) in dca: move subband_samples into …
|
|
|
@d99659f0
|
14 years |
martin |
libvorbis: Only drop 1-byte packets at end of stream
This fixes …
|
|
|
@5634f30c
|
14 years |
martin |
ffserver: Use avcodec_copy_context instead of manually copying an …
|
|
|
@33e7febd
|
14 years |
Carl Eugen Hoyos |
Remove stray semicolon.
Originally committed as revision 23691 to …
|
|
|
@843b5fd0
|
14 years |
stefano.sabatini-lala |
Re-add the list of parameters for the unsharp filter, I somehow lost …
|
|
|
@3275ac6a
|
14 years |
stefano.sabatini-lala |
Make the ffmpeg and ffplay man pages show the list of lavfi filters, …
|
|
|
@168b441e
|
14 years |
stefano.sabatini-lala |
Replace multitable for the unsharp filter option table with a simple …
|
|
|
@dd46b538
|
14 years |
stefano.sabatini-lala |
Update documentation dependencies, make ff* tools manpages and HTML …
|
|
|
@a8ead332
|
14 years |
martin |
RTSP: Use the same authentication for the HTTP POST session as for the …
|
|
|
@db30234
|
14 years |
martin |
HTTP: Add a method for initializing the authentication state from …
|
|
|
@17b1493f
|
14 years |
martin |
Reindent
Originally committed as revision 23684 to …
|
|
|
@ea02b593
|
14 years |
martin |
HTTP: Compact the code for writing chunked post data
Originally …
|
|
|
@077026cc
|
14 years |
martin |
HTTP: Get rid of the is_chunked variable, use the chunksize variable …
|
|
|
@a6a91589
|
14 years |
martin |
HTTP: Clarify a comment
Originally committed as revision 23681 to …
|
|
|
@6785e927
|
14 years |
Reimar.Doeffinger |
mathematics.h no longer needs config.h, so update tablegen code and …
|
|
|
@28db3215
|
14 years |
astrange |
ffmpeg: cosmetics: combine two variable declarations
Originally …
|
|
|
@19ed4b86
|
14 years |
alex.converse |
aacdec: cosmetics: (more) whitespace
Originally committed as revision …
|
|
|
@d4e355d5
|
14 years |
alex.converse |
aacdec: cosmetics: whitespace
Originally committed as revision 23675 …
|
|
|
@ed99e54d
|
14 years |
alex.converse |
aacdec: Factorize if (elem_type < TYPE_DSE).
Originally committed as …
|
|
|
@fda36b5
|
14 years |
alex.converse |
aacdec: Handle the first frame being empty case.
Originally committed …
|
|
|
@91a4abd8
|
14 years |
baptiste.coudurier |
fail if input and output are the same
Originally committed as …
|
|
|
@cf3b4d9a
|
14 years |
alex.converse |
aacsbr: Make dk signed. There is no point in it being unsigned.
…
|
|
|
@e90e1f5
|
14 years |
alex.converse |
psdec: IPD/OPD reset is no longer needed by the context initializer.
…
|
|
|
@5e071f53
|
14 years |
alex.converse |
psdec: Simplify filter addressing by incrementing the "in" pointer.
…
|
|
|
@63c3b716
|
14 years |
Carl Eugen Hoyos |
Fix typo in macro name.
Patch by Nick Brereton, nick nbrereton net
…
|
|
|
@c6b09471
|
14 years |
alex.converse |
psdec: Replace a division with a shift.
Originally committed as …
|
|
|
@3fa1a932
|
14 years |
alex.converse |
Rename PS bitstream reading functions to have a read_ prefix.
…
|
|
|
@45c611a9
|
14 years |
rsbultje |
Reset chunksize back to zero (= no chunked encoding) after each new …
|
|
|
@f3724695
|
14 years |
rsbultje |
Use url_write(), not http_write(), for sending the HTTP headers. This …
|
|
|
@fd16564b
|
14 years |
alex.converse |
Cosmetics: whitespace.
Originally committed as revision 23663 to …
|
|
|
@0d6b3269
|
14 years |
alex.converse |
Use memcpy() where appropriate in PS stereo processing remapping.
…
|
|
|
@d23077af
|
14 years |
alex.converse |
Allow PS envelope fixup when ps->num_env_old <= 1.
It is already …
|
|
|
@bd9e0e29
|
14 years |
alex.converse |
10l: aacsbr: Fix f_master[2] calculation when k2diff == -1.
…
|
|
|
@78ba1d39
|
14 years |
alex.converse |
Document the PS_BASELINE define.
Originally committed as revision …
|
|
|
@284b041b
|
14 years |
alex.converse |
Remove iid_mode from the PS context.
Originally committed as revision …
|
|
|
@be90cd27
|
14 years |
ramiro.polla |
configure: preserve cross-prefix for strip on darwin
Originally …
|
|
|
@4233ce31
|
14 years |
vitor1001 |
Fix breakage in compilation with --disable-mpegaudio-hp introduced in …
|
|
|
@2c4a1013
|
14 years |
Carl Eugen Hoyos |
Add IEC958 data_types for DTS-HD (data burst described in IEC …
|
|
|
@41f91b5f
|
14 years |
mans |
ChangeLog: note libfaad wrapper removal
Originally committed as …
|
|
|
@6a74b127
|
14 years |
mans |
Remove libfaad wrapper
Originally committed as revision 23653 to …
|
|
|
@1076b0d0
|
14 years |
alex.converse |
psdec: Factorize iid/icc/ipd/opd parameter bitstream reading.
…
|
|
|
@10ed37b5
|
14 years |
martin |
RTSP: Add the auth credentials to the HTTP tunnel URL, too
Originally …
|
|
|
@a955fc5e
|
14 years |
martin |
ff_url_join: Don't add any at-char if the auth is an empty string
…
|
|
|
@6217b64
|
14 years |
martin |
RTSP: Set the connection handles to null after closing them
This …
|
|
|
@00e4a1f4
|
14 years |
martin |
RTSP: Don't store the connection handles in local variables
This …
|
|
|
@a2063901
|
14 years |
alex.converse |
Add HE-AAC v2 support to the AAC decoder.
Originally committed as …
|
|
|
@4d49a5a7
|
14 years |
vitor1001 |
Factorize the mpegaudio windowing code in a function and call it by a …
|
|
|