Loren Merritt
c0234aa44c
slightly faster loopfilter
Originally committed as revision 4958 to svn://svn.ffmpeg.org/ffmpeg/trunk
20 years ago
Måns Rullgård
4accd1fd18
bump version numbers and update docs for adts aac support
Originally committed as revision 4957 to svn://svn.ffmpeg.org/ffmpeg/trunk
20 years ago
Måns Rullgård
86db37df52
create adts stream if CODEC_FLAG_GLOBAL_HEADER not set
Originally committed as revision 4956 to svn://svn.ffmpeg.org/ffmpeg/trunk
20 years ago
Måns Rullgård
fda885c703
read/write adts aac
Originally committed as revision 4955 to svn://svn.ffmpeg.org/ffmpeg/trunk
20 years ago
Måns Rullgård
da46276ff8
adts aac parser
Originally committed as revision 4954 to svn://svn.ffmpeg.org/ffmpeg/trunk
20 years ago
Måns Rullgård
79b0b66ba0
decode adts aac streams
Originally committed as revision 4953 to svn://svn.ffmpeg.org/ffmpeg/trunk
20 years ago
Loren Merritt
6ee669732d
10l (x86_64)
Originally committed as revision 4952 to svn://svn.ffmpeg.org/ffmpeg/trunk
20 years ago
Loren Merritt
e545f37527
18% faster put_h264_qpel16_mc[13]2_mmx2
Originally committed as revision 4951 to svn://svn.ffmpeg.org/ffmpeg/trunk
20 years ago
Loren Merritt
c03ce51dfb
11% faster put_h264_qpel16_v_lowpass_mmx2
Originally committed as revision 4950 to svn://svn.ffmpeg.org/ffmpeg/trunk
20 years ago
Loren Merritt
0331f09237
15% faster put_h264_qpel16_hv_lowpass_mmx2
Originally committed as revision 4949 to svn://svn.ffmpeg.org/ffmpeg/trunk
20 years ago
Alexander Strasser
1a44a8b654
Some Make variants complain if the LIB variable does not exist.
patch by Alexander Strasser
Originally committed as revision 4948 to svn://svn.ffmpeg.org/ffmpeg/trunk
20 years ago
Michael Niedermayer
8720de5b76
fix memleak, based upon a patch by Wolfram Gloger
Originally committed as revision 4947 to svn://svn.ffmpeg.org/ffmpeg/trunk
20 years ago
Michael Niedermayer
8cb90572a2
1 goto 1 fix
Originally committed as revision 4946 to svn://svn.ffmpeg.org/ffmpeg/trunk
20 years ago
Benjamin Larsson
2e9c78d354
Fix broken cosmetics commit and add a check for valid headers.
Originally committed as revision 4945 to svn://svn.ffmpeg.org/ffmpeg/trunk
20 years ago
Benjamin Larsson
7f129a33b1
Small cosmetics and better variable names.
Originally committed as revision 4944 to svn://svn.ffmpeg.org/ffmpeg/trunk
20 years ago
Dan Villiom Podlaski Christiansen
12fe88b460
Fix detection of IPv6 support on Darwin by ensuring that
IN6_IS_ADDR_MULTICAST gets an argument of type (const struct in6_addr *).
patch by Dan Villiom Podlaski Christiansen, danchr.at.daimi.dot.au.dot.dk
Originally committed as revision 4943 to svn://svn.ffmpeg.org/ffmpeg/trunk
20 years ago
Steve L'Homme
68b51e58ce
MSVC-compatible __align8/__align16 declaration
patch by Steve Lhomme, steve .dot. lhomme .at. free .dot. fr
Originally committed as revision 4942 to svn://svn.ffmpeg.org/ffmpeg/trunk
20 years ago
Alexander Strasser
04c669ba98
Correct the relation between floors of type 0 and block sizes.
Originally committed as revision 4941 to svn://svn.ffmpeg.org/ffmpeg/trunk
20 years ago
Michael Niedermayer
809b2a30b2
simplify
Originally committed as revision 4940 to svn://svn.ffmpeg.org/ffmpeg/trunk
20 years ago
Michael Niedermayer
82fcbc145d
faster find_startcode()
Originally committed as revision 4939 to svn://svn.ffmpeg.org/ffmpeg/trunk
20 years ago
Michael Niedermayer
8f0df75438
3rd try for mpeg-es probe ...
Originally committed as revision 4938 to svn://svn.ffmpeg.org/ffmpeg/trunk
20 years ago
Diego Biurrun
21d1cb12f8
GNU Make is necessary on *BSD.
Originally committed as revision 4937 to svn://svn.ffmpeg.org/ffmpeg/trunk
20 years ago
Dieter
b7d690f89d
Use gmake instead of make on *BSD.
patch by Dieter, freebsd ^^at^^ sopwith ^^dot^^ solgatos ^^dot^^ com
Originally committed as revision 4936 to svn://svn.ffmpeg.org/ffmpeg/trunk
20 years ago
Alexander Strasser
f9c5c13af5
Cosmetic: Fix indentation.
Originally committed as revision 4935 to svn://svn.ffmpeg.org/ffmpeg/trunk
20 years ago
Alexander Strasser
536b48b258
10l (malloc check with the wrong pointer)
Simplification: I have to reconsider this trees and forest thing...
Also readded and documented the check i had in the beginning and removed
before applying. It avoids a possible div by zero.
Originally committed as revision 4934 to svn://svn.ffmpeg.org/ffmpeg/trunk
20 years ago
Alexander Strasser
43eb59087b
Added support for vorbis files containing floor type 0.
Originally committed as revision 4933 to svn://svn.ffmpeg.org/ffmpeg/trunk
20 years ago
Michael Niedermayer
efac2613e7
fix regression tests
Originally committed as revision 4932 to svn://svn.ffmpeg.org/ffmpeg/trunk
20 years ago
Michael Niedermayer
2e728364d3
change sws sharpen filter a little
Originally committed as revision 17531 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
20 years ago
Diego Biurrun
51d8321d04
--enable-shared now needs --disable-static on MinGW.
Originally committed as revision 4931 to svn://svn.ffmpeg.org/ffmpeg/trunk
20 years ago
Michael Niedermayer
cd7352d5aa
simplify timebase if possible
ignore edit lists instead of always failing
Originally committed as revision 4930 to svn://svn.ffmpeg.org/ffmpeg/trunk
20 years ago
Michael Niedermayer
9f75260e68
improve fps guessing code
Originally committed as revision 4929 to svn://svn.ffmpeg.org/ffmpeg/trunk
20 years ago
Måns Rullgård
b2b77b9c23
remove unused function get_longterm_datarate()
Originally committed as revision 4928 to svn://svn.ffmpeg.org/ffmpeg/trunk
20 years ago
Michael Niedermayer
53f7c43fcc
sanity checks for seeking
Originally committed as revision 4927 to svn://svn.ffmpeg.org/ffmpeg/trunk
20 years ago
Michael Niedermayer
d8a91afd36
output last ac3 frame and simplify
Originally committed as revision 4926 to svn://svn.ffmpeg.org/ffmpeg/trunk
20 years ago
Michael Niedermayer
b4e021e8c4
jpeg-ls regression test
Originally committed as revision 4925 to svn://svn.ffmpeg.org/ffmpeg/trunk
20 years ago
Michael Niedermayer
f11288dab4
AIFF format support by (Patrick Guimond <patg a.t patg d.o.t homeunix d.o.t org)
Originally committed as revision 4924 to svn://svn.ffmpeg.org/ffmpeg/trunk
20 years ago
Michael Niedermayer
93d3e278cd
improve mpeg1/2-es detection
Originally committed as revision 4923 to svn://svn.ffmpeg.org/ffmpeg/trunk
20 years ago
Michael Niedermayer
e2a5fd2049
os2 thread, network and freetype2 support by (Paul Smedley | paulat a t smedleydot d o t info)
Originally committed as revision 4922 to svn://svn.ffmpeg.org/ffmpeg/trunk
20 years ago
Diego Biurrun
89e3a1b416
JPEG-LS codec fixed.
Originally committed as revision 4921 to svn://svn.ffmpeg.org/ffmpeg/trunk
20 years ago
Michael Niedermayer
a877eedce5
dynamically increase probe buffer until format is detected
Originally committed as revision 4920 to svn://svn.ffmpeg.org/ffmpeg/trunk
20 years ago
Luca Abeni
7d453f4500
Set interlaced_frame and top_field_first according to coded_frame.
patch by Luca Abeni, lucabe72 **at&& email ^^dot## it
Originally committed as revision 4919 to svn://svn.ffmpeg.org/ffmpeg/trunk
20 years ago
Michael Niedermayer
81edbc1d49
list of supported pix_fmts
Originally committed as revision 4918 to svn://svn.ffmpeg.org/ffmpeg/trunk
20 years ago
Michael Niedermayer
98ddcd3989
JPEG-LS codec by (Kostya | kostya.forjunk gmail com)
Originally committed as revision 4917 to svn://svn.ffmpeg.org/ffmpeg/trunk
20 years ago
Luca Abeni
0a7b514f13
video4linux2 input support
patch by Luca Abeni, lucabe72 $$at$$ email $$dot$$ it
Originally committed as revision 4916 to svn://svn.ffmpeg.org/ffmpeg/trunk
20 years ago
Diego Biurrun
b5bba45905
Fix silly typos.
Originally committed as revision 4915 to svn://svn.ffmpeg.org/ffmpeg/trunk
20 years ago
Dieter
efce1a8fea
add static keyword to some functions
patch by Dieter <freebsd at sopwith solgatos com>
Originally committed as revision 4914 to svn://svn.ffmpeg.org/ffmpeg/trunk
20 years ago
Dieter
ceaf1909c1
add static keyword to some functions
patch by Dieter <freebsd at sopwith solgatos com>
Originally committed as revision 4913 to svn://svn.ffmpeg.org/ffmpeg/trunk
20 years ago
Dieter
a851b8e898
add missing #includes
patch by Dieter <freebsd at sopwith solgatos com>
Originally committed as revision 4912 to svn://svn.ffmpeg.org/ffmpeg/trunk
20 years ago
Dieter
ed96aeea64
long is better than int for pointer differences
patch by Dieter <freebsd at sopwith solgatos com>
Originally committed as revision 4911 to svn://svn.ffmpeg.org/ffmpeg/trunk
20 years ago
Diego Biurrun
6569497442
typo, RealAudio 14.4/28.8
Originally committed as revision 4910 to svn://svn.ffmpeg.org/ffmpeg/trunk
20 years ago