2008-01-16 |
Diego Biurrun | misc spelling/grammar fixes |
commit | commitdiff | tree | snapshot |
2008-01-16 |
Diego Biurrun | Rename illegal identifiers, _ followed by capital is... |
commit | commitdiff | tree | snapshot |
2008-01-16 |
Kostya Shishkov | pqindex=0 is forbidden |
commit | commitdiff | tree | snapshot |
2008-01-16 |
Michael Niedermayer | qscale==0 is invalid |
commit | commitdiff | tree | snapshot |
2008-01-16 |
Igor Mozolevsky | pentium4m is a valid CPU name, add it to the list. |
commit | commitdiff | tree | snapshot |
2008-01-16 |
Diego Biurrun | Move "Creating config.mak and config.h..." message... |
commit | commitdiff | tree | snapshot |
2008-01-16 |
Diego Biurrun | Add const qualifiers to unmodified function parameters... |
commit | commitdiff | tree | snapshot |
2008-01-16 |
Diego Biurrun | Remove bogus cast. |
commit | commitdiff | tree | snapshot |
2008-01-16 |
Michael Niedermayer | Print removing of nodes in the test code. |
commit | commitdiff | tree | snapshot |
2008-01-16 |
Michael Niedermayer | simplify |
commit | commitdiff | tree | snapshot |
2008-01-15 |
Luca Abeni | Make avc_find_startcode non-static, so that it can... |
commit | commitdiff | tree | snapshot |
2008-01-14 |
Diego Biurrun | Add compilation rule for tools/pktdumper. |
commit | commitdiff | tree | snapshot |
2008-01-14 |
Diego Biurrun | Add '#undef strcat' to fix compilation. |
commit | commitdiff | tree | snapshot |
2008-01-14 |
Sigbjørn Skjæret | Add a couple of missing consts. |
commit | commitdiff | tree | snapshot |
2008-01-14 |
Michel Bardiaux | Suppress runaway index on streamed input |
commit | commitdiff | tree | snapshot |
2008-01-14 |
Diego Pettenò | Build both static and shared libs from the same object. |
commit | commitdiff | tree | snapshot |
2008-01-14 |
Christophe... | Select scan tables for 8x4 and 4x8 blocks only once. |
commit | commitdiff | tree | snapshot |
2008-01-14 |
Michael Niedermayer | Remove green clouds. |
commit | commitdiff | tree | snapshot |
2008-01-13 |
Luca Barbato | gcc2 doesn't have bogus mergel, patch from Sigbjørn... |
commit | commitdiff | tree | snapshot |
2008-01-13 |
Roberto Togni | Add support for S8 PCM (codec 2) |
commit | commitdiff | tree | snapshot |
2008-01-13 |
Paul Kelly | user specifyable maximum amount of memory to use for... |
commit | commitdiff | tree | snapshot |
2008-01-13 |
Robert Swain | Add variable alpha and size of half window for Kaiser... |
commit | commitdiff | tree | snapshot |
2008-01-13 |
Reimar Döffinger | Get rid of fft_rev table, use ff_reverse and a shift. |
commit | commitdiff | tree | snapshot |
2008-01-12 |
Reimar Döffinger | Use FFSWAP instead of "manual" swap |
commit | commitdiff | tree | snapshot |
2008-01-12 |
Måns Rullgård | refer users to ffmpeg-user list in case of errors |
commit | commitdiff | tree | snapshot |
2008-01-12 |
Víctor Paesa | Alignment |
commit | commitdiff | tree | snapshot |
2008-01-12 |
Víctor Paesa | Link to libraries in dependency order. |
commit | commitdiff | tree | snapshot |
2008-01-12 |
Robert Swain | Make the Kaiser-Bessel window generator a common function |
commit | commitdiff | tree | snapshot |
2008-01-12 |
Michael Niedermayer | Set pts/dts in raw (yuv,rgb,pcm) demuxers. |
commit | commitdiff | tree | snapshot |
2008-01-12 |
Michael Niedermayer | Write 0 instead of seeking forward (and leaving bytes... |
commit | commitdiff | tree | snapshot |
2008-01-11 |
Aurelien Jacobs | add a ff_ prefix to newly exported functions from avc.c |
commit | commitdiff | tree | snapshot |
2008-01-11 |
Aurelien Jacobs | Matroska muxer needs to format all NAL units, not only... |
commit | commitdiff | tree | snapshot |
2008-01-11 |
Michael Niedermayer | Factorize some code into functions, had this in my... |
commit | commitdiff | tree | snapshot |
2008-01-11 |
Lars Täuber | Nitpicks patch by Lars Täuber. |
commit | commitdiff | tree | snapshot |
2008-01-11 |
Brian Brice | Clear synth_buf on flush(). Part of a patch by Brian... |
commit | commitdiff | tree | snapshot |
2008-01-11 |
Brian Brice | Flush mp2 as well on seeking. Part of a patch by Brian... |
commit | commitdiff | tree | snapshot |
2008-01-11 |
Luca Abeni | Do not install rtp.h (which should have never been... |
commit | commitdiff | tree | snapshot |
2008-01-11 |
Christophe... | Factorize some duplicated code from CAVS and H.264... |
commit | commitdiff | tree | snapshot |
2008-01-11 |
Mike Melanson | Ministry of English Composition edits for SNOW spec... |
commit | commitdiff | tree | snapshot |
2008-01-11 |
Alessandro... | Enabling higher frame rates for dc1394, patch by Alessa... |
commit | commitdiff | tree | snapshot |
2008-01-11 |
Alessandro... | Adding support for libdc1394 v.2, patch by Alessandro... |
commit | commitdiff | tree | snapshot |
2008-01-11 |
Aurelien Jacobs | matroskaenc now depends on avc.o |
commit | commitdiff | tree | snapshot |
2008-01-11 |
Aurelien Jacobs | Use the isom avcc formatting for h264 extradata in... |
commit | commitdiff | tree | snapshot |
2008-01-11 |
Aurelien Jacobs | Move isom_write_avcc() and related functions into a... |
commit | commitdiff | tree | snapshot |
2008-01-11 |
Aurelien Jacobs | extract isom_write_avcc into a function |
commit | commitdiff | tree | snapshot |
2008-01-11 |
Aurelien Jacobs | Add one more parameter to avc_parse_nal_units so that... |
commit | commitdiff | tree | snapshot |
2008-01-11 |
Aurelien Jacobs | Check return value of avc_parse_nal_units(). |
commit | commitdiff | tree | snapshot |
2008-01-10 |
Ronald S. Bultje | Reindent after r11493 (always use parse_packet() vfunc... |
commit | commitdiff | tree | snapshot |
2008-01-10 |
Ronald S. Bultje | Make rtp_parse_packet() always call the vfunc of the... |
commit | commitdiff | tree | snapshot |
2008-01-10 |
Michael Niedermayer | unused |
commit | commitdiff | tree | snapshot |
2008-01-10 |
Diego Biurrun | Fix a couple of 'return type defaults to int' and ... |
commit | commitdiff | tree | snapshot |
2008-01-10 |
Diego Biurrun | Add LGPL license header. |
commit | commitdiff | tree | snapshot |
2008-01-10 |
kweiner@spamcop.net | Add "genre" command line option |
commit | commitdiff | tree | snapshot |
2008-01-10 |
Diego Pettenò | Make MMX vectors constants. |
commit | commitdiff | tree | snapshot |
2008-01-10 |
Diego Pettenò | Make pp_help a constant array of characters to move... |
commit | commitdiff | tree | snapshot |
2008-01-10 |
Diego Pettenò | Reduce the size of the replaceTable entries. |
commit | commitdiff | tree | snapshot |
2008-01-10 |
Luca Abeni | Pass a proper context to av_log() |
commit | commitdiff | tree | snapshot |
2008-01-10 |
Michael Niedermayer | Print libavdevice version. |
commit | commitdiff | tree | snapshot |
2008-01-09 |
Eduardo Bragatto | Initialize correctly optind. |
commit | commitdiff | tree | snapshot |
2008-01-09 |
Andreas Öman | Fix a bug causing the generated stream to be corrupt... |
commit | commitdiff | tree | snapshot |
2008-01-09 |
Andreas Öman | Correctly use output format stream index for bitstream... |
commit | commitdiff | tree | snapshot |
2008-01-09 |
Mike Melanson | Error checking: make sure that there are 3 parameters... |
commit | commitdiff | tree | snapshot |
2008-01-08 |
Justin Ruggles | used defined name for testing error resilience level |
commit | commitdiff | tree | snapshot |
2008-01-08 |
Diego Biurrun | Fix random typos. |
commit | commitdiff | tree | snapshot |
2008-01-08 |
Diego Biurrun | Fix illegal identifiers, names starting with _ and... |
commit | commitdiff | tree | snapshot |
2008-01-08 |
Diego Biurrun | Add compilation rule for tools/trasher. |
commit | commitdiff | tree | snapshot |
2008-01-08 |
Diego Biurrun | Remove unused variable i. |
commit | commitdiff | tree | snapshot |
2008-01-08 |
Diego Biurrun | Allow compilation of test programs when TEST is defined. |
commit | commitdiff | tree | snapshot |
2008-01-08 |
Diego Biurrun | Remove unused variable j. |
commit | commitdiff | tree | snapshot |
2008-01-08 |
Diego Biurrun | Remove unused variable variance. |
commit | commitdiff | tree | snapshot |
2008-01-08 |
Diego Biurrun | Fix test program compilation, random() needs to be... |
commit | commitdiff | tree | snapshot |
2008-01-08 |
Guillaume LecrefECERF | url_write is part of the public API so it may not be... |
commit | commitdiff | tree | snapshot |
2008-01-08 |
Diego Pettenò | Remove clip_table as it is not used anymore. |
commit | commitdiff | tree | snapshot |
2008-01-08 |
Michael Niedermayer | Split range coding chapter in binary and integers |
commit | commitdiff | tree | snapshot |
2008-01-08 |
Michael Niedermayer | argh s/ffmpeg/snow/ |
commit | commitdiff | tree | snapshot |
2008-01-08 |
Michael Niedermayer | Range coder state transition table, based on a patch... |
commit | commitdiff | tree | snapshot |
2008-01-08 |
Michael Niedermayer | Remove extra word. |
commit | commitdiff | tree | snapshot |
2008-01-08 |
Baptiste Coudurier | check av_new_stream return value |
commit | commitdiff | tree | snapshot |
2008-01-08 |
Baptiste Coudurier | check av_new_stream return value |
commit | commitdiff | tree | snapshot |
2008-01-08 |
Roman Shaposhnik | * fixing a bug preventing default values to be set... |
commit | commitdiff | tree | snapshot |
2008-01-08 |
Michael Niedermayer | Mention damaged input testing. |
commit | commitdiff | tree | snapshot |
2008-01-08 |
Michael Niedermayer | A little proggy i wrote years ago. |
commit | commitdiff | tree | snapshot |
2008-01-08 |
Michael Niedermayer | Randomly change the amount of noise if nothing is expli... |
commit | commitdiff | tree | snapshot |
2008-01-07 |
Ivo van Poorten | LMLM4 demuxer |
commit | commitdiff | tree | snapshot |
2008-01-07 |
Ivo van Poorten | Linux Media Labs MPEG-4 (LMLM4) demuxer |
commit | commitdiff | tree | snapshot |
2008-01-07 |
Ivo van Poorten | Implement read_timestamp and enable seeking in PVA... |
commit | commitdiff | tree | snapshot |
2008-01-07 |
Ivo van Poorten | cosmetics |
commit | commitdiff | tree | snapshot |
2008-01-07 |
Ivo van Poorten | remove unnecessary check |
commit | commitdiff | tree | snapshot |
2008-01-07 |
Ivo van Poorten | use ff_parse_pes_pts for parsing an MPEG-PES timestamp |
commit | commitdiff | tree | snapshot |
2008-01-07 |
Ivo van Poorten | Move parsing of MPEG-PES timestamp to mpeg.h (as an... |
commit | commitdiff | tree | snapshot |
2008-01-07 |
Roberto Togni | Move printing of the license status at the end of confi... |
commit | commitdiff | tree | snapshot |
2008-01-07 |
Andreas Öman | Dont crash if resampling is requested but no audio... |
commit | commitdiff | tree | snapshot |
2008-01-07 |
Aurelien Jacobs | Fix access to the last element of the table. |
commit | commitdiff | tree | snapshot |
2008-01-07 |
Diego Pettenò | Mark the ff_svq1_frame_size_table as constant. |
commit | commitdiff | tree | snapshot |
2008-01-07 |
Diego Pettenò | Move wmv1_scantable to .rodata section by making it... |
commit | commitdiff | tree | snapshot |
2008-01-07 |
Diego Pettenò | Make the av_class member of PPContext a poiner to const... |
commit | commitdiff | tree | snapshot |
2008-01-07 |
Diego Pettenò | Mark the tables in g726.c as constant. |
commit | commitdiff | tree | snapshot |
2008-01-07 |
Diego Pettenò | Make v4l.c's video_formats constant and static. |
commit | commitdiff | tree | snapshot |
2008-01-07 |
Diego Pettenò | Remove unused symbol. |
commit | commitdiff | tree | snapshot |
2008-01-07 |
Justin Ruggles | split out init of downmix coeffs into a separate functi... |
commit | commitdiff | tree | snapshot |
next |