2009-12-15 |
Diego Biurrun | Remove unused variable, fixes the warning: |
commit | commitdiff | tree | snapshot |
2009-12-15 |
Stefano Sabatini | Use positive logic in opt_target() for selecting the... |
commit | commitdiff | tree | snapshot |
2009-12-15 |
Matthieu Crapet | Simplify freeing of audio_language and subtitle_language. |
commit | commitdiff | tree | snapshot |
2009-12-15 |
Carl Eugen... | Use enum and constant to avoid three icc warnings. |
commit | commitdiff | tree | snapshot |
2009-12-15 |
Ramiro Polla | Fix a typo in documentation. |
commit | commitdiff | tree | snapshot |
2009-12-14 |
Stefano Sabatini | Factorize opt+1 out in parse_options(), simplify. |
commit | commitdiff | tree | snapshot |
2009-12-14 |
Carl Eugen... | Define _XOPEN_SOURCE as 600 before including a XSI... |
commit | commitdiff | tree | snapshot |
2009-12-14 |
Stefano Sabatini | Use symbolic names for PAL/NTSC/FILM rather than numeri... |
commit | commitdiff | tree | snapshot |
2009-12-14 |
Benjamin Larsson | Fix breakage introduced by setting the sample_fmt to... |
commit | commitdiff | tree | snapshot |
2009-12-14 |
Vitor Sessak | Correct typo |
commit | commitdiff | tree | snapshot |
2009-12-14 |
Alex Converse | 10l: Don't spawn a subshell when disabling vdpau. |
commit | commitdiff | tree | snapshot |
2009-12-14 |
Michael Niedermayer | Revert flvdec.c part of r20836 |
commit | commitdiff | tree | snapshot |
2009-12-14 |
Michael Niedermayer | Include dup/drop info if any frames where duplicated... |
commit | commitdiff | tree | snapshot |
2009-12-14 |
Michael Niedermayer | Off by 1 bugfix for nb_frames_dup. |
commit | commitdiff | tree | snapshot |
2009-12-14 |
Michael Niedermayer | Merge init & declaration of buf_end. |
commit | commitdiff | tree | snapshot |
2009-12-14 |
Michael Niedermayer | Set reordered_opaque in default_reget_buffer() with... |
commit | commitdiff | tree | snapshot |
2009-12-14 |
Michael Niedermayer | Check sample_aspect_ratio validity for mpeg4/h263/h263p... |
commit | commitdiff | tree | snapshot |
2009-12-14 |
Carl Eugen... | Use PIX_FMT_NONE for -1 when enum PixelFormat is expect... |
commit | commitdiff | tree | snapshot |
2009-12-14 |
Carl Eugen... | Use enum PixelFormat as type for input_pixfmt to avoid... |
commit | commitdiff | tree | snapshot |
2009-12-14 |
Luca Abeni | Support compressed formats in the V4L2 input device. |
commit | commitdiff | tree | snapshot |
2009-12-14 |
Luca Abeni | Add support for V4L2 compressed formats in the table... |
commit | commitdiff | tree | snapshot |
2009-12-14 |
Luca Abeni | Use the correct type for the V4L2 format. |
commit | commitdiff | tree | snapshot |
2009-12-14 |
Luca Abeni | Return pkt->size in v4l2_read_packet(). |
commit | commitdiff | tree | snapshot |
2009-12-14 |
Alex Converse | Disable vdpau support if the detected libvdpau does... |
commit | commitdiff | tree | snapshot |
2009-12-14 |
Daniel Verkamp | FLV 8-bit PCM is unsigned, not signed |
commit | commitdiff | tree | snapshot |
2009-12-14 |
Michael Niedermayer | Factorize ic->streams[i] out, |
commit | commitdiff | tree | snapshot |
2009-12-14 |
Michael Niedermayer | Place { of the function where indent -kr wants it. |
commit | commitdiff | tree | snapshot |
2009-12-13 |
Michael Niedermayer | Make sure the Metadata: header is not printed if the... |
commit | commitdiff | tree | snapshot |
2009-12-13 |
Michael Niedermayer | Move dump_metadata() to where it is in ffmbc, looks... |
commit | commitdiff | tree | snapshot |
2009-12-13 |
Michael Niedermayer | indent |
commit | commitdiff | tree | snapshot |
2009-12-13 |
Michael Niedermayer | Skip dumping language twice. |
commit | commitdiff | tree | snapshot |
2009-12-13 |
Michael Niedermayer | dump metadata for AVStreams & AVPrograms too. |
commit | commitdiff | tree | snapshot |
2009-12-13 |
Michael Niedermayer | Factorize dump_metadata() out. |
commit | commitdiff | tree | snapshot |
2009-12-13 |
Michael Niedermayer | Try to simplify av_estimate_timings_from_pts() like... |
commit | commitdiff | tree | snapshot |
2009-12-13 |
Alexander Strange | Correct truncated ID3v1 genre name. |
commit | commitdiff | tree | snapshot |
2009-12-13 |
Michael Niedermayer | Debug av_log() about stream probing from ffmbc. |
commit | commitdiff | tree | snapshot |
2009-12-13 |
Michael Niedermayer | Add CODEC_ID_DNXHD into the 25 fps case. |
commit | commitdiff | tree | snapshot |
2009-12-13 |
Michael Niedermayer | Simplify code by using av_metadata_set2(). |
commit | commitdiff | tree | snapshot |
2009-12-13 |
Michael Niedermayer | More entries for ff_id3v2_metadata_conv from ffmbc. |
commit | commitdiff | tree | snapshot |
2009-12-13 |
Michael Niedermayer | s/author/artist/ for ID3 |
commit | commitdiff | tree | snapshot |
2009-12-13 |
Michael Niedermayer | More ID3v1 genres from ffmbc. |
commit | commitdiff | tree | snapshot |
2009-12-13 |
Michael Niedermayer | Use AV_METADATA_DONT_STRDUP* / use av_malloced metadata... |
commit | commitdiff | tree | snapshot |
2009-12-13 |
Michael Niedermayer | add av_metadata_set2(), AV_METADATA_DONT_STRDUP_KEY... |
commit | commitdiff | tree | snapshot |
2009-12-13 |
Michael Niedermayer | Add flags to prevent strdup() on arguments to av_metada... |
commit | commitdiff | tree | snapshot |
2009-12-13 |
Michael Niedermayer | Until -DHAVE_AV_CONFIG_H is removed from ffplays compil... |
commit | commitdiff | tree | snapshot |
2009-12-13 |
Michael Niedermayer | Move #include where it belongs. |
commit | commitdiff | tree | snapshot |
2009-12-13 |
Michael Niedermayer | Get rid of useless casts. |
commit | commitdiff | tree | snapshot |
2009-12-13 |
Michael Niedermayer | APIchanges update for av_d2str() |
commit | commitdiff | tree | snapshot |
2009-12-13 |
Michael Niedermayer | Add a function to convert a number to a av_malloced... |
commit | commitdiff | tree | snapshot |
2009-12-13 |
Michael Niedermayer | Print extradata in case of failure. I had this in my... |
commit | commitdiff | tree | snapshot |
2009-12-13 |
Michael Niedermayer | APIChanges & minor bump due to avg_frame_rate addition. |
commit | commitdiff | tree | snapshot |
2009-12-13 |
Michael Niedermayer | Add avg_frame_rate. |
commit | commitdiff | tree | snapshot |
2009-12-13 |
Thilo Borgmann | Read and decode block data in separate functions to... |
commit | commitdiff | tree | snapshot |
2009-12-13 |
Carl Eugen... | Use constant CODEC_ID_NONE instead of 0 where appropriate. |
commit | commitdiff | tree | snapshot |
2009-12-13 |
Michael Niedermayer | Remove commented out code. |
commit | commitdiff | tree | snapshot |
2009-12-13 |
Michael Niedermayer | Show help if no cmd line options are provided at all. |
commit | commitdiff | tree | snapshot |
2009-12-13 |
Kostya Shishkov | Factor out extradata reading code. |
commit | commitdiff | tree | snapshot |
2009-12-13 |
Kostya Shishkov | RM audio stream version should be 16-bit followed by... |
commit | commitdiff | tree | snapshot |
2009-12-13 |
Kostya Shishkov | Make RM demuxer look more like proper demuxer by introd... |
commit | commitdiff | tree | snapshot |
2009-12-13 |
Kostya Shishkov | Factor out variable declaration |
commit | commitdiff | tree | snapshot |
2009-12-12 |
David Conrad | Clarify comment: although still hacky, it is correct... |
commit | commitdiff | tree | snapshot |
2009-12-12 |
David Conrad | libtheoraenc.c: mark keyframes |
commit | commitdiff | tree | snapshot |
2009-12-12 |
David Conrad | Fix PTS for OGM codecs. |
commit | commitdiff | tree | snapshot |
2009-12-12 |
Michael Niedermayer | Be less picky on invalid frame_pred_frame_dct values. |
commit | commitdiff | tree | snapshot |
2009-12-12 |
Stefano Sabatini | Only list libavfilter filters if libavfilter has been... |
commit | commitdiff | tree | snapshot |
2009-12-12 |
Stefano Sabatini | Move list_fmts() from ffmpeg.c to cmdutils.{h,c}, so... |
commit | commitdiff | tree | snapshot |
2009-12-12 |
Reimar Döffinger | Add ROQ format regression test. |
commit | commitdiff | tree | snapshot |
2009-12-12 |
Jai Menon | SVQ3 : Set avctx->pix_fmt correctly during decoder... |
commit | commitdiff | tree | snapshot |
2009-12-12 |
Stefano Sabatini | Add an entry for the av_bmg_next() function addition. |
commit | commitdiff | tree | snapshot |
2009-12-12 |
Stefano Sabatini | Implement av_bmg_next(), a Box-Muller Gaussian random... |
commit | commitdiff | tree | snapshot |
2009-12-12 |
Stefano Sabatini | Implement a -filters option, listing all the available... |
commit | commitdiff | tree | snapshot |
2009-12-12 |
John Stebbins | Reset pts_buffers in av_read_frame_flush(). |
commit | commitdiff | tree | snapshot |
2009-12-12 |
Vitor Sessak | Commit functions used by both AMRNB and SIPR |
commit | commitdiff | tree | snapshot |
2009-12-12 |
Stefano Sabatini | Reduce the number of encoded frames for the dnxhd tests... |
commit | commitdiff | tree | snapshot |
2009-12-11 |
Tomas Härdin | Fail earlier for unsupported resolutions or pixel forma... |
commit | commitdiff | tree | snapshot |
2009-12-11 |
Michael Niedermayer | indent |
commit | commitdiff | tree | snapshot |
2009-12-11 |
Michael Niedermayer | Make sure av_new_packet() initializes the data and... |
commit | commitdiff | tree | snapshot |
2009-12-11 |
Stefano Sabatini | Make parse_filter() parsing more robust. |
commit | commitdiff | tree | snapshot |
2009-12-11 |
Kostya Shishkov | Dump RTMP packet contents in debug mode |
commit | commitdiff | tree | snapshot |
2009-12-11 |
Martin Storsjö | 5l trocadero: don't forget to free packet in gen_connect() |
commit | commitdiff | tree | snapshot |
2009-12-11 |
Martin Storsjö | Do not try to interact with RTMP server after "stop... |
commit | commitdiff | tree | snapshot |
2009-12-10 |
Carl Eugen... | (Partly) support Metasoft MJPEG Codec, fixes half of... |
commit | commitdiff | tree | snapshot |
2009-12-10 |
Carl Eugen... | Support Etymonix MPEG-2 video codec, fixes issue 1603. |
commit | commitdiff | tree | snapshot |
2009-12-10 |
Carl Eugen... | Do not print 'faac:' when using libfaad. |
commit | commitdiff | tree | snapshot |
2009-12-10 |
Michael Niedermayer | Cosmetic (restructure RGB ljpeg check to be more readable) |
commit | commitdiff | tree | snapshot |
2009-12-10 |
Michael Niedermayer | 10l, Fix YUV ljpeg that i just broke by mistake. |
commit | commitdiff | tree | snapshot |
2009-12-10 |
Michael Niedermayer | Correct a forgotten RGB32. |
commit | commitdiff | tree | snapshot |
2009-12-10 |
Michael Niedermayer | Flip red and blue in rct-less lossless jpeg. |
commit | commitdiff | tree | snapshot |
2009-12-10 |
Michael Niedermayer | Lossless jpeg expects and uses BGRA not RGB32 (this... |
commit | commitdiff | tree | snapshot |
2009-12-10 |
Michael Niedermayer | Fix RGB LJPEG encoding. |
commit | commitdiff | tree | snapshot |
2009-12-09 |
Carl Eugen... | Cosmetics: Fix typos in r20780. |
commit | commitdiff | tree | snapshot |
2009-12-09 |
Ben Littler | add dvcs to dvvideo, fixes issue 1604 |
commit | commitdiff | tree | snapshot |
2009-12-09 |
Michael Niedermayer | Improve time_increment_bits guessing code. |
commit | commitdiff | tree | snapshot |
2009-12-09 |
Michael Niedermayer | End startcode prefix search at the end of a AVC unit. |
commit | commitdiff | tree | snapshot |
2009-12-09 |
Loren Merritt | revert r20775, because equivalent code has been committ... |
commit | commitdiff | tree | snapshot |
2009-12-09 |
Jason Garrett... | Minor version bump for mbtree addition. |
commit | commitdiff | tree | snapshot |
2009-12-08 |
Carl Eugen... | Support AVI1 and AVI2 in avi as MJPEG. |
commit | commitdiff | tree | snapshot |
2009-12-08 |
Zhihang Wang | Mention patcheck. |
commit | commitdiff | tree | snapshot |
2009-12-08 |
Stefano Sabatini | Make parse_key_value_pair() print an error message... |
commit | commitdiff | tree | snapshot |
2009-12-08 |
Stefano Sabatini | Use an unsigned int to contain all the color values... |
commit | commitdiff | tree | snapshot |
next |