2008-06-22 |
Baptiste Coudurier | enable feeder threads |
commit | commitdiff | tree | snapshot |
2008-06-22 |
Baptiste Coudurier | log to stderr |
commit | commitdiff | tree | snapshot |
2008-06-22 |
Baptiste Coudurier | add callback for av_log |
commit | commitdiff | tree | snapshot |
2008-06-22 |
Baptiste Coudurier | no need to print date anymore since done in http_log |
commit | commitdiff | tree | snapshot |
2008-06-22 |
Baptiste Coudurier | use ctime1 |
commit | commitdiff | tree | snapshot |
2008-06-22 |
Baptiste Coudurier | print date in http_log |
commit | commitdiff | tree | snapshot |
2008-06-22 |
Baptiste Coudurier | remove useless init |
commit | commitdiff | tree | snapshot |
2008-06-22 |
Baptiste Coudurier | merge declaration and init |
commit | commitdiff | tree | snapshot |
2008-06-22 |
Baptiste Coudurier | reindent |
commit | commitdiff | tree | snapshot |
2008-06-22 |
Baptiste Coudurier | http or rtsp only support |
commit | commitdiff | tree | snapshot |
2008-06-22 |
Baptiste Coudurier | fix open return check |
commit | commitdiff | tree | snapshot |
2008-06-22 |
Erik Hovland | fix feed_filename test, field is char [1024], patch... |
commit | commitdiff | tree | snapshot |
2008-06-22 |
Baptiste Coudurier | do not reset ffm pts, this avoids setting last pts... |
commit | commitdiff | tree | snapshot |
2008-06-22 |
Baptiste Coudurier | use av_seek_frame to flush demxu pending packets, fixes... |
commit | commitdiff | tree | snapshot |
2008-06-21 |
Stefano Sabatini | Extend documentation for AVOption. |
commit | commitdiff | tree | snapshot |
2008-06-21 |
Baptiste Coudurier | free c->pb_buffer before overwriting it, fix memleak |
commit | commitdiff | tree | snapshot |
2008-06-21 |
Baptiste Coudurier | update reg ref due to r13851 |
commit | commitdiff | tree | snapshot |
2008-06-21 |
Baptiste Coudurier | return 1 when error during write frame, state changed |
commit | commitdiff | tree | snapshot |
2008-06-21 |
Baptiste Coudurier | set default preload and max_delay for muxer to avoid... |
commit | commitdiff | tree | snapshot |
2008-06-21 |
Baptiste Coudurier | change bandwidth to unsigned |
commit | commitdiff | tree | snapshot |
2008-06-21 |
Baptiste Coudurier | remove useless init, logfilename is static |
commit | commitdiff | tree | snapshot |
2008-06-21 |
Baptiste Coudurier | use http_log when log file is setup |
commit | commitdiff | tree | snapshot |
2008-06-21 |
Baptiste Coudurier | always use stdout to log when running in debug mode |
commit | commitdiff | tree | snapshot |
2008-06-21 |
Baptiste Coudurier | rescale duration when outputting packet |
commit | commitdiff | tree | snapshot |
2008-06-21 |
Baptiste Coudurier | log accept error |
commit | commitdiff | tree | snapshot |
2008-06-21 |
Baptiste Coudurier | use http_log when log file is setup |
commit | commitdiff | tree | snapshot |
2008-06-21 |
Baptiste Coudurier | upgrade bandwidth config to use int64_t, raise limit |
commit | commitdiff | tree | snapshot |
2008-06-21 |
Baptiste Coudurier | upgrade bandwidth to uint64_t |
commit | commitdiff | tree | snapshot |
2008-06-21 |
Baptiste Coudurier | add static |
commit | commitdiff | tree | snapshot |
2008-06-20 |
Vitor Sessak | Do not write junk in the end of truncated files. FATE |
commit | commitdiff | tree | snapshot |
2008-06-20 |
Baptiste Coudurier | uniformize AVStream->priv_data freeing in av_close_inpu... |
commit | commitdiff | tree | snapshot |
2008-06-20 |
Baptiste Coudurier | factorize read_header failure freeing code |
commit | commitdiff | tree | snapshot |
2008-06-20 |
Art Clarke | Check if there is at least a stream before writing... |
commit | commitdiff | tree | snapshot |
2008-06-19 |
Baptiste Coudurier | remove useless close funcs |
commit | commitdiff | tree | snapshot |
2008-06-19 |
Baptiste Coudurier | remove useless close func |
commit | commitdiff | tree | snapshot |
2008-06-19 |
Baptiste Coudurier | remove useless close func |
commit | commitdiff | tree | snapshot |
2008-06-19 |
Baptiste Coudurier | ffm has no per stream priv_data anymore |
commit | commitdiff | tree | snapshot |
2008-06-19 |
Stefano Sabatini | Add a "Status stream" section in ffserver-doc.texi. |
commit | commitdiff | tree | snapshot |
2008-06-19 |
Vitor Sessak | Misc cosmetics |
commit | commitdiff | tree | snapshot |
2008-06-19 |
Vitor Sessak | Remove useless comment |
commit | commitdiff | tree | snapshot |
2008-06-19 |
Vitor Sessak | Last table renaming |
commit | commitdiff | tree | snapshot |
2008-06-19 |
Vitor Sessak | Yet more table renaming |
commit | commitdiff | tree | snapshot |
2008-06-19 |
Vitor Sessak | 10l: fix typo |
commit | commitdiff | tree | snapshot |
2008-06-19 |
Vitor Sessak | More table renaming |
commit | commitdiff | tree | snapshot |
2008-06-19 |
Vitor Sessak | Rename table |
commit | commitdiff | tree | snapshot |
2008-06-19 |
Vitor Sessak | Rename vars: s/decsp/out/ |
commit | commitdiff | tree | snapshot |
2008-06-19 |
Vitor Sessak | Rename function |
commit | commitdiff | tree | snapshot |
2008-06-19 |
Vitor Sessak | Rename var |
commit | commitdiff | tree | snapshot |
2008-06-19 |
Måns Rullgård | fix dependency generation |
commit | commitdiff | tree | snapshot |
2008-06-19 |
Måns Rullgård | enable version.h to be created from subdirs |
commit | commitdiff | tree | snapshot |
2008-06-19 |
Michael Niedermayer | Do not shift F[I] twice, it is also clearer and smaller... |
commit | commitdiff | tree | snapshot |
2008-06-19 |
Michael Niedermayer | Factorize c->ap += (-c->ap) >> 4 out |
commit | commitdiff | tree | snapshot |
2008-06-19 |
Michael Niedermayer | Get rid of G726Tables.bits. |
commit | commitdiff | tree | snapshot |
2008-06-19 |
Michael Niedermayer | Copy 4 pointers to avid dozends of ptr dereferences. |
commit | commitdiff | tree | snapshot |
2008-06-19 |
Michael Niedermayer | Does not need to be int16. |
commit | commitdiff | tree | snapshot |
2008-06-19 |
Luca Abeni | Fix neverending loop which might happen when sending... |
commit | commitdiff | tree | snapshot |
2008-06-19 |
Michael Niedermayer | Factorize I >> (c->tbls->bits - 1) out. |
commit | commitdiff | tree | snapshot |
2008-06-19 |
Stefano Sabatini | Improve an lclenc.c error message in case of unsupporte... |
commit | commitdiff | tree | snapshot |
2008-06-19 |
Michael Niedermayer | 1 abs() less |
commit | commitdiff | tree | snapshot |
2008-06-19 |
Stefano Sabatini | Cosmetics: s/stats/status/ in ffserver.c. |
commit | commitdiff | tree | snapshot |
2008-06-18 |
Stefano Sabatini | Add an "How does it work" section in ffserver-doc.texi. |
commit | commitdiff | tree | snapshot |
2008-06-18 |
Michael Niedermayer | simplify |
commit | commitdiff | tree | snapshot |
2008-06-18 |
Michael Niedermayer | useless () |
commit | commitdiff | tree | snapshot |
2008-06-18 |
Michael Niedermayer | remove unneeded tr == 0 |
commit | commitdiff | tree | snapshot |
2008-06-18 |
Michael Niedermayer | simplify |
commit | commitdiff | tree | snapshot |
2008-06-18 |
Michael Niedermayer | Get rid of the redundant AVG726Context. |
commit | commitdiff | tree | snapshot |
2008-06-18 |
Michael Niedermayer | Remove the truncated bitstream handling from our g726... |
commit | commitdiff | tree | snapshot |
2008-06-18 |
Florian Echtler | Parse 'dats' as data. |
commit | commitdiff | tree | snapshot |
2008-06-18 |
Art Clarke | free private streamcontext when closing demuxer, fix... |
commit | commitdiff | tree | snapshot |
2008-06-17 |
Guillaume Poirier | convert DOS-style carriage return to Unix-style |
commit | commitdiff | tree | snapshot |
2008-06-17 |
Michael Niedermayer | Change iquant tables to int16. |
commit | commitdiff | tree | snapshot |
2008-06-17 |
Michael Niedermayer | simplify |
commit | commitdiff | tree | snapshot |
2008-06-17 |
Michael Niedermayer | Get rid of useless wrapper function. |
commit | commitdiff | tree | snapshot |
2008-06-17 |
Stefano Sabatini | Add missing SMALL_IF_CONFIG_SMALL macros for beosaudio... |
commit | commitdiff | tree | snapshot |
2008-06-17 |
Stefano Sabatini | Cosmetics: display ffmpeg -h generic advanced options... |
commit | commitdiff | tree | snapshot |
2008-06-17 |
Michael Niedermayer | Do not inline g726_iterate() the function is big so... |
commit | commitdiff | tree | snapshot |
2008-06-16 |
Michael Niedermayer | Replace i2f(0) by the actual thing done, gcc is not... |
commit | commitdiff | tree | snapshot |
2008-06-16 |
Michael Niedermayer | Remove redundant zeroing (the context is memset(0)). |
commit | commitdiff | tree | snapshot |
2008-06-16 |
Michael Niedermayer | Use smaller data types for tables. |
commit | commitdiff | tree | snapshot |
2008-06-16 |
Michael Niedermayer | Float11 does not need int, .o file becomes smaller... |
commit | commitdiff | tree | snapshot |
2008-06-16 |
Michael Niedermayer | simplify |
commit | commitdiff | tree | snapshot |
2008-06-16 |
Michael Niedermayer | Correct validity checks. |
commit | commitdiff | tree | snapshot |
2008-06-16 |
Michael Niedermayer | Print sane error message for channels != 1. |
commit | commitdiff | tree | snapshot |
2008-06-16 |
Michael Niedermayer | Check number of bits so we do not try to use table... |
commit | commitdiff | tree | snapshot |
2008-06-16 |
Michael Niedermayer | Support decoding of sample_g726.asf. |
commit | commitdiff | tree | snapshot |
2008-06-16 |
Aurelien Jacobs | matroskadec: remove some useless code |
commit | commitdiff | tree | snapshot |
2008-06-16 |
Michael Niedermayer | get_bits() outputs exactly as many bits as requested... |
commit | commitdiff | tree | snapshot |
2008-06-16 |
Michael Niedermayer | Remove dead code. |
commit | commitdiff | tree | snapshot |
2008-06-16 |
Diego Biurrun | Generate pkg-config files in each library subdirectory... |
commit | commitdiff | tree | snapshot |
2008-06-16 |
Stefano Sabatini | Don't show advanced subtitle options within the ffmpeg... |
commit | commitdiff | tree | snapshot |
2008-06-16 |
Stefano Sabatini | Don't show subtitle and grab options within the ffmpeg... |
commit | commitdiff | tree | snapshot |
2008-06-16 |
Stefano Sabatini | Fix an example command in ffserver-doc.texi. |
commit | commitdiff | tree | snapshot |
2008-06-16 |
Diego Biurrun | Add missing #includes to fix 'make checkheaders'. |
commit | commitdiff | tree | snapshot |
2008-06-15 |
Jai Menon | fix verbatim mode decoding. patch by Jai Menon (reality... |
commit | commitdiff | tree | snapshot |
2008-06-15 |
Baptiste Coudurier | set correct ftyp minor version for 3gp/2 |
commit | commitdiff | tree | snapshot |
2008-06-14 |
Baptiste Coudurier | invert mode_mov condition |
commit | commitdiff | tree | snapshot |
2008-06-14 |
Baptiste Coudurier | simplify |
commit | commitdiff | tree | snapshot |
2008-06-14 |
Baptiste Coudurier | change 3gp/3g2 brands if h264 is present |
commit | commitdiff | tree | snapshot |
2008-06-14 |
Baptiste Coudurier | simplify ipod brand selection |
commit | commitdiff | tree | snapshot |
2008-06-14 |
Baptiste Coudurier | fix warning, write_ftyp return int now |
commit | commitdiff | tree | snapshot |
next |