2008-06-22 |
Robert Swain | Remove now unused variable |
commit | commitdiff | tree | snapshot |
2008-06-22 |
Robert Swain | Add generic ff_sine_window_init function and implement... |
commit | commitdiff | tree | snapshot |
2008-06-22 |
Peter Ross | vp6: ensure that huffman decoding table is sorted with... |
commit | commitdiff | tree | snapshot |
2008-06-22 |
Diego Biurrun | cosmetics: alignment |
commit | commitdiff | tree | snapshot |
2008-06-22 |
Diego Biurrun | Add missing entry for PCM_DVD_ENCODER. |
commit | commitdiff | tree | snapshot |
2008-06-22 |
Peter Ross | Add missing mpegvideo.o to list of vc1.o dependencies. |
commit | commitdiff | tree | snapshot |
2008-06-22 |
Peter Ross | Add missing entry for ADPCM_IMA_QT_ENCODER. |
commit | commitdiff | tree | snapshot |
2008-06-22 |
Peter Ross | Add missing entry for ADPCM_EA_MAXIS_XA_DECODER. |
commit | commitdiff | tree | snapshot |
2008-06-22 |
Baptiste Coudurier | cosmetics, pts->dts |
commit | commitdiff | tree | snapshot |
2008-06-22 |
Baptiste Coudurier | store dts in ffm headers |
commit | commitdiff | tree | snapshot |
2008-06-22 |
Baptiste Coudurier | remove pts set hack, this is no more correct |
commit | commitdiff | tree | snapshot |
2008-06-22 |
Baptiste Coudurier | update seek reg ref due to r13856 |
commit | commitdiff | tree | snapshot |
2008-06-22 |
Reimar Döffinger | Fix add_bytes_mmx and add_bytes_l2_mmx for w < 16 |
commit | commitdiff | tree | snapshot |
2008-06-22 |
Baptiste Coudurier | move code setting output parameters after possible... |
commit | commitdiff | tree | snapshot |
2008-06-22 |
Baptiste Coudurier | move code after possible failure, so no need to free |
commit | commitdiff | tree | snapshot |
2008-06-22 |
Baptiste Coudurier | check av_open_input_stream error |
commit | commitdiff | tree | snapshot |
2008-06-22 |
Baptiste Coudurier | remove return 1, we don't change state, we are still... |
commit | commitdiff | tree | snapshot |
2008-06-22 |
Baptiste Coudurier | free pb |
commit | commitdiff | tree | snapshot |
2008-06-22 |
Baptiste Coudurier | use av_open_input_stream |
commit | commitdiff | tree | snapshot |
2008-06-22 |
Baptiste Coudurier | do not allocate st->codec, it will be overwritten later... |
commit | commitdiff | tree | snapshot |
2008-06-22 |
Baptiste Coudurier | cosmetics, reindent |
commit | commitdiff | tree | snapshot |
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 |
next |