12011 Commits (d75dcfdcebbb166805fb9ac8f2d622c82fc9141a)
 

Author SHA1 Message Date
Diego Biurrun d75dcfdceb Add compilation rule for tools/pktdumper. 17 years ago
Diego Biurrun 6878026ada Add '#undef strcat' to fix compilation. 17 years ago
Sigbjørn Skjæret 9ad5675f25 Add a couple of missing consts. 17 years ago
Michel Bardiaux 6ba90c204c Suppress runaway index on streamed input 17 years ago
Diego Pettenò 363728ea0e Build both static and shared libs from the same object. 17 years ago
Christophe Gisquet 750e37eb83 Select scan tables for 8x4 and 4x8 blocks only once. 17 years ago
Michael Niedermayer 526e037b95 Remove green clouds. 17 years ago
Luca Barbato 3174c77a3e gcc2 doesn't have bogus mergel, patch from Sigbjørn Skjæret cisc...broadpark___no 17 years ago
Roberto Togni c5adfd641a Add support for S8 PCM (codec 2) 17 years ago
Paul Kelly 3dea63bd7e user specifyable maximum amount of memory to use for the index. 17 years ago
Robert Swain 3ed546fe52 Add variable alpha and size of half window for Kaiser-Bessel Derived window 17 years ago
Reimar Döffinger 99fac0806b Get rid of fft_rev table, use ff_reverse and a shift. 17 years ago
Reimar Döffinger f952b30cd1 Use FFSWAP instead of "manual" swap 17 years ago
Måns Rullgård e5d8ccd727 refer users to ffmpeg-user list in case of errors 17 years ago
Víctor Paesa 1a04866480 Alignment 17 years ago
Víctor Paesa a585c469a3 Link to libraries in dependency order. 17 years ago
Robert Swain 4eb7a735cb Make the Kaiser-Bessel window generator a common function 17 years ago
Michael Niedermayer f5b410312f Set pts/dts in raw (yuv,rgb,pcm) demuxers. 17 years ago
Michael Niedermayer 2024c2262b Write 0 instead of seeking forward (and leaving bytes uninitalized), 17 years ago
Aurelien Jacobs 9ab3f71b60 add a ff_ prefix to newly exported functions from avc.c 17 years ago
Aurelien Jacobs e609806ec6 Matroska muxer needs to format all NAL units, not only extradata. 17 years ago
Michael Niedermayer 9f7458b285 Factorize some code into functions, had this in my tree and will be 17 years ago
Lars Täuber 762f804c9e Nitpicks patch by Lars Täuber. 17 years ago
Brian Brice 812f29ffb8 Clear synth_buf on flush(). Part of a patch by Brian Brice bbrice gmail com. 17 years ago
Brian Brice 4a69055bad Flush mp2 as well on seeking. Part of a patch by Brian Brice bbrice gmail com. 17 years ago
Luca Abeni cd4f256754 Do not install rtp.h (which should have never been part of the public API) 17 years ago
Christophe Gisquet 28748a9128 Factorize some duplicated code from CAVS and H.264 into a common file. 17 years ago
Mike Melanson c567c6945f Ministry of English Composition edits for SNOW spec-- introduction (many more to come) 17 years ago
Alessandro Sappia cbe3f0b8ec Enabling higher frame rates for dc1394, patch by Alessandro Sappia a dot sappia at ngi dot it 17 years ago
Alessandro Sappia 0b4a18218e Adding support for libdc1394 v.2, patch by Alessandro Sappia a dot sappia at ngi dot it 17 years ago
Aurelien Jacobs e71b0534f2 matroskaenc now depends on avc.o 17 years ago
Aurelien Jacobs aacc5f227a Use the isom avcc formatting for h264 extradata in matroska. 17 years ago
Aurelien Jacobs 1bd2d763d4 Move isom_write_avcc() and related functions into a separate file. 17 years ago
Aurelien Jacobs 6e6eebf919 extract isom_write_avcc into a function 17 years ago
Aurelien Jacobs de04ad45ec Add one more parameter to avc_parse_nal_units so that it allows not to 17 years ago
Aurelien Jacobs ed7fa39c2d Check return value of avc_parse_nal_units(). 17 years ago
Ronald S. Bultje f739b36d16 Reindent after r11493 (always use parse_packet() vfunc in rtp_parse_packet()), 17 years ago
Ronald S. Bultje b4e3330c12 Make rtp_parse_packet() always call the vfunc of the dynamic payload handler 17 years ago
Michael Niedermayer 927688d6e0 unused 17 years ago
Diego Biurrun f3635240b7 Fix a couple of 'return type defaults to int' and 'control reaches end of 17 years ago
Diego Biurrun c33820e52e Add LGPL license header. 17 years ago
kweiner@spamcop.net ab759f6e1e Add "genre" command line option 17 years ago
Diego Pettenò fb83ea6417 Make MMX vectors constants. 17 years ago
Diego Pettenò 69fdc40db7 Make pp_help a constant array of characters to move it to .rodata. 17 years ago
Diego Pettenò 649537438e Reduce the size of the replaceTable entries. 17 years ago
Luca Abeni 81ab1fa13e Pass a proper context to av_log() 17 years ago
Michael Niedermayer 2208741afe Print libavdevice version. 17 years ago
Eduardo Bragatto a20db8a35c Initialize correctly optind. 17 years ago
Andreas Öman 48aecf5a7d Fix a bug causing the generated stream to be corrupt if the buffer 17 years ago
Andreas Öman 8b389f15cd Correctly use output format stream index for bitstream filter when doing stream copy. 17 years ago