5907 Commits (f28660eb3f3faa14672c7e89c2bf861ece581965)
 

Author SHA1 Message Date
Diego Biurrun e89b8b0a93 Honor the LDFLAGS environment variable. 19 years ago
Guillaume Poirier 41ae6ef923 Add an actual 3dnow intrinsinc so the configure script doesn't just check for the existence of the 3dnow header 19 years ago
Baptiste Coudurier 2c95f59f06 fix avc nal parsing 19 years ago
Baptiste Coudurier a959f0ea7a fix pcm_s24be demuxing, simplify 19 years ago
Guillaume Poirier fce9551efc Add 3dnow intrinsic support for AMD64 machines: -march=athlon means IA32 for GCC, so use -m3dnow instead. 19 years ago
Baptiste Coudurier ed70a5099e add quicktime uncompressed 8bit 4:2:2 support 19 years ago
Baptiste Coudurier 5e0c720a4e fix mulaw muxing 19 years ago
Baptiste Coudurier 6dd19fff4d do not write wave if not needed 19 years ago
Baptiste Coudurier 3a72cbd9f0 fix AMR muxing in mov 19 years ago
Baptiste Coudurier fcef991a85 add pcm 24/32 le/be support 19 years ago
Michael Niedermayer 08db8f1846 simplify 19 years ago
Baptiste Coudurier 039627cf48 clean and simplify 19 years ago
Baptiste Coudurier 307eb24879 add MPEG-2 intra vlc support 19 years ago
Baptiste Coudurier d634aa2095 remove unused variable 19 years ago
Michael Niedermayer a443a2530d sanity checks some might have been exploitable 19 years ago
Michael Niedermayer 3a1a7e32ac sanity checks, some might have been exploitable ... 19 years ago
Justin Ruggles ce1d2a95c3 Raw flac muxer, patch by Justin Ruggles (jruggle earthlink net). Can be 19 years ago
Måns Rullgård 3644cb8ff9 set stream time_base properly 19 years ago
Måns Rullgård b8d10977f4 add unaligned16() and unaligned64() 19 years ago
Måns Rullgård e1203ac098 ogm demuxing 19 years ago
Jan Knutar 08706ab9a2 Unconditionally use -lossaudio on NetBSD. 19 years ago
Baptiste Coudurier b565ea09c7 fix spliting chunks, simplify 19 years ago
Måns Rullgård baa3a93781 Create shared libraries using versioned filenames and add -rpath-link 19 years ago
Benjamin Larsson 8dcf48a8c3 Cosmetics. Add the defines needed for debug output. 19 years ago
Loren Merritt 24efb5e51b fix a crash on x86_64 19 years ago
Baptiste Coudurier b451719e07 simplify, amr.c sets frame_size to 160, and sample size is always 8000 19 years ago
Baptiste Coudurier 9c09db541e fix damr atom, needed for quicktime player 19 years ago
Baptiste Coudurier 415d10d0a5 fix alac decoder on little endian 19 years ago
Michael Niedermayer 2d661e073e cosmetics (initalize variables where they are used) 19 years ago
Michael Niedermayer 11b681687d decoders should (IMHO) not duplicate frames, the application can do this if it wants 19 years ago
Baptiste Coudurier bfc2a19d7a 10l, undef DEBUG 19 years ago
Baptiste Coudurier 750b4aaabb assing correct codec_id for mjpegb 19 years ago
Benjamin Larsson 89ca8c497f Add support for raw flac decoding based on the .flac suffix of input files. 19 years ago
Michael Niedermayer d4277a7d51 allow insane gop sizes if the user doesnt care about playable streams (doesnt want compliance to any standard) 19 years ago
Michael Niedermayer 3b29cb6b59 add outcommented chunk of code to handle stuffing MBs at the end of slices (IMHO the standard doesnt allow this and there are no real world files which need it) 19 years ago
Reimar Döffinger 902c748ce5 change the type of esp in SwsContext to uint64_t so it can hold a full register 19 years ago
Denes Balatoni 8d39d67a78 vorbis 5:1 decoding fix, fix mi2_vorbis51.mp4, patch by Denes Balatoni <dbalatoni at programozo dot hu> 19 years ago
Michael Niedermayer 1dd509b157 make zero motion vector threshold user setable 19 years ago
Diego Biurrun 60827a1a80 Further simplify AMR build. 19 years ago
Michael Niedermayer 46fe31a019 removing esp usage 19 years ago
Loren Merritt 09786209e6 reinit quant matrices if pps is overwritten by another of the same pps_id. 19 years ago
Diego Biurrun 215e46e6e5 Ignore errors from recursive AMR cleans. 19 years ago
Diego Biurrun c7f1a2f56e Unconditionally clean AMR subdirs. 19 years ago
Flavio Pimentel Duarte c787ba854e Fix v4l grabbing with some webcams, and simplify the code. 19 years ago
Luca Barbato a487e0f654 Macosx fix 19 years ago
Michael Niedermayer 7923a3f904 d10 decoding fix 19 years ago
Baptiste Coudurier a20da52cbf skip null fourcc, fix ep2_mystery_m640_dummy.mov 19 years ago
Aurelien Jacobs c51ba67a98 clip_uint8 now return an uint8_t so no need to &0xFF 19 years ago
Aurelien Jacobs 77177335f0 document clip functions 19 years ago
Loren Merritt 89ddb72aa1 warn on interlaced streams 19 years ago