2010-03-11 |
Måns Rullgård | snow: remove unused stub functions |
commit | commitdiff | tree | snapshot |
2010-03-11 |
Måns Rullgård | ffplay: use correct format specifiers in printf() |
commit | commitdiff | tree | snapshot |
2010-03-11 |
Måns Rullgård | Add some required casts |
commit | commitdiff | tree | snapshot |
2010-03-11 |
Måns Rullgård | configure: remove stray semicolon |
commit | commitdiff | tree | snapshot |
2010-03-11 |
Måns Rullgård | configure: use map() function in a couple of places |
commit | commitdiff | tree | snapshot |
2010-03-11 |
Måns Rullgård | configure: add --disable-everything option |
commit | commitdiff | tree | snapshot |
2010-03-10 |
Michael Niedermayer | Fix some apparent +- errors in the audio vissualization. |
commit | commitdiff | tree | snapshot |
2010-03-10 |
Måns Rullgård | sparc: fix a few pages of cast warnings |
commit | commitdiff | tree | snapshot |
2010-03-10 |
Måns Rullgård | sparc: fix dsputil prototypes |
commit | commitdiff | tree | snapshot |
2010-03-10 |
Måns Rullgård | configure: allow mips64el and powerpc64 as values for... |
commit | commitdiff | tree | snapshot |
2010-03-10 |
Martin Storsjö | Make the ntp_time function available to other parts... |
commit | commitdiff | tree | snapshot |
2010-03-10 |
Martin Storsjö | Only use .size in ARM assembly when targeting ELF |
commit | commitdiff | tree | snapshot |
2010-03-10 |
Michael Niedermayer | Only reschedule refresh if we successfully removed... |
commit | commitdiff | tree | snapshot |
2010-03-10 |
Michael Niedermayer | Increase VIDEO_PICTURE_QUEUE_SIZE to 2. |
commit | commitdiff | tree | snapshot |
2010-03-10 |
Michael Niedermayer | Do not call SDL_SetVideoMode() with the same size as... |
commit | commitdiff | tree | snapshot |
2010-03-10 |
Benoit Fouet | Fix ffm_close return type. |
commit | commitdiff | tree | snapshot |
2010-03-10 |
Vitor Sessak | Fix memory leak in FFM demuxer |
commit | commitdiff | tree | snapshot |
2010-03-10 |
Måns Rullgård | undef av_always_inline before redefining |
commit | commitdiff | tree | snapshot |
2010-03-10 |
Michael Niedermayer | Check level_prefix a bit (this just checks the max... |
commit | commitdiff | tree | snapshot |
2010-03-10 |
Baptiste Coudurier | In mpegts muxer, free adts context and temporary data |
commit | commitdiff | tree | snapshot |
2010-03-10 |
Baptiste Coudurier | reindent |
commit | commitdiff | tree | snapshot |
2010-03-10 |
Dave Yeo | Include os_support.h which has a fallback declaration... |
commit | commitdiff | tree | snapshot |
2010-03-10 |
Dave Yeo | Using struct timeval requires sys/time.h, fixes compila... |
commit | commitdiff | tree | snapshot |
2010-03-10 |
Ramiro Polla | vfwcap: Add support for UYVY pixel format. |
commit | commitdiff | tree | snapshot |
2010-03-10 |
Måns Rullgård | 10l: fix version.h generation |
commit | commitdiff | tree | snapshot |
2010-03-10 |
Måns Rullgård | Remove .SECONDARY directive |
commit | commitdiff | tree | snapshot |
2010-03-10 |
Måns Rullgård | Make version.h depend on git changes |
commit | commitdiff | tree | snapshot |
2010-03-10 |
Måns Rullgård | Improve version.h generation |
commit | commitdiff | tree | snapshot |
2010-03-10 |
Måns Rullgård | Replace $(G) with more generic $(M) in silent make... |
commit | commitdiff | tree | snapshot |
2010-03-10 |
Måns Rullgård | Prettify make output for documentation |
commit | commitdiff | tree | snapshot |
2010-03-10 |
Måns Rullgård | Change dir into doc/ when running texi2html |
commit | commitdiff | tree | snapshot |
2010-03-10 |
David Conrad | vp3: avoid buffer overread in coeff decode |
commit | commitdiff | tree | snapshot |
2010-03-09 |
Carl Eugen... | Fix indentation after r22414. |
commit | commitdiff | tree | snapshot |
2010-03-09 |
Zhou Zongyi | SIMD optimization using float_to_int16_interleave. |
commit | commitdiff | tree | snapshot |
2010-03-09 |
Alex Converse | aacsbr: Check that bs_num_env is valid before writing... |
commit | commitdiff | tree | snapshot |
2010-03-09 |
Alex Converse | aacsbr: Cleanup read_sbr_grid and copy_sbr_grid after... |
commit | commitdiff | tree | snapshot |
2010-03-09 |
Alex Converse | aacsbr: Factor out the common end border case from... |
commit | commitdiff | tree | snapshot |
2010-03-09 |
Alex Converse | aacsbr: read bs_rel_bord directly into t_env. |
commit | commitdiff | tree | snapshot |
2010-03-09 |
Alex Converse | aacsbr: Make the previous value of bs_num_env local... |
commit | commitdiff | tree | snapshot |
2010-03-09 |
Alex Converse | aacsbr: Initialize e_a[1] to -1. |
commit | commitdiff | tree | snapshot |
2010-03-09 |
Måns Rullgård | Replace many includes of libavutil/common.h with what... |
commit | commitdiff | tree | snapshot |
2010-03-09 |
Martin Storsjö | Docs: Place the vorbis comment properly, currently... |
commit | commitdiff | tree | snapshot |
2010-03-09 |
Måns Rullgård | libm.h needs attributes.h |
commit | commitdiff | tree | snapshot |
2010-03-09 |
Måns Rullgård | ARM: set size of asm functions in object files |
commit | commitdiff | tree | snapshot |
2010-03-09 |
Martin Storsjö | Use rt->control_uri consequently instead of s->filename... |
commit | commitdiff | tree | snapshot |
2010-03-09 |
Måns Rullgård | Replace some printf() with puts() in tableprint.c |
commit | commitdiff | tree | snapshot |
2010-03-09 |
Måns Rullgård | Prettify make output when generating headers |
commit | commitdiff | tree | snapshot |
2010-03-09 |
Michael Niedermayer | Add special case to avoid binary search when appending... |
commit | commitdiff | tree | snapshot |
2010-03-09 |
Måns Rullgård | Move libm replacements to new header libm.h |
commit | commitdiff | tree | snapshot |
2010-03-09 |
Martin Storsjö | RTSP: Resolve and use the actual IP address of the... |
commit | commitdiff | tree | snapshot |
2010-03-09 |
Måns Rullgård | Reorder some make rules |
commit | commitdiff | tree | snapshot |
2010-03-09 |
Måns Rullgård | Remove superflous ifdef CONFIG_{STATIC,SHARED} in makefiles |
commit | commitdiff | tree | snapshot |
2010-03-09 |
Måns Rullgård | configure: always write shared lib variables to config.mak |
commit | commitdiff | tree | snapshot |
2010-03-09 |
Måns Rullgård | Simplify static/shared build rules |
commit | commitdiff | tree | snapshot |
2010-03-09 |
Måns Rullgård | Move some make rules outside of eval'd block |
commit | commitdiff | tree | snapshot |
2010-03-09 |
Måns Rullgård | cosmetic: move some makefile variable definitions |
commit | commitdiff | tree | snapshot |
2010-03-09 |
Måns Rullgård | Remove duplicates from OBJS |
commit | commitdiff | tree | snapshot |
2010-03-09 |
Peter Ross | Remove static function name prefixes from American... |
commit | commitdiff | tree | snapshot |
2010-03-09 |
Peter Ross | Ensure Bink demuxer returns AVERROR code when av_get_pa... |
commit | commitdiff | tree | snapshot |
2010-03-09 |
Peter Ross | Enable tcp_protocol when enabling http |
commit | commitdiff | tree | snapshot |
2010-03-09 |
Alex Converse | aacsbr: Dead code removal. |
commit | commitdiff | tree | snapshot |
2010-03-09 |
Alex Converse | aacsbr: Remove a slightly incorrect comment. |
commit | commitdiff | tree | snapshot |
2010-03-09 |
Alex Converse | Revert r22288 "Increase FF_INPUT_BUFFER_PADDING_SIZE... |
commit | commitdiff | tree | snapshot |
2010-03-09 |
Alex Converse | aacsbr: Cleanup the newly merged read_sbr_grid, elimina... |
commit | commitdiff | tree | snapshot |
2010-03-09 |
Alex Converse | aacsbr: Move the e_a calculation from sbr_mapping(... |
commit | commitdiff | tree | snapshot |
2010-03-09 |
Alex Converse | aacsbr: Merge sbr_time_freq_grid into read_sbr_grid... |
commit | commitdiff | tree | snapshot |
2010-03-09 |
Alex Converse | aacsbr: Fail early on illegal envelope counts. |
commit | commitdiff | tree | snapshot |
2010-03-09 |
Alex Converse | aacsbr: Check for illegal values of bs_pointer in sbr_r... |
commit | commitdiff | tree | snapshot |
2010-03-09 |
Vitor Sessak | Revert commit 22378. |
commit | commitdiff | tree | snapshot |
2010-03-09 |
Reinhard Tartler | Fix compilation on powerpc with --disable-altivec |
commit | commitdiff | tree | snapshot |
2010-03-09 |
Kostya Shishkov | Check for reference frames so RV 3/4 won't segfault... |
commit | commitdiff | tree | snapshot |
2010-03-09 |
David Conrad | vp3: correctly clip vp3_draw_horiz_band call |
commit | commitdiff | tree | snapshot |
2010-03-09 |
Alex Converse | 10l: Include missing return values in functions made... |
commit | commitdiff | tree | snapshot |
2010-03-09 |
Alex Converse | aacsbr: Propagate errors from read_sbr_grid to prevent... |
commit | commitdiff | tree | snapshot |
2010-03-09 |
Georgi Chorbadzhiyski | Add a missing fft.h include to the aacsbr decoder. |
commit | commitdiff | tree | snapshot |
2010-03-09 |
Georgi Chorbadzhiyski | Add missing build dependencies for the AAC decoder... |
commit | commitdiff | tree | snapshot |
2010-03-09 |
David Conrad | mkvenc: Handle negative timestamps correctly |
commit | commitdiff | tree | snapshot |
2010-03-09 |
David Conrad | mkvenc: Don't try to write packets with unknown timestamps |
commit | commitdiff | tree | snapshot |
2010-03-09 |
David Conrad | mkvenc: write dts for VFW mode |
commit | commitdiff | tree | snapshot |
2010-03-09 |
Baptiste Coudurier | Fix encoder metadata string langcode in mov muxer |
commit | commitdiff | tree | snapshot |
2010-03-09 |
Baptiste Coudurier | Correctly mark mov metadata as utf-8, using iso languag... |
commit | commitdiff | tree | snapshot |
2010-03-09 |
Daniel Verkamp | Bump avcodec minor version for kgv1 decoder |
commit | commitdiff | tree | snapshot |
2010-03-09 |
Måns Rullgård | Fix build on configurations without fast av_log2() |
commit | commitdiff | tree | snapshot |
2010-03-09 |
Baptiste Coudurier | In mov demuxer, convert mac encoded strings to utf-8 |
commit | commitdiff | tree | snapshot |
2010-03-09 |
Daniel Verkamp | Kega Game Video (KGV1) decoder |
commit | commitdiff | tree | snapshot |
2010-03-09 |
Baptiste Coudurier | Preallocate index entries in mov demuxer, huge speedup |
commit | commitdiff | tree | snapshot |
2010-03-09 |
Baptiste Coudurier | Fix interlaced vc-3 decoding, issue #1753 |
commit | commitdiff | tree | snapshot |
2010-03-09 |
David Conrad | vp3: Set pict_type |
commit | commitdiff | tree | snapshot |
2010-03-09 |
David Conrad | vp3: Allocate a dummy reference frame if we have no... |
commit | commitdiff | tree | snapshot |
2010-03-09 |
David Conrad | vp3: use FF_BUFFER_TYPE_COPY |
commit | commitdiff | tree | snapshot |
2010-03-09 |
David Conrad | vp3: Don't leak buffers on errors |
commit | commitdiff | tree | snapshot |
2010-03-09 |
David Conrad | vp3: Simplify buffer management |
commit | commitdiff | tree | snapshot |
2010-03-09 |
David Conrad | vp3: be less spammy on broken files |
commit | commitdiff | tree | snapshot |
2010-03-09 |
Baptiste Coudurier | In mpegts muxer, write adts header if aac bitstream... |
commit | commitdiff | tree | snapshot |
2010-03-08 |
Baptiste Coudurier | In mpegts muxer, search for h264 aud nal, it might... |
commit | commitdiff | tree | snapshot |
2010-03-08 |
Stefano Sabatini | Remove definition of match_ext(), which is declared... |
commit | commitdiff | tree | snapshot |
2010-03-08 |
Baptiste Coudurier | mpegts vbr muxing, activated when muxing rate is not... |
commit | commitdiff | tree | snapshot |
2010-03-08 |
Stefano Sabatini | Replace last occurrence of the deprecated match_ext... |
commit | commitdiff | tree | snapshot |
2010-03-08 |
Baptiste Coudurier | Start continuity counter at 0 for pmt as well |
commit | commitdiff | tree | snapshot |
2010-03-08 |
Måns Rullgård | More descriptive names for av_stristr() parameters |
commit | commitdiff | tree | snapshot |
next |