|
|
|
@5e660449
|
16 years |
Aurélien Jacobs |
avoid POSIX reserved _t suffix
Originally committed as revision 16117 …
|
|
|
@d08ea32c
|
16 years |
Aurélien Jacobs |
Get rid of mmx_t.
Originally committed as revision 16116 to …
|
|
|
@be73a544
|
16 years |
lucabe72 |
Rename rtp_payload_data_t to avoid clashes with the POSIX namespace
…
|
|
|
@1afe09d5
|
16 years |
lucabe72 |
Remove useless typedef
Originally committed as revision 16114 to …
|
|
|
@d5574b28
|
16 years |
lucabe72 |
Remove unused types
Originally committed as revision 16113 to …
|
|
|
@d77ac324
|
16 years |
Reimar.Doeffinger |
Avoid _t in gxf enum type names
Originally committed as revision …
|
|
|
@1edddc9
|
16 years |
rsbultje |
Split RMContext into RMDemux/MuxContext and make them private in …
|
|
|
@a15ebf34
|
16 years |
rsbultje |
Don't access RMContext directly in rdt.c. Rather, use the return value …
|
|
|
@616deed2
|
16 years |
diego |
Do not invade _t POSIX namespace.
Originally committed as revision …
|
|
|
@f27544fd
|
16 years |
rsbultje |
Separate the packet fetching from the data reading, so that the data …
|
|
|
@8a9572c2
|
16 years |
diego |
100l: Add missing backslashes.
Originally committed as revision 16107 …
|
|
|
@6d99b228
|
16 years |
diego |
cosmetics: Break some lines for a more aesthetically pleasing result.
…
|
|
|
@3445c799
|
16 years |
diego |
Remove misleading comment, _t is POSIX-reserved namespace.
Originally …
|
|
|
@20e0ed95
|
16 years |
mans |
configure: fix $nm
Originally committed as revision 16104 to …
|
|
|
@93c021a2
|
16 years |
mans |
Remove other shared lib names from linker command line for shared libs …
|
|
|
@8964146
|
16 years |
Reimar.Doeffinger |
Allow setting a different nm binary from the configure line.
…
|
|
|
@de3a1240
|
16 years |
diego |
Make mips64 a separate arch with fast_64bit.
Originally committed as …
|
|
|
@7f37f56
|
16 years |
diego |
whitespace cosmetics
Originally committed as revision 16100 to …
|
|
|
@bda4e394
|
16 years |
diego |
Replace 'typedef struct ustr_t' by 'struct ustr', _t is POSIX …
|
|
|
@f98dcded
|
16 years |
diego |
Avoid _t in identifier names, _t is reserved by POSIX.
patch by Jai …
|
|
|
@db95d3bf
|
16 years |
diego |
Add img_convert() to imgconvert.h and #include it from imgresample.c. …
|
|
|
@b77aba0
|
16 years |
diego |
Matroska uses tables from isom.c, so add the object file to its …
|
|
|
@6ede266e
|
16 years |
diego |
Add mips64 to the architecture list.
Taken from the OpenBSD ports …
|
|
|
@61597a98
|
16 years |
diego |
Add alternative names for sh4 and parisc architectures.
Taken from the …
|
|
|
@537db58b
|
16 years |
lu_zero |
Let imgresample altivec code build
Originally committed as revision …
|
|
|
@7a8f36cc
|
16 years |
lu_zero |
Cleanup types
Originally committed as revision 16092 to …
|
|
|
@006c8e9e
|
16 years |
lu_zero |
Unbreak imgresample altivec
Originally committed as revision 16091 to …
|
|
|
@644e7ac
|
16 years |
lu_zero |
Rename type to be consistent
Originally committed as revision 16090 …
|
|
|
@eb857782
|
16 years |
Reimar.Doeffinger |
Define _BSD_SOURCE in bktr.c, dev/ic/bt8xx.h needs the u_short etc. …
|
|
|
@de40eb8d
|
16 years |
Reimar.Doeffinger |
Fix regression.sh to work on OpenBSD which has md5 instead of md5sum …
|
|
|
@d88f7df
|
16 years |
Reimar.Doeffinger |
Remove OpenBSD SLIBNAME magic, it seems unnecessary and breaks …
|
|
|
@8c39a758
|
16 years |
mans |
mpegts: replace Program_t typedef with "struct Program"
Originally …
|
|
|
@8f993c67
|
16 years |
stefano.sabatini-lala |
s/#AVClass/AVClass/, consistent with the rest of the doxy.
Originally …
|
|
|
@96000432
|
16 years |
Reimar.Doeffinger |
Also include sys/types.h when testing for socklen_t, since …
|
|
|
@9377b6c
|
16 years |
mans |
configure: clean up .align detection
Originally committed as revision …
|
|
|
@217d8202
|
16 years |
Reimar.Doeffinger |
Some forgotten eax -> REG_a changes.
It seems that binutils >= 2.18 …
|
|
|
@fe5c7e58
|
16 years |
michaelni |
More POSIX _t namespace cleanup.
Originally committed as revision …
|
|
|
@737dccfc
|
16 years |
Aurélien Jacobs |
matroska: sort codec tags list
Originally committed as revision 16081 …
|
|
|
@ea2a5dec
|
16 years |
Aurélien Jacobs |
matroska: add dirac support (patch by Kurtnoise kurtnoise _at_ free …
|
|
|
@41b0534a
|
16 years |
tempn |
add another mpeg4 avi fourcc from uncommon codecs list
Originally …
|
|
|
@64adf4f2
|
16 years |
gpoirier |
add Altivec implementation of clear_block
Originally committed as …
|
|
|
@c0a8f8d4
|
16 years |
diego |
Add sys/time.h header #include, fixes compilation on OS/2.
patch by …
|
|
|
@05dee1b7
|
16 years |
ods15 |
Rename all vorbis encoder related typedefs to not use _t for POSIX …
|
|
|
@bffc76bd
|
16 years |
ods15 |
Update lavf/libnut.c to _tt type names in libnut API
Originally …
|
|
|
@65c127e3
|
16 years |
baptiste.coudurier |
fix mjpega bitfilter when dht, dqt, sof0 are not ordered as expected, …
|
|
|
@d887151d
|
16 years |
Aurélien Jacobs |
rename Vp56Model to VP56Model for consistency
Originally committed as …
|
|
|
@193ce3ab
|
16 years |
baptiste.coudurier |
dnxhd get_pixels_8x4_sym sse2
Originally committed as revision 16072 …
|
|
|
@e1b24cfd
|
16 years |
baptiste.coudurier |
Move get_pixels_8x4 before init func to avoid useless forward …
|
|
|
@8c9c0ea4
|
16 years |
baptiste.coudurier |
rename 4x8 to 8x4 to match widthxheight consistently
Originally …
|
|
|
@76025d91
|
16 years |
Aurélien Jacobs |
cosmetics: vertical alignment
Originally committed as revision 16069 …
|
|
|
@3d52bca6
|
16 years |
Aurélien Jacobs |
avoid POSIX reserved _t suffix
Originally committed as revision 16068 …
|
|
|
@e998ba4f
|
16 years |
Aurélien Jacobs |
avoid POSIX reserved _t suffix
Originally committed as revision 16067 …
|
|
|
@6da54074
|
16 years |
baptiste.coudurier |
parse pasp atom and set sample aspect ratio,
warn if transformation …
|
|
|
@aaf0e267
|
16 years |
michaelni |
s/qp_t/qp_tt/ to avoid bad examples that could lead to issues with …
|
|
|
@8615e5a6
|
16 years |
diego |
Add backwards-compatibility typedef for removed _t names under …
|
|
|
@c3e92a6c
|
16 years |
baptiste.coudurier |
remove _t in typedef for POSIX compatibility
Originally committed as …
|
|
|
@7dfea342
|
16 years |
diego |
Drop _t from typedef names for POSIX compatibility.
Originally …
|
|
|
@089e1bc
|
16 years |
michaelni |
Remove comment suggesting using variables ending in _t as this would …
|
|
|
@c9bea488
|
16 years |
vitor1001 |
Avoid POSIX reserved _t suffix.
Originally committed as revision …
|
|
|
@259037d0
|
16 years |
vitor1001 |
Rename ROQDPCMContext_t to ROQDPCMContext to avoid _t reserved prefix. …
|
|
|
@b4be9321
|
16 years |
Reimar.Doeffinger |
Avoid _t in typedef type
Originally committed as revision 16058 to …
|
|
|
@52afa376
|
16 years |
michaelni |
remove _t for POSIX compatibility.
Originally committed as revision …
|
|
|
@76f940b
|
16 years |
rsbultje |
Fix indenting.
Originally committed as revision 16056 to …
|
|
|
@fe9e9d6
|
16 years |
diego |
Do not set COMPILE_C if AltiVec is enabled without runtime CPU …
|
|
|
@4e5b854e
|
16 years |
Reimar.Doeffinger |
Use "struct gxf_stream_info" instead of "st_info_t",
avoids a typedef …
|
|
|
@c370a704
|
16 years |
Reimar.Doeffinger |
Remove useless and confusing (since they are also used in gxfenc.c) /* …
|
|
|
@65fec2d9
|
16 years |
mike |
add 'ACDV' FourCC (which is just complete JPEG files in individual AVI …
|
|
|
@09f6fc6b
|
16 years |
baptiste.coudurier |
move structure definitions in their own header
Originally committed …
|
|
|
@00d9d0f5
|
16 years |
baptiste.coudurier |
cosmetics
Originally committed as revision 16050 to …
|
|
|
@049a6c8
|
16 years |
baptiste.coudurier |
use dsp clear_block
Originally committed as revision 16049 to …
|
|
|
@af5e7fc9
|
16 years |
baptiste.coudurier |
use dsp clear_block
Originally committed as revision 16048 to …
|
|
|
@a1546009
|
16 years |
lessen42 |
Fix compilation with only Theora decoder enabled
Originally committed …
|
|
|
@5a3e9f2
|
16 years |
Reynaldo H. Verdejo Pinochet |
Avoid the 'Claimed bitrate and buffer size mismatch' warning storm.
- …
|
|
|
@5fecfb7d
|
16 years |
lorenm |
clear_block mmx
Originally committed as revision 16045 to …
|
|
|
@5fac2776
|
16 years |
lorenm |
fix progressive jpeg:
support refinement passes
remove intermediate …
|
|
|
@8153f144
|
16 years |
mans |
AAC: move scratch array to context to ensure 16-byte alignment
…
|
|
|
@7b5e49fe
|
16 years |
diego |
Remove useless inline qualifier, fixes linking with gcc 4.3.
patch by …
|
|
|
@4a904903
|
16 years |
robert.swain |
AAC: Use a sign LUT rather than 1-2*get_bits1()
Patch by Alex …
|
|
|
@c0893c3a
|
16 years |
robert.swain |
AAC: Unroll code within decode_spectrum_and_dequant(). Gives 12% net …
|
|
|
@88212105
|
16 years |
robert.swain |
AAC: Remove unnecessary fabsf()
Patch by Alex Converse (alex converse …
|
|
|
@dbbec0c2
|
16 years |
stefano.sabatini-lala |
Make av_log_missing_feature an internal function, and change its name …
|
|
|
@6cffaea8
|
16 years |
tempn |
add mpeg2 fourcc and aac format tag from asf
Originally committed as …
|
|
|
@20e04726
|
16 years |
justin.ruggles |
cosmetics: alignment after last commit
Originally committed as …
|
|
|
@72a6244
|
16 years |
justin.ruggles |
ac3: detect dba errors and prevent writing past end of array
…
|
|
|
@b9f382c8
|
16 years |
stefano.sabatini-lala |
Remove unnecessary ret variable.
Originally committed as revision …
|
|
|
@36b53281
|
16 years |
makovick |
bind to the multicast address if possible
Originally committed as …
|
|
|
@0dfcc368
|
16 years |
kostya.shishkov |
Do not attempt to decode RV30/40 B-frames without anchors.
This fixes …
|
|
|
@2014b51c
|
16 years |
ramiro.polla |
documentation: update documentation for minimal w32api version.
…
|
|
|
@bc4b7221
|
16 years |
ramiro.polla |
mingw: update w32api to 3.13
Originally committed as revision 16029 …
|
|
|
@7100376f
|
16 years |
Reynaldo H. Verdejo Pinochet |
COSMETICS
Originally committed as revision 16028 to …
|
|
|
@c687643
|
16 years |
ramiro.polla |
mlp: cosmetics: remove {}s over one-lined if.
Originally committed as …
|
|
|
@ee1a8f6
|
16 years |
ramiro.polla |
mlp: support bit-depths greater than 16 by default.
Originally …
|
|
|
@dc50773
|
16 years |
rsbultje |
Remove static variable and a printf using it. See "[PATCH] asf.c: move …
|
|
|
@7b2a0708
|
16 years |
rsbultje |
Change function prototype of the sdp_parse_a_line in …
|
|
|
@022f0b7c
|
16 years |
rsbultje |
Do not access s->gb directly in functions that have a local copy of …
|
|
|
@2ceccf0
|
16 years |
justin.ruggles |
ac3dec: simplify exponent bounds checking
Originally committed as …
|
|
|
@97679e6e
|
16 years |
ramiro.polla |
mlp: Fix compilation under CONFIG_AUDIO_NONSHORT.
Patch by Mathieu …
|
|
|
@d98d70d6
|
16 years |
justin.ruggles |
ac3dec: add missing feature log message for block start info
…
|
|
|
@3e7aa8fa
|
16 years |
justin.ruggles |
ac3dec: use skip_bits_long() for block start bits
Originally …
|
|
|
@96f229d6
|
16 years |
justin.ruggles |
ac3dec: unroll inner loop in exponent decoding. 46% faster …
|
|
|