|
|
|
@3c546868
|
16 years |
diego |
Move H.264 tables that are only useful for encoding to h264enc.c.
…
|
|
|
@d1eb20e8
|
16 years |
diego |
Get rid of last ifdef HAVE_MMX. Instead, all MMX-specific objects are …
|
|
|
@516566a8
|
16 years |
mans |
SH4: fix IDCT
Originally committed as revision 15897 to …
|
|
|
@4d382e20
|
16 years |
diego |
cosmetics: Consistently place HEADERS before OBJS in all Makefiles.
…
|
|
|
@f0e60235
|
16 years |
diego |
cosmetics: Consistently place HEADERS before OBJS in all Makefiles.
…
|
|
|
@0d2d0f97
|
16 years |
diego |
Move FFT-specific MMX optimizations out of the 'ifdef HAVE_MMX' block. …
|
|
|
@d785a670
|
16 years |
diego |
cosmetics: indentation
Originally committed as revision 15894 to …
|
|
|
@39fdda2b
|
16 years |
diego |
Use standard OBJS-$(HAVE_MMX) trick for MMX objects instead
of …
|
|
|
@469105aa
|
16 years |
vitor1001 |
Fix typo in table value.
patch by Kenan Gillet, kenan.gillet gmail com …
|
|
|
@cd982791
|
16 years |
kostya.shishkov |
33l Fix applying residue condition in RV30/40 decoder
Originally …
|
|
|
@78a0fa8c
|
16 years |
kostya.shishkov |
Eliminate direct use of s->current_picture in RV30/40 decoder
…
|
|
|
@7690351c
|
16 years |
kostya.shishkov |
Use wider margins for edge emulation in RV30/40
Originally committed …
|
|
|
@c260b596
|
16 years |
mans |
SH4: fix memzero_align8()
Originally committed as revision 15888 to …
|
|
|
@1a9e9a2f
|
16 years |
mans |
SH4: add macros for setting and restoring FPSCR.PR bit
Originally …
|
|
|
@6f14b19e
|
16 years |
mans |
SH4: remove some commented out blocks of code
Originally committed as …
|
|
|
@a21fd75f
|
16 years |
Roman R. |
Making idct factor tables dynamically allocated
Originally committed …
|
|
|
@eeee48b2
|
16 years |
kostya.shishkov |
Add channel layout to several audio decoders I maintain
Originally …
|
|
|
@ff16d6e4
|
16 years |
Roman R. |
Change of indentation
Originally committed as revision 15883 to …
|
|
|
@df69be0c
|
16 years |
mans |
SH4: fix IDCT
Originally committed as revision 15882 to …
|
|
|
@6f15dd8d
|
16 years |
mans |
SH4: do not mix code and declarations
Originally committed as …
|
|
|
@c136ece9
|
16 years |
mans |
SH4: fix compilation of memzero_align8()
Originally committed as …
|
|
|
@b42019c1
|
16 years |
mans |
SH4: remove unused functions
Originally committed as revision 15879 …
|
|
|
@d7e0f8dd
|
16 years |
mans |
SH4: replace missed rnd_avg2 -> rnd_avg32
Originally committed as …
|
|
|
@23e05e69
|
16 years |
mans |
SH4: rename functions with conflicting names
Originally committed as …
|
|
|
@45e730c5
|
16 years |
diego |
cosmetics: Add a few more explanatory comments to the object sections. …
|
|
|
@a2618904
|
16 years |
diego |
cosmetics: Sort processor-specific object lines into alphabetical …
|
|
|
@195b3490
|
16 years |
Roman R. |
Getting rid of huge static DV tables
Originally committed as revision …
|
|
|
@1ac1217b
|
16 years |
Roman R. |
Getting rid of unneeded extra wrapper functions
Originally committed …
|
|
|
@12e416c8
|
16 years |
baptiste.coudurier |
decrease atom size, fix broken files missing version/flags
Originally …
|
|
|
@a45bdbc4
|
16 years |
Reynaldo H. Verdejo Pinochet |
Trivial, Cosmetics
Originally committed as revision 15871 to …
|
|
|
@fc5d0db5
|
16 years |
stefano.sabatini-lala |
Improve error message in case of output file with no streams, dumping …
|
|
|
@bdb9fd9b
|
16 years |
stefano.sabatini-lala |
Improve messages printed when there is no input/output file, making …
|
|
|
@7a7da6b4
|
16 years |
stefano.sabatini-lala |
Remove unnecessary calls to show_help(), make ffmpeg/ffplay print a …
|
|
|
@40b509b
|
16 years |
diego |
Add a Makefile variable for the old scaler that gets enabled when the …
|
|
|
@767d3e7b
|
16 years |
diego |
Revert previous commit: the libavcodec/i386/fft_*.o objects depend on …
|
|
|
@ba01d867
|
16 years |
diego |
Only the yasm-dependent objects should be enabled by a yasm …
|
|
|
@9168f7e6
|
16 years |
rsbultje |
Change type of prev_stream_id from uint32_t to int, since it has a max …
|
|
|
@c6786ed
|
16 years |
diego |
cosmetics: Group ppc-specific objects together.
Originally committed …
|
|
|
@49276307
|
16 years |
diego |
Add missing options to the help output.
Originally committed as …
|
|
|
@4f50c3d5
|
16 years |
diego |
cosmetics: Move some options to more sensible places within the help …
|
|
|
@1f26f59f
|
16 years |
diego |
Move zlib/bzlib options to the external library section of the help …
|
|
|
@0a23c0bb
|
16 years |
diego |
spelling and wording cosmetics for the help output
Originally …
|
|
|
@b0dfd108
|
16 years |
diego |
Take build_suffix into account in pkg-config files.
patch by Charles …
|
|
|
@e6b9d588
|
16 years |
diego |
Print just [no] or [yes] in the help output instead of …
|
|
|
@607ffa34
|
16 years |
diego |
cosmetics: Group ARM objects sections together.
Originally committed …
|
|
|
@e9e74e0a
|
16 years |
diego |
cosmetics: Reorder processor-specific entries alphabetically.
…
|
|
|
@90e0450
|
16 years |
rsbultje |
Reindent after r15853.
Originally committed as revision 15854 to …
|
|
|
@43af8b2b
|
16 years |
rsbultje |
Read optional components of the RDT packet header, such as extended …
|
|
|
@6bafd6f5
|
16 years |
rsbultje |
Change header reading implementation to using get_bits() instead of …
|
|
|
@e269ab79
|
16 years |
rsbultje |
Prefix all ff_rdt_parse_header() arguments with a p, preparing for …
|
|
|
@a4b8cb3c
|
16 years |
rsbultje |
Fix memleak caused by the fact that url_open_buf() allocates a context …
|
|
|
@fcc995a5
|
16 years |
rsbultje |
Add ByteIOContext argument to public ff_rm_* functions so that we can …
|
|
|
@074bfa7d
|
16 years |
benoit.fouet |
Change email address to a valid one.
Originally committed as revision …
|
|
|
@7e8efe18
|
16 years |
Carl Eugen Hoyos |
One const is enough.
Originally committed as revision 15847 to …
|
|
|
@5155b839
|
16 years |
diego |
Put variable declaration inside an #ifdef to avoid an unused variable …
|
|
|
@ce09d560
|
16 years |
benoit.fouet |
Get rid of MSG_DONTWAIT using a more standard way to use a socket
in a …
|
|
|
@2bfecf7
|
16 years |
stefano.sabatini-lala |
Make the library names for the require checks more explicit.
…
|
|
|
@b836fb0
|
16 years |
banan |
Silence warning in imc decoder
Originally committed as revision 15844 …
|
|
|
@31d5113
|
16 years |
banan |
Set channel_layout
Originally committed as revision 15843 to …
|
|
|
@55374d57
|
16 years |
kostya.shishkov |
421l: postproc flag may be present in any VC-1 AP frame type
…
|
|
|
@ebd61055
|
16 years |
baptiste.coudurier |
set pts in flv demuxer
Originally committed as revision 15841 to …
|
|
|
@51c15201
|
16 years |
baptiste.coudurier |
read itunes metadata, code based on Reimar's patch
Originally …
|
|
|
@8e36385a
|
16 years |
Reynaldo H. Verdejo Pinochet |
Credit Kenan Gillet for his contributions towards merging the SoC …
|
|
|
@1c3ae1ab
|
16 years |
Reynaldo H. Verdejo Pinochet |
Cosmetics
Originally committed as revision 15838 to …
|
|
|
@f29289e
|
16 years |
Reynaldo H. Verdejo Pinochet |
Change to file description suggested by Michael
Originally committed …
|
|
|
@e3b7216b
|
16 years |
rsbultje |
Change status packet skipping to be more spec-compliant. See …
|
|
|
@108cd247
|
16 years |
rsbultje |
Make function comment a bit more linguistically correct.
Originally …
|
|
|
@3d883ad5
|
16 years |
rsbultje |
Reindent after r15833.
Originally committed as revision 15834 to …
|
|
|
@114732f4
|
16 years |
rsbultje |
Add is_keyframe param to ff_rdt_parse_header(). See ML discussion in …
|
|
|
@92765276
|
16 years |
banan |
Proper channel output reordering for the dca decoder.
Originally …
|
|
|
@8257d2ad
|
16 years |
Reynaldo H. Verdejo Pinochet |
Please keep original copyright heading and attribution lines...
…
|
|
|
@86b0affd
|
16 years |
baptiste.coudurier |
simplify metadata reading
Originally committed as revision 15830 to …
|
|
|
@8f569ed0
|
16 years |
Aurélien Jacobs |
matroskadec: fix index timestamps for some broken files
fix issue697
…
|
|
|
@6ff1f615
|
16 years |
rsbultje |
Call check_back_and_send_rr() function only in case of RTP as a …
|
|
|
@70f42303
|
16 years |
kostya.shishkov |
Weak deblock filter function for future RV40 loop filter
Originally …
|
|
|
@536cd1db
|
16 years |
lu_zero |
Flush SDP description
Originally committed as revision 15826 to …
|
|
|
@239dec21
|
16 years |
rsbultje |
Rename variables in ff_rdt_parse_header() and callers to match the …
|
|
|
@7d084299
|
16 years |
makovick |
check for interrupt when receiving from socket
Originally committed …
|
|
|
@9e164392
|
16 years |
rsbultje |
Add comment describing the RDT packet header. See discussion in …
|
|
|
@39ded680
|
16 years |
vitor1001 |
More OKed parts of the QCELP decoder
patch by Kenan Gillet, …
|
|
|
@eb63b051
|
16 years |
baptiste.coudurier |
timestamp is dts in wmv/asf
Originally committed as revision 15821 to …
|
|
|
@70a61f8c
|
16 years |
baptiste.coudurier |
remove useless mmx.h include
Originally committed as revision 15820 …
|
|
|
@d45be178
|
16 years |
baptiste.coudurier |
convert fdct_mmx to plain asm
Originally committed as revision 15819 …
|
|
|
@e202cc2
|
16 years |
justin.ruggles |
revert r15812 (E-AC-3 Spectral Extension) pending further review
…
|
|
|
@8353441
|
16 years |
baptiste.coudurier |
add sse2 fdct
Originally committed as revision 15817 to …
|
|
|
@74e8b78b
|
16 years |
Carl Eugen Hoyos |
Fix H.264 decoding.
(Problem analyzed by Uoti Urpala)
Originally …
|
|
|
@3f3ca7ac
|
16 years |
justin.ruggles |
cosmetics: vertical alignment
Originally committed as revision 15815 …
|
|
|
@c763f867
|
16 years |
justin.ruggles |
silence a gcc warning about using an uninitialized variable
…
|
|
|
@66561189
|
16 years |
justin.ruggles |
cosmetics: indentation
Originally committed as revision 15813 to …
|
|
|
@0cc51734
|
16 years |
justin.ruggles |
add support for spectral extension
Originally committed as revision …
|
|
|
@0c5d750d
|
16 years |
justin.ruggles |
add a generic function to decode banding structure for coupling, …
|
|
|
@6c6f9272
|
16 years |
justin.ruggles |
add a line break in error message text
Originally committed as …
|
|
|
@6ee6d068
|
16 years |
justin.ruggles |
simplify decoding of coupling frequency range
Originally committed as …
|
|
|
@24834c19
|
16 years |
justin.ruggles |
cosmetics: rename two variables
Originally committed as revision …
|
|
|
@236bb1ab
|
16 years |
andreas |
Allow the UDP socket buffer size to be adjusted using a
'buffer_size' …
|
|
|
@2ae7e124
|
16 years |
Roman R. |
Taking advantage of the new ->execute API
Originally committed as …
|
|
|
@77753f87
|
16 years |
mans |
ARM: fix j_rev_dct_ARM
This is a bugfix for ARMv4 assembly …
|
|
|
@3a84713a
|
16 years |
Roman R. |
Making it easier to send arbitrary structures as work orders to MT …
|
|
|
@52ece410
|
16 years |
diego |
Remove unused variable.
Originally committed as revision 15803 to …
|
|
|
@200de8c6
|
16 years |
vitor1001 |
More OKed parts of the QCELP decoder
patch by Kenan Gillet, …
|
|
|