16182 Commits (9971331dfb6f4ef499b17f156bc0befc98b504b1)
 

Author SHA1 Message Date
David Conrad 9971331dfb Move VP3 loop filter to DSPContext 16 years ago
Diego Biurrun 0d696d34ef Remove MPlayer-specific MP_WORDSIZE hack. 16 years ago
Diego Pettenò cb92c528d9 Mark the ff_find_best_tables symbol static to msmpeg4. Patch by Diego Pettenò 16 years ago
Diego Pettenò d9ec210baa Mark ff_div6 and ff_rem6 static in h264.c. Patch by Diego Pettenò 16 years ago
Diego Pettenò e6df765ed3 Mark list heads static. Patch by Diego Pettenò 16 years ago
Diego Pettenò 88b77ef1e0 Mark print_all_lib_versions() static in cmdutils.c . Patch by Diego Pettenò 16 years ago
Diego Pettenò 2c676c33a4 Mark ffplay internal variables static. Patch by Diego Pettenò 16 years ago
Ronald S. Bultje 5c918b2775 Reindent after r15544. 16 years ago
Ronald S. Bultje accc248f28 Implement RDTDemuxContext, which contains RDT-specific data (similar to 16 years ago
Ronald S. Bultje 5465b0d474 Make RTPDemuxContext opaque in rtsp.c, renaming it to tx_ctx (tx=transport) 16 years ago
Ronald S. Bultje 99a1d1915e Remove access into RTPDemuxContext in rtsp.c, which allows making it opaque 16 years ago
Ronald S. Bultje 9b932b8ac0 Change function prototype of RTPDynamicPayloadHandler.parse_packet() to 16 years ago
Ronald S. Bultje ed0aacc76e Rename RTP payload contexts to PayloadContext, suggested by Luca in 16 years ago
Michael Niedermayer dd990075d6 100l forgot return type. 16 years ago
Michael Niedermayer 2791c60883 Fix indention of NAL type enum. 16 years ago
Michael Niedermayer 3ee4f5e4fa ff_parse_close() is not the correct function for H264Context. 16 years ago
Baptiste Coudurier f06188d5ee set sample rate for amr to allow stream copy since no decoder is present, 16 years ago
Diego Biurrun 1a27fb001a FFmpeg is not made for bats: Fix 22050Hz vs. 22050kHz typo. 16 years ago
Michael Niedermayer 44ee6135e2 Move nal unit types enum and EXTENDED_SAR #define from h264data.h to h264.h. 16 years ago
Diego Biurrun bc5c918ea8 Remove offset_t typedef and use int64_t directly instead. 16 years ago
Diego Pettenò 0c45cd0720 Stop Sun Studio from issuing a warning during configure when passed 16 years ago
Diego Pettenò b1cb73aa15 Make sure strcasecmp() is declared. 16 years ago
Aurelien Jacobs b37b13066d atrac3dec: cosmetics: indentation 16 years ago
Aurelien Jacobs c58e8bd3c3 matroskadec: cosmetics: indentation 16 years ago
Aurelien Jacobs 21a115d17b matroskadec: don't merge packets which have no timestamp 16 years ago
Diego Pettenò 72ab9d7f60 Use __typeof__ instead of GCC-specific typeof keyword. 16 years ago
Diego Pettenò 9aa1cfec1a fix warning reported by Intel C compiler: 16 years ago
Diego Pettenò 2d5174fc46 Intel C compiler warns on this assignment in this if(), probably 16 years ago
Diego Pettenò d3b9e7f19b Remove duplicate "const" qualifier for *matrix. 16 years ago
Jason Garrett-Glaser a5d2413345 x264 has removed the b-rdo and bime options, and instead integrated 16 years ago
Ramiro Polla 3defa81fc4 MinGW runtime 3.15 has a wrapper for usleep(). 16 years ago
Ramiro Polla 126cadc723 Specify minimum version for some MinGW packages. 16 years ago
Reimar Döffinger 14660b0814 Use M_PI from libavutil/mathematics.h instead of defining PI ourselves 16 years ago
Reimar Döffinger 19998314cd Make 8svx codec context table pointer const to match the type of the 16 years ago
Diego Biurrun 910f02a054 spelling cosmetics 16 years ago
Diego Pettenò fb65d2ca84 Use enum typers instead of int. 16 years ago
Reimar Döffinger 529dae12f7 Remove useless cyuv_decode_end function 16 years ago
Reimar Döffinger 9b5ede5b64 Add (additional) const to many global tables. 16 years ago
Reimar Döffinger 6dbfb7de82 Use "static const" instead of "const static" 16 years ago
Diego Biurrun f974f1faaf cosmetics: Change comment style for consistency. 16 years ago
Diego Biurrun 949906ea6d Update copyright years. 16 years ago
Diego Biurrun 31e647f8a2 Globally set LC_ALL=C to prevent locale issues from breaking tests. 16 years ago
Benoit Fouet 2c4b482931 Rename some variables and add some comments to try to be a bit more clear. 16 years ago
Carl Eugen Hoyos aaa0df02d3 Allow using DECLARE_ALIGNED with Sun cc. 16 years ago
Carl Eugen Hoyos 8d2fc163ce Rename copy_picture to ff_copy_picture. 16 years ago
Carl Eugen Hoyos c8562a6fda Fix memleak for currupt input. 16 years ago
Baptiste Coudurier 0be4b8d930 cosmetics, remove useless spaces 16 years ago
David Conrad 1ae4518d73 Cosmetics: reindent 16 years ago
David Conrad 10f38380be Unneeded else 16 years ago
David Conrad 6599e2a74a Unneeded braces 16 years ago