| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge remote branch 'qatar/master' | Michael Niedermayer | 2011-05-13 | 1 | -2/+0 |
|\ |
|
| * | configure: Do not unconditionally add -D_POSIX_C_SOURCE to CPPFLAGS. | Diego Biurrun | 2011-05-12 | 1 | -2/+0 |
| * | ffplay: add a dummy option -i so that it is easy to switch between ffmpeg -i ... | Benjamin Larsson | 2011-05-11 | 1 | -0/+1 |
| * | Add the notion of pixel size in h264 related functions. | Oskar Arvidsson | 2011-05-10 | 1 | -1/+3 |
| * | Replace deprecated av_get_pict_type_char() with av_get_picture_type_char(). | Stefano Sabatini | 2011-05-02 | 1 | -1/+1 |
| * | Replace some commented-out debug printf() / av_log() messages with av_dlog(). | Diego Biurrun | 2011-04-29 | 1 | -5/+3 |
* | | ffplay: fix null pointer read when codec unavilable. | Michael Niedermayer | 2011-05-07 | 1 | -2/+4 |
* | | lavfi: add libavfilter/avcodec.h and avfilter_copy_frame_props() | Stefano Sabatini | 2011-05-07 | 1 | -2/+3 |
* | | ffplay: set CODEC_FLAG_EMU_EDGE earlier | Michael Niedermayer | 2011-05-05 | 1 | -1/+4 |
* | | ffplay: fix memleak if avfilter is disabled | alexandru_mg3 | 2011-05-05 | 1 | -3/+2 |
* | | ffplay: removed unused variable channels. | Michael Niedermayer | 2011-05-04 | 1 | -3/+1 |
* | | replace deprecated av_get_pict_type_char() with av_get_picture_type_char() | Stefano Sabatini | 2011-05-02 | 1 | -1/+1 |
* | | ffplay: demuxer specific options support | Michael Niedermayer | 2011-05-02 | 1 | -1/+9 |
* | | lavfi: rename AVFilterBufferRefVideoProps.pixel_aspect to sample_aspect_ratio | Stefano Sabatini | 2011-05-01 | 1 | -3/+3 |
* | | lavc: add a sample_aspect_ratio field to AVFrame | Stefano Sabatini | 2011-05-01 | 1 | -1/+1 |
* | | lavc: add a pkt_pos field to AVFrame | Stefano Sabatini | 2011-05-01 | 1 | -1/+1 |
* | | ffplay: move output_picture() code to queue_picture() | Stefano Sabatini | 2011-04-27 | 1 | -36/+23 |
* | | ffplay: rename video_refresh_timer() to video_refresh() | Stefano Sabatini | 2011-04-27 | 1 | -2/+2 |
* | | ffplay: rename decode_thread to read_thread, parse_tid to read_tid | Stefano Sabatini | 2011-04-27 | 1 | -5/+5 |
* | | ffplay: fix logic for selecting the show mode in case of missing video | Stefano Sabatini | 2011-04-25 | 1 | -6/+4 |
* | | ffplay: name ShowMode enum | Stefano Sabatini | 2011-04-25 | 1 | -2/+2 |
* | | ffplay: avoid SIGFPE exception in SDL_DisplayYUVOverlay | Stefano Sabatini | 2011-04-24 | 1 | -2/+2 |
* | | Merge remote branch 'qatar/master' | Michael Niedermayer | 2011-04-24 | 1 | -2/+2 |
|\| |
|
| * | Lowercase all ff* program names. | Diego Biurrun | 2011-04-23 | 1 | -2/+2 |
* | | ffplay: factorize code calling output_packet() in video_thread() | Stefano Sabatini | 2011-04-23 | 1 | -5/+3 |
* | | ffplay: remove reference to unused QETimer symbol | Stefano Sabatini | 2011-04-23 | 1 | -1/+0 |
* | | ffplay: rename stream_pause() to stream_toggle_pause() | Stefano Sabatini | 2011-04-23 | 1 | -5/+5 |
* | | Merge remote branch 'qatar/master' | Michael Niedermayer | 2011-04-20 | 1 | -1/+1 |
|\| |
|
| * | lavc: remove the FF_API_SET_STRING_OLD cruft. | Anton Khirnov | 2011-04-19 | 1 | -1/+1 |
* | | ffplay: implement -showmode option | Stefano Sabatini | 2011-04-13 | 1 | -0/+13 |
* | | ffplay: use symbolic constant values for show_audio | Stefano Sabatini | 2011-04-13 | 1 | -9/+12 |
* | | ffplay: remove audio_write_get_buf_size() forward declaration | Stefano Sabatini | 2011-04-13 | 1 | -9/+7 |
* | | ffplay: avoid unnecessary intermediary struct in queue_picture() | Stefano Sabatini | 2011-04-13 | 1 | -12/+2 |
* | | ffplay: remove unused field VideoState.dtg_active_format | Stefano Sabatini | 2011-04-13 | 1 | -1/+0 |
* | | Fix compilation with --disable-avfilter. | Carl Eugen Hoyos | 2011-04-13 | 1 | -1/+1 |
* | | ffplay: fix weird brace placement in video_image_display() | Stefano Sabatini | 2011-04-12 | 1 | -6/+3 |
* | | ffplay: rename output_picture2() to output_picture() | Stefano Sabatini | 2011-04-12 | 1 | -3/+3 |
* | | ffplay: remove useless intermediary variable dst_pix_fmt in queue_picture() | Stefano Sabatini | 2011-04-12 | 1 | -3/+1 |
* | | ffplay: avoid forward declaration for packet_queue_put() | Stefano Sabatini | 2011-04-12 | 1 | -33/+31 |
* | | ffplay: compact expression in compute_mod() | Stefano Sabatini | 2011-04-12 | 1 | -5/+1 |
* | | Add the notion of pixel size in h264 related functions. | Oskar Arvidsson | 2011-04-10 | 1 | -1/+3 |
* | | Merge remote branch 'qatar/master' | Michael Niedermayer | 2011-04-08 | 1 | -2/+2 |
|\| |
|
| * | avio: avio_ prefix for url_set_interrupt_cb. | Anton Khirnov | 2011-04-07 | 1 | -2/+2 |
| * | ffplay: Don't assume ic->pb is non-null | Martin Storsjö | 2011-03-21 | 1 | -2/+2 |
| * | Replace FFmpeg with Libav in licence headers | Mans Rullgard | 2011-03-19 | 1 | -5/+5 |
* | | ffplay: Set EMU_EDGE if dr1, this is an alternative fix for ticket40. | Michael Niedermayer | 2011-04-08 | 1 | -1/+4 |
* | | move image check down in ffplay.c | Michael Niedermayer | 2011-04-07 | 1 | -3/+4 |
* | | Disable dr1 in ffplay for svq1 (fixes ticket40) | Michael Niedermayer | 2011-04-06 | 1 | -1/+3 |
* | | Check sizes a bit in ffplay, cant hurt. | Michael Niedermayer | 2011-04-06 | 1 | -0/+3 |
* | | ffplay: add braces around union definition | Stefano Sabatini | 2011-03-19 | 1 | -1/+1 |