Age | Commit message (Expand) | Author |
2007-05-23 | -sws_flags command line option to set swscaler flags | Ivo van Poorten |
2007-05-21 | Do not try to set a video standard unless "-tvstd" is specified | Luca Abeni |
2007-05-09 | make help message go to standard output instead of standard error | Nicolas George |
2007-04-25 | add a vstats_file command line option | Stefano Sabatini |
2007-04-25 | Revert my two previous deliveries (back to r8806) to aply the good patch for ... | Benoit Fouet |
2007-04-25 | to complete r8807: free vstats resources | Benoit Fouet |
2007-04-25 | add a vstats_file command line option | Stefano Sabatini |
2007-04-14 | fix overhead and bitrate statistics | Michael Niedermayer |
2007-03-31 | print error message | Baptiste Coudurier |
2007-03-30 | change -fs to use bytes instead of kbytes | Baptiste Coudurier |
2007-03-30 | change -fs option to use OPT_INT64 | Baptiste Coudurier |
2007-03-29 | 1000l, revert r8547, im too stupid | Baptiste Coudurier |
2007-03-29 | typo, fix -fs | Baptiste Coudurier |
2007-03-29 | Change the vhook code to send real timestamps to the filters instead of the | Bobby Bingham |
2007-03-28 | fix decoding of big audio packets (48k 16bit 2 channels), needed size is rela... | Baptiste Coudurier |
2007-03-27 | prevent exit missuse | Michael Niedermayer |
2007-03-16 | add fps stats, patch by Limin Wang <lance lmwang at gmail com> | Limin Wang |
2007-03-12 | Remove superfluous HAVE_THREADS #ifdef. | Ramiro Polla |
2007-03-12 | Remove superfluous header include. | Diego Biurrun |
2007-03-12 | cosmetics: Fix indentation, patch by Limin Wang, lance.lmwang gmail com. | Limin Wang |
2007-03-12 | Introduce two new logging functions av_hex_dump_log() and av_pkt_dump_log() | Panagiotis Issaris |
2007-03-12 | add message saying that pgmyuv format is deprecated | Baptiste Coudurier |
2007-03-09 | remove unused code, patch by Limin Wang <lance lmwang at gmail com> | Limin Wang |
2007-03-07 | Remove unnecessary the_end label. | Limin Wang |
2007-03-07 | set defaults based on CodecType by using avcodec_get_context_defaults2() | Michael Niedermayer |
2007-03-07 | remove unused variables | Limin Wang |
2007-03-07 | only store command line parameters in contexts with matching codec_type | Michael Niedermayer |
2007-03-07 | typo: unkown->unknown | Alex Beregszaszi |
2007-03-05 | free opt_names at the end of main() based on a patch by Limin Wang | Michael Niedermayer |
2007-03-05 | indention | Michael Niedermayer |
2007-03-05 | remove usless if() before av_free() | Michael Niedermayer |
2007-03-05 | change management of "ab" option in ffmpeg.c, so that it works as "b" option. | Benoit Fouet |
2007-03-04 | Add the prefix "av_" to img_crop(), img_copy() and img_pad(), and rename "img" | Panagiotis Issaris |
2007-03-01 | remove ps option and rename rtp_payload_size AVOption to ps | Baptiste Coudurier |
2007-03-01 | duplicate *_opts for every codec types, in order to have the "ab" and "b" op... | Benoit Fouet |
2007-02-28 | Do not jump to "fail" without having a proper sws context in img_resample_ctx | Luca Abeni |
2007-02-25 | Add av_ prefix to clip functions | Reimar Döffinger |
2007-02-20 | Move the aframes option from the video "subsection" to the | Benoit Fouet |
2007-02-14 | implement new grabbing interface, as described here: | Ramiro Polla |
2007-02-13 | rename POWERPC_PERFORMANCE_REPORT to CONFIG_POWERPC_PERF | Måns Rullgård |
2007-02-13 | This fixes error handling for BeOS, removing the need for some ifdefs. | François Revol |
2007-02-09 | Print error message instead of crashing when combining -vcodec copy and -vhook. | Matthijs Douze |
2007-02-09 | happy new year | Diego Biurrun |
2007-02-08 | Directly access av_log_level instead of calling av_log_{set, get}_level() | Luca Abeni |
2007-02-05 | Force stereo in target vcd. | Michel Bardiaux |
2007-02-01 | use avcodec_decode_audio2() | Michael Niedermayer |
2007-01-25 | do not force output audio channels | Baptiste Coudurier |
2007-01-23 | AVOption is now const, removes a few warnings | Baptiste Coudurier |
2007-01-22 | do not override rc_buffer_occupancy if set | Baptiste Coudurier |
2007-01-13 | Segmentation fault fix when no video device is specified. | Ramiro Polla |