2008-05-24 |
Vitor Sessak | Better error messages |
commit | commitdiff | tree | snapshot |
2008-05-24 |
Vitor Sessak | More simplifying |
commit | commitdiff | tree | snapshot |
2008-05-24 |
Vitor Sessak | Simplify |
commit | commitdiff | tree | snapshot |
2008-05-24 |
Vitor Sessak | Merge declaration and initialization |
commit | commitdiff | tree | snapshot |
2008-05-24 |
Vitor Sessak | Cosmetics |
commit | commitdiff | tree | snapshot |
2008-05-24 |
Vitor Sessak | Update comments to new syntax |
commit | commitdiff | tree | snapshot |
2008-05-24 |
Vitor Sessak | 10l: Forgot to consider the null byte at the end of... |
commit | commitdiff | tree | snapshot |
2008-05-24 |
Vitor Sessak | Use '[' and ']' for label naming |
commit | commitdiff | tree | snapshot |
2008-05-24 |
Vitor Sessak | Rename avfilter_graph_parse_chain() to avfilter_parse_g... |
commit | commitdiff | tree | snapshot |
2008-05-24 |
Vitor Sessak | Rename AVFilterInOut.instance to AVFilterInOut.filter |
commit | commitdiff | tree | snapshot |
2008-05-24 |
Vitor Sessak | Cosmetics |
commit | commitdiff | tree | snapshot |
2008-05-24 |
Vitor Sessak | Simplify consume_string() as Michael suggested |
commit | commitdiff | tree | snapshot |
2008-05-24 |
Vitor Sessak | Simplify |
commit | commitdiff | tree | snapshot |
2008-05-24 |
Vitor Sessak | Better instance name for parsed filters |
commit | commitdiff | tree | snapshot |
2008-05-24 |
Vitor Sessak | Use link_filter() instead avfilter_link() when clearer |
commit | commitdiff | tree | snapshot |
2008-05-24 |
Vitor Sessak | Avoid searching by instance name when it is not necessary |
commit | commitdiff | tree | snapshot |
2008-05-24 |
Vitor Sessak | Better error messages |
commit | commitdiff | tree | snapshot |
2008-05-24 |
Vitor Sessak | Handle av_realloc() failure |
commit | commitdiff | tree | snapshot |
2008-05-24 |
Vitor Sessak | Last commit was missing header file |
commit | commitdiff | tree | snapshot |
2008-05-24 |
Vitor Sessak | I should not have merged the graph parser with the... |
commit | commitdiff | tree | snapshot |
2008-05-24 |
Vladimir Voroshilov | Move pitch vector interpolation code to acelp_filters |
commit | commitdiff | tree | snapshot |
2008-05-24 |
Vitor Sessak | Use an intermediate variable for overflow testing |
commit | commitdiff | tree | snapshot |
2008-05-24 |
Vitor Sessak | Handle the case where we do not have enough input |
commit | commitdiff | tree | snapshot |
2008-05-24 |
Michael Niedermayer | Anoter try to make +- behave sanely. |
commit | commitdiff | tree | snapshot |
2008-05-24 |
Aurelien Jacobs | cosmetics: indentation |
commit | commitdiff | tree | snapshot |
2008-05-24 |
Aurelien Jacobs | remove useless title check |
commit | commitdiff | tree | snapshot |
2008-05-24 |
Vitor Sessak | Simplify eq() |
commit | commitdiff | tree | snapshot |
2008-05-24 |
Vitor Sessak | Simplify final() |
commit | commitdiff | tree | snapshot |
2008-05-24 |
Vitor Sessak | Simplify rms() |
commit | commitdiff | tree | snapshot |
2008-05-24 |
Vitor Sessak | More simplifications of ra144_decode_frame() |
commit | commitdiff | tree | snapshot |
2008-05-24 |
Vitor Sessak | Make wavtable a table instead of an array |
commit | commitdiff | tree | snapshot |
2008-05-24 |
Carl Eugen... | Fix compilation for buggy icc. |
commit | commitdiff | tree | snapshot |
2008-05-24 |
Baptiste Coudurier | better error message |
commit | commitdiff | tree | snapshot |
2008-05-24 |
Baptiste Coudurier | latest libavc svn requires at least this value for... |
commit | commitdiff | tree | snapshot |
2008-05-24 |
Baptiste Coudurier | simplify, remove useless vars |
commit | commitdiff | tree | snapshot |
2008-05-23 |
Baptiste Coudurier | add new h264 and aac flv ids |
commit | commitdiff | tree | snapshot |
2008-05-23 |
Baptiste Coudurier | in flv this field is dts finally |
commit | commitdiff | tree | snapshot |
2008-05-23 |
Baptiste Coudurier | flv use 32 bit pts |
commit | commitdiff | tree | snapshot |
2008-05-23 |
Michael Niedermayer | Pass time_base as argument to new_chapter() as well. |
commit | commitdiff | tree | snapshot |
2008-05-23 |
Michael Niedermayer | Document pts/dts. |
commit | commitdiff | tree | snapshot |
2008-05-23 |
Michael Niedermayer | Warn user about invalid timestamps. |
commit | commitdiff | tree | snapshot |
2008-05-23 |
Michael Niedermayer | Chapter demuxing support. (untested as I have no nuts... |
commit | commitdiff | tree | snapshot |
2008-05-23 |
Michael Niedermayer | Make ff_new_chapter() return AVChapter instead of int... |
commit | commitdiff | tree | snapshot |
2008-05-23 |
Michael Niedermayer | nb_chapters should be unsigned |
commit | commitdiff | tree | snapshot |
2008-05-23 |
Michael Niedermayer | s/num_chapters/nb_chapters/ all other similar variables... |
commit | commitdiff | tree | snapshot |
2008-05-23 |
Michael Niedermayer | vertical align |
commit | commitdiff | tree | snapshot |
2008-05-23 |
Michael Niedermayer | indent |
commit | commitdiff | tree | snapshot |
2008-05-23 |
Michael Niedermayer | remove useless title check |
commit | commitdiff | tree | snapshot |
2008-05-23 |
Michael Niedermayer | indent |
commit | commitdiff | tree | snapshot |
2008-05-23 |
Michael Niedermayer | Add id to AVChapter, untested (where do i find matroska... |
commit | commitdiff | tree | snapshot |
2008-05-23 |
Michael Niedermayer | clarify start/end timebase |
commit | commitdiff | tree | snapshot |
2008-05-23 |
Michael Niedermayer | align comments |
commit | commitdiff | tree | snapshot |
2008-05-23 |
Michael Niedermayer | chapter id and timebase |
commit | commitdiff | tree | snapshot |
2008-05-23 |
Michael Niedermayer | indent |
commit | commitdiff | tree | snapshot |
2008-05-23 |
Michael Niedermayer | make av_strdup(NULL) return NULL |
commit | commitdiff | tree | snapshot |
2008-05-23 |
Aurelien Jacobs | don't set a dummy chapter title when title is unknown |
commit | commitdiff | tree | snapshot |
2008-05-23 |
Aurelien Jacobs | cosmetics: indentation |
commit | commitdiff | tree | snapshot |
2008-05-23 |
Aurelien Jacobs | allows adding chapters with NULL title |
commit | commitdiff | tree | snapshot |
2008-05-23 |
Stefano Sabatini | Add -formats option to ffplay. |
commit | commitdiff | tree | snapshot |
2008-05-23 |
Stefano Sabatini | Add -formats option to ffserver. |
commit | commitdiff | tree | snapshot |
2008-05-23 |
Vladimir Voroshilov | adaptive and fixed codebook vector operations for ACELP... |
commit | commitdiff | tree | snapshot |
2008-05-23 |
Michael Niedermayer | Fix + - bug with non flags. |
commit | commitdiff | tree | snapshot |
2008-05-22 |
Aurelien Jacobs | matroskadec: allows inserting chapters with unspecified end |
commit | commitdiff | tree | snapshot |
2008-05-22 |
Anton Khirnov | demux chapters out of matroska |
commit | commitdiff | tree | snapshot |
2008-05-22 |
Anton Khirnov | add support for chapters definition in lavf |
commit | commitdiff | tree | snapshot |
2008-05-22 |
Benjamin Larsson | Update copyright and text |
commit | commitdiff | tree | snapshot |
2008-05-22 |
Maxim Poliakovski | Fix decoding of 01-Untitled(1).oma, patch by Maxim... |
commit | commitdiff | tree | snapshot |
2008-05-22 |
Albert Astals Cid | free moov and cmov when error occurs, fix memleak,... |
commit | commitdiff | tree | snapshot |
2008-05-22 |
Stefano Sabatini | Move show_formats() to cmdutils.c. |
commit | commitdiff | tree | snapshot |
2008-05-22 |
Stefano Sabatini | Implement ffplay -L. |
commit | commitdiff | tree | snapshot |
2008-05-22 |
Stefano Sabatini | Implement ffserver -version. |
commit | commitdiff | tree | snapshot |
2008-05-21 |
Michael Niedermayer | Get rid of more senseless wrapper functions and use... |
commit | commitdiff | tree | snapshot |
2008-05-21 |
Michael Niedermayer | Do not pass program_name as argument to show_version... |
commit | commitdiff | tree | snapshot |
2008-05-21 |
Michael Niedermayer | OPT_EXIT |
commit | commitdiff | tree | snapshot |
2008-05-21 |
Baptiste Coudurier | remove useless var |
commit | commitdiff | tree | snapshot |
2008-05-21 |
Baptiste Coudurier | 10l, fix compilation |
commit | commitdiff | tree | snapshot |
2008-05-21 |
Baptiste Coudurier | use duration from pkt |
commit | commitdiff | tree | snapshot |
2008-05-21 |
Baptiste Coudurier | simplify |
commit | commitdiff | tree | snapshot |
2008-05-21 |
Baptiste Coudurier | simplify |
commit | commitdiff | tree | snapshot |
2008-05-21 |
Baptiste Coudurier | no need to sleep to hide crashes |
commit | commitdiff | tree | snapshot |
2008-05-21 |
Baptiste Coudurier | check pkt stream index before returning packet, prevent... |
commit | commitdiff | tree | snapshot |
2008-05-21 |
Baptiste Coudurier | open logfile in append mode, don't overwrite it |
commit | commitdiff | tree | snapshot |
2008-05-21 |
Baptiste Coudurier | do not forget to free packet, fix memleak |
commit | commitdiff | tree | snapshot |
2008-05-21 |
Vitor Sessak | Make gbuf2 a table instead of an array |
commit | commitdiff | tree | snapshot |
2008-05-21 |
Vitor Sessak | Remove unneeded var from context |
commit | commitdiff | tree | snapshot |
2008-05-21 |
Stefano Sabatini | Make ffserver use parse_options(). |
commit | commitdiff | tree | snapshot |
2008-05-21 |
Stefano Sabatini | Improve parse_primary() error message. |
commit | commitdiff | tree | snapshot |
2008-05-21 |
David Bolt | Print timestamp with increased precision. |
commit | commitdiff | tree | snapshot |
2008-05-21 |
Vitor Sessak | Cosmetics: indentation |
commit | commitdiff | tree | snapshot |
2008-05-21 |
Vitor Sessak | Simplify irms() |
commit | commitdiff | tree | snapshot |
2008-05-21 |
Vitor Sessak | Simplify add_wav() |
commit | commitdiff | tree | snapshot |
2008-05-21 |
Vitor Sessak | Only one out of two values of gbuf1 is actually used... |
commit | commitdiff | tree | snapshot |
2008-05-21 |
Vitor Sessak | Make etable1 and etable2 tables instead of arrays. |
commit | commitdiff | tree | snapshot |
2008-05-21 |
Vitor Sessak | Simplify ra144_decode_frame() by unrolling a senseless |
commit | commitdiff | tree | snapshot |
2008-05-21 |
Vitor Sessak | Use ff_sqrt() function instead of using a table |
commit | commitdiff | tree | snapshot |
2008-05-21 |
Ben Littler | update adding codec docs |
commit | commitdiff | tree | snapshot |
2008-05-21 |
Stefano Sabatini | Let ffplay support "-version". |
commit | commitdiff | tree | snapshot |
2008-05-21 |
Carl Eugen... | Do not loop endlessly if converting into dv with timest... |
commit | commitdiff | tree | snapshot |
2008-05-21 |
Lars Täuber | support dvd pcm 20/24 bits, patch by Lars Täuber, lars... |
commit | commitdiff | tree | snapshot |
2008-05-20 |
Baptiste Coudurier | remove useless/obsolete comments |
commit | commitdiff | tree | snapshot |
next |