|
|
|
@0cd73b6
|
15 years |
michaelni |
remove unused variable
Originally committed as revision 21182 to …
|
|
|
@cc51b282
|
15 years |
michaelni |
Split cabac decoding code out of h264.c.
not slower according to …
|
|
|
@8e71d89
|
15 years |
michaelni |
Move golomb_to_int*cbp tables back to h264_data.h as svq3.c used them. …
|
|
|
@0752cd39
|
15 years |
zuxy.meng |
More av_cold for infrequently called functions.
Originally committed …
|
|
|
@e1e94902
|
15 years |
michaelni |
Split cavlc out of h264.c.
Seems to speed the code up a little...
The …
|
|
|
@08f8b51f
|
15 years |
stefano.sabatini-lala |
Make avfilter_insert_filter() log the names of the filters between …
|
|
|
@f37c934
|
15 years |
stefano.sabatini-lala |
Make query_formats() print an error message if an auto-inserted scale …
|
|
|
@1460c790
|
15 years |
Reimar.Doeffinger |
Use MULH instead of 64x64 multiplication, around 5% overall speedup on …
|
|
|
@188d3c51
|
15 years |
michaelni |
Split motion vector prediction off h264.c/h.
Originally committed as …
|
|
|
@2bedc0e8
|
15 years |
michaelni |
Move check_intra4x4_pred_mode() back from h264.h to h264.c, the …
|
|
|
@ea6f00c4
|
15 years |
michaelni |
Split all the reference picture handling off h264.c.
Originally …
|
|
|
@099809d
|
15 years |
Thilo Borgmann |
Reindent after last commit.
Originally committed as revision 21171 to …
|
|
|
@ff9ea0b
|
15 years |
Thilo Borgmann |
Replace variable length array with an allocated buffer
in the context …
|
|
|
@889fce8e
|
15 years |
michaelni |
Split (picture|seq) parameter set decoding out of h264.c.
no speedloss …
|
|
|
@28b2866f
|
15 years |
lessen42 |
/nop is illegal with Apple's older version of gas, this was fixed …
|
|
|
@9c095463
|
15 years |
michaelni |
Split SEI code off h264.c.
Originally committed as revision 21168 to …
|
|
|
@2edabfdf
|
15 years |
rsbultje |
Reindent after r21166.
Originally committed as revision 21167 to …
|
|
|
@08f7a8ac
|
15 years |
rsbultje |
Use chunked encoding for HTTP uploads. Patch by Tomas Härdin …
|
|
|
@943f69a6
|
15 years |
michaelni |
Split direct mode (macro)block decoding off h264.c.
No speedloss …
|
|
|
@9514a084
|
15 years |
michaelni |
Align mb_bit_buffer and vs_bit_buffer as their alignment is checked by …
|
|
|
@51a269cd
|
15 years |
lucabe72 |
Make sure the destination address is written as an IP address in the …
|
|
|
@a7494872
|
15 years |
zuxy.meng |
Reduce stack usage in svq1_encode_plane(). Reuse context scratch …
|
|
|
@56e29bf2
|
15 years |
kostya.shishkov |
Correct timestamps inside FLV data received by RTMP.
Patch by Sergiy …
|
|
|
@e2ee11e
|
15 years |
kostya.shishkov |
Use old-style RTMP handshake for old servers.
This fixes issue …
|
|
|
@082cf97
|
15 years |
michaelni |
Split h264 loop filter off h264.c.
No meassureable speed difference on …
|
|
|
@419276c5
|
15 years |
michaelni |
Move svq3.o to the correct spot.
Originally committed as revision …
|
|
|
@903d58f
|
15 years |
michaelni |
Get rid of #include "svq3.c"
functions called more than per mb are …
|
|
|
@a6836813
|
15 years |
michaelni |
Better title for the file.
Originally committed as revision 21156 to …
|
|
|
@845e37e7
|
15 years |
zuxy.meng |
Make sure that sfence is used after any non temporal stores.
…
|
|
|
@6b7c7703
|
15 years |
vitor1001 |
Add replacements for log2f(), exp2() and exp2f() for platforms that …
|
|
|
@0941ee0f
|
15 years |
Carl Eugen Hoyos |
Support uncompressed ("Resolution 1:1") Avid AVI Codec, (partially) …
|
|
|
@dc0d86fa
|
15 years |
mans |
AAC: use table for cbrtf(n)*n
The maximum length of escape_sequence …
|
|
|
@4bf0faa
|
15 years |
lucabe72 |
Remove the inclusion of unneeded headers
Originally committed as …
|
|
|
@7c8af53f
|
15 years |
mans |
AAC: escape_sequence is 21 bits max
The maximum length of …
|
|
|
@5d629b72
|
15 years |
rsbultje |
Provide a fallback for getnameinfo() also. Patch by Martin Storsjö …
|
|
|
@34a65f1f
|
15 years |
rsbultje |
Implement a fallback for struct sockaddr_storage if not available. …
|
|
|
@33a4dbdd
|
15 years |
rsbultje |
Check for struct sockaddr_storage. Patch by Martin Storsjö …
|
|
|
@fdcdd539
|
15 years |
rsbultje |
Use getaddrinfo() instead of resolve_host(). Patch by Martin Storsjö …
|
|
|
@f1888474
|
15 years |
rsbultje |
Deprecate resolve_host(). Patch by Martin Storsjö …
|
|
|
@fa053ca7
|
15 years |
rsbultje |
Provide fallback implementations of getaddrinfo() and freeaddrinfo(). …
|
|
|
@c0018613
|
15 years |
rsbultje |
Check for struct addrinfo availability. Patch by Martin Storsjö …
|
|
|
@7e43f74a
|
15 years |
rsbultje |
Use getaddrinfo(), if available, in resolve_host(). Patch by Martin …
|
|
|
@84882df6
|
15 years |
rsbultje |
Check for getaddrinfo(), patch by Martin Storsjö …
|
|
|
@c460833d
|
15 years |
alex.converse |
fft-test: Add RDFT/IRDFT support.
Originally committed as revision …
|
|
|
@5b37ef8e
|
15 years |
alex.converse |
fft-test: Replace do_mdct with a tf_transform enum and switch on it.
…
|
|
|
@ae550ce9
|
15 years |
mans |
configure: Make check_type handle type names containing spaces
Patch …
|
|
|
@eebece46
|
15 years |
kostya.shishkov |
Fix two RLE buffer size calculations in TSCC decoder.
Spotted by …
|
|
|
@fd07f803
|
15 years |
mans |
configure: allow names with spaces in enable/disable_safe
Originally …
|
|
|
@f56f4149
|
15 years |
pross |
add myself as the electronicarts demuxer maintainer
Originally …
|
|
|
@3b3a676a
|
15 years |
Carl Eugen Hoyos |
10l: Fix forgotten variable rename from r14893 (fixes issue 1675).
…
|
|
|
@52c0fca
|
15 years |
zuxy.meng |
Avoid redefinition of RGB_PLANAR2PACKED24 as the template is included …
|
|
|
@996de2fe
|
15 years |
ramiro.polla |
cosmetics: {} placement.
Originally committed as revision 30272 to …
|
|
|
@2d4970d8
|
15 years |
lessen42 |
oggdec: Set dts when known
Originally committed as revision 21134 to …
|
|
|
@7ffd8332
|
15 years |
astrange |
Add missing internal.h to files calling ff_match_2uint16().
Fixes …
|
|
|
@2c807762
|
15 years |
michaelni |
Optimize ff_snow_horizontal_compose97i.
this makes the 9/7 C wavelet …
|
|
|
@233a8b3d
|
15 years |
michaelni |
Merge vertical_compose53iL0*()
8% faster C 5/3 wavelet at the decoder …
|
|
|
@2a84512a
|
15 years |
michaelni |
Optimize horizontal_compose53i() by inlining inv_lift() and optimizing …
|
|
|
@18ca491b
|
15 years |
lessen42 |
mkvdec: Avoid divide-by-zero crash on invalid real audio tracks
…
|
|
|
@24ca518b
|
15 years |
lessen42 |
Add support for dirac in ogg
Originally committed as revision 21128 …
|
|
|
@66b0255
|
15 years |
lessen42 |
Add a function to parse Dirac's sequence header
Originally committed …
|
|
|
@c4dffe7e
|
15 years |
lessen42 |
Export fullrange flag and color information for h.264
Originally …
|
|
|
@7bd3096f
|
15 years |
vitor1001 |
SIPR decoder for modes 8k5, 6k5 and 5k0.
Patch by Vladimir Voroshilov …
|
|
|
@9ea97721
|
15 years |
stefano.sabatini-lala |
Make query_formats() increment the scaler_count after each scaler …
|
|
|
@999c23a1
|
15 years |
stefano.sabatini-lala |
Make avfilter_insert_filter() print the instance name of the …
|
|
|
@2d187e23
|
15 years |
stefano.sabatini-lala |
Add an entry for the addition of a parameter log_ctx to …
|
|
|
@3fb8e77
|
15 years |
stefano.sabatini-lala |
Add a log context to avfilter_graph_config_links().
Originally …
|
|
|
@54c5848d
|
15 years |
stefano.sabatini-lala |
Remove extra empty line.
Originally committed as revision 21120 to …
|
|
|
@e6a9dd6a
|
15 years |
Carl Eugen Hoyos |
Use enum CodecID where appropriate.
Originally committed as revision …
|
|
|
@e6565055
|
15 years |
pross |
Deluxe Paint Animation demuxer
Originally committed as revision 21118 …
|
|
|
@a1ae40fd
|
15 years |
pross |
Deluxe Paint Animation decoder
Originally committed as revision 21117 …
|
|
|
@add5badb
|
15 years |
pross |
do not create Electronic Arts audio stream when unsupported revision2 …
|
|
|
@9e2e8214
|
15 years |
michaelni |
Doxy for ff_match_2uint16().
Originally committed as revision 21115 …
|
|
|
@6c060b55
|
15 years |
michaelni |
Fix implicit declaration warning.
Originally committed as revision …
|
|
|
@c46eeae2
|
15 years |
michaelni |
Add a function to match a 2 element vector of uint16_t and use it in …
|
|
|
@aa11ce65
|
15 years |
michaelni |
Make inter_level/run global again, msmpeg4 uses them.
... I did test …
|
|
|
@0366b6e1
|
15 years |
michaelni |
Make some tables static again, i mistakely thought they would be used …
|
|
|
@23b0072a
|
15 years |
zuxy.meng |
MMX(2) accelerated yuv420->rgb24 routine, trivial as essentially as it …
|
|
|
@75dd6938
|
15 years |
ramiro.polla |
Export get_slice_type() as ff_h264_get_slice_type().
Patch by Laurent …
|
|
|
@fc53b6af
|
15 years |
michaelni |
Split H263 encoder and decoder from common code.
Originally committed …
|
|
|
@4b190455
|
15 years |
zuxy.meng |
Remove unused PREFETCHW macro
Originally committed as revision 30253 …
|
|
|
@14b86070
|
15 years |
Reimar.Doeffinger |
Add support for hard-coded MDCT-related ff_sine_windows tables.
…
|
|
|
@b090930
|
15 years |
jmenon86 |
Always initialize bit_depth_luma and bit_depth_chroma in the H264 …
|
|
|
@8600106a
|
15 years |
pross |
update my email address
Originally committed as revision 21106 to …
|
|
|
@27d8f6b6
|
15 years |
stefano.sabatini-lala |
Make the scale filter set in the input and output links only the
…
|
|
|
@a7ac9c2f
|
15 years |
michaelni |
Move 3 direct MV related functions that i left out from h263.c to …
|
|
|
@b2f4b04
|
15 years |
Thilo Borgmann |
Change local variable type from unsigned int to int in order to
fix a …
|
|
|
@261a3c2
|
15 years |
michaelni |
Move AVCodecs from h263dec.c to msmpeg4.c and disentangle init decode …
|
|
|
@1b168a42
|
15 years |
Reimar.Doeffinger |
Ignore 0-height slice in sws_scale, otherwise a final 0-height slice …
|
|
|
@7213abf6
|
15 years |
michaelni |
Use h263 tables in msmpeg4v1 dont duplicate them halfway.
Originally …
|
|
|
@0219e99e
|
15 years |
daniel |
Release cyuv/aura decoder buffer
Originally committed as revision …
|
|
|
@3963a17d
|
15 years |
mans |
AAC: add a const to decode_spectrum_and_dequant() args
Originally …
|
|
|
@101ada9a
|
15 years |
michaelni |
Rename most non static h263 tables so their name contains h263.
…
|
|
|
@fef59a5b
|
15 years |
michaelni |
Rename mpeg4 intra vlc tables so they contain "mpeg4", this improves …
|
|
|
@05b858b0
|
15 years |
michaelni |
Rename DCtab_*, its a global variable and it helps understanding if …
|
|
|
@f9664ca0
|
15 years |
rsbultje |
Use the correct ByteIOContext in extradata parsing.Fixes half of issue …
|
|
|
@4536c8e6
|
15 years |
jmenon86 |
Snow : re-indent after r21093.
Originally committed as revision 21094 …
|
|
|
@a4bd5985
|
15 years |
jmenon86 |
Snow : remove pointless 'if(1)'.
Originally committed as revision …
|
|
|
@28fbbee1
|
15 years |
michaelni |
Remove useless line.
Originally committed as revision 21092 to …
|
|
|
@e75d2335
|
15 years |
michaelni |
Fix indention.
Originally committed as revision 21091 to …
|
|
|
@4ad04da2
|
15 years |
andreas |
Log unknown NAL code from correct context
Originally committed as …
|
|
|