2009-11-30 |
Michael Niedermayer | Set mb_y in mpeg2 field pictures like h264 does. |
commit | commitdiff | tree | snapshot |
2009-11-30 |
Michael Niedermayer | Make ""MPEG motion vector out of boundary" message... |
commit | commitdiff | tree | snapshot |
2009-11-30 |
Attila Kinali | Fix an issue uncovered by commit 20623: |
commit | commitdiff | tree | snapshot |
2009-11-30 |
Michael Niedermayer | Start decoding from seq/gop too, not just I frames. |
commit | commitdiff | tree | snapshot |
2009-11-30 |
Michael Niedermayer | Fix dual prime motion compensation in field pictures. |
commit | commitdiff | tree | snapshot |
2009-11-29 |
Matthieu Castet | Include alsa headers before the internal FFmpeg headers. |
commit | commitdiff | tree | snapshot |
2009-11-29 |
Stefano Sabatini | Factorize common commandline options definition. |
commit | commitdiff | tree | snapshot |
2009-11-29 |
Stefano Sabatini | Use more consistent / meaningful parameter names for the |
commit | commitdiff | tree | snapshot |
2009-11-29 |
Ivo van Poorten | consistency with other files: av_cold static ---> stati... |
commit | commitdiff | tree | snapshot |
2009-11-29 |
Baptiste Coudurier | 100l, max value for timescale is UINT16_MAX |
commit | commitdiff | tree | snapshot |
2009-11-29 |
Stefano Sabatini | Use the correct chroma values for the data[] array... |
commit | commitdiff | tree | snapshot |
2009-11-29 |
Stefano Sabatini | Use a valid log context for av_log(). |
commit | commitdiff | tree | snapshot |
2009-11-29 |
Måns Rullgård | nellymoser: use constant seed for dithering RNG |
commit | commitdiff | tree | snapshot |
2009-11-29 |
Måns Rullgård | cook: use constant seed for dithering RNG |
commit | commitdiff | tree | snapshot |
2009-11-29 |
Michael Niedermayer | Print errors instead of just ignoring contradictionary... |
commit | commitdiff | tree | snapshot |
2009-11-29 |
Stefano Sabatini | Document slice ordering assumption required by avfilter... |
commit | commitdiff | tree | snapshot |
2009-11-29 |
Michael Niedermayer | Override a few values read so as to ensure that things... |
commit | commitdiff | tree | snapshot |
2009-11-29 |
Michael Niedermayer | Restructure dummy frame allocation. |
commit | commitdiff | tree | snapshot |
2009-11-29 |
Baptiste Coudurier | remove useless mov timescale field |
commit | commitdiff | tree | snapshot |
2009-11-29 |
Baptiste Coudurier | change track timescale to unsigned int, fix warning |
commit | commitdiff | tree | snapshot |
2009-11-29 |
Baptiste Coudurier | track time can be 64bit |
commit | commitdiff | tree | snapshot |
2009-11-29 |
Baptiste Coudurier | support pcm_f32/64le in mov |
commit | commitdiff | tree | snapshot |
2009-11-29 |
Baptiste Coudurier | cosmetics, reindent after last commit |
commit | commitdiff | tree | snapshot |
2009-11-29 |
Baptiste Coudurier | support sample rates > INT16_MAX in mov using stsd v2 |
commit | commitdiff | tree | snapshot |
2009-11-29 |
Michael Niedermayer | Make sure field_select is not set to nonsensical values... |
commit | commitdiff | tree | snapshot |
2009-11-28 |
Michael Niedermayer | Factorize "s->first_slice = 1" out. |
commit | commitdiff | tree | snapshot |
2009-11-28 |
Michael Niedermayer | Also check the location of the picture start code and... |
commit | commitdiff | tree | snapshot |
2009-11-28 |
Michael Niedermayer | Check order of startcodes, ignore some obviously wrong... |
commit | commitdiff | tree | snapshot |
2009-11-28 |
Michael Niedermayer | Move mpeg_decode_postinit() out of bitstream decoding... |
commit | commitdiff | tree | snapshot |
2009-11-28 |
Michael Niedermayer | Inline mpeg_decode_extension, will simplify future... |
commit | commitdiff | tree | snapshot |
2009-11-28 |
Michael Niedermayer | Simplify mpeg_decode_user_data() |
commit | commitdiff | tree | snapshot |
2009-11-28 |
Stefano Sabatini | Fix put_bits32() doxy. |
commit | commitdiff | tree | snapshot |
2009-11-28 |
Stefano Sabatini | Consistently put braces for function definitions. |
commit | commitdiff | tree | snapshot |
2009-11-28 |
Stefano Sabatini | Fix typo, "Write" -> "Writes". |
commit | commitdiff | tree | snapshot |
2009-11-28 |
Stefano Sabatini | Use pixel formats names defined in av_pix_fmt_descripto... |
commit | commitdiff | tree | snapshot |
2009-11-28 |
Stefano Sabatini | Remove unused PixFmtInfo.is_hwaccel field. |
commit | commitdiff | tree | snapshot |
2009-11-27 |
Michael Niedermayer | Remove "frame size must be a multiple of 2" check. |
commit | commitdiff | tree | snapshot |
2009-11-27 |
Michael Niedermayer | Add nomouse option to not record the mouse cursor. |
commit | commitdiff | tree | snapshot |
2009-11-27 |
Michael Niedermayer | Remove unused stuff. |
commit | commitdiff | tree | snapshot |
2009-11-27 |
Roxis | Real cursor support in x11grab. |
commit | commitdiff | tree | snapshot |
2009-11-27 |
Michael Niedermayer | Do not invent error codes but pass the error code on. |
commit | commitdiff | tree | snapshot |
2009-11-27 |
Michael Niedermayer | Replace very odd and completely broken oss read_packet... |
commit | commitdiff | tree | snapshot |
2009-11-27 |
Jai Menon | Fix typo. |
commit | commitdiff | tree | snapshot |
2009-11-26 |
Reimar Döffinger | Add support for hardcoding the motionpixels rgb to... |
commit | commitdiff | tree | snapshot |
2009-11-26 |
Reimar Döffinger | 10l, pix_fmt should be set by the motionpixels decoder... |
commit | commitdiff | tree | snapshot |
2009-11-26 |
Stefano Sabatini | Make sws_format_name() use av_pix_fmt_descriptors. |
commit | commitdiff | tree | snapshot |
2009-11-26 |
Stefano Sabatini | Make avcodec_get_pix_fmt_name() use av_pix_fmt_descript... |
commit | commitdiff | tree | snapshot |
2009-11-26 |
Stefano Sabatini | Make av_pix_fmt_descriptors use the same pixel format... |
commit | commitdiff | tree | snapshot |
2009-11-26 |
Jai Menon | Allow decoders to correctly set the sample format by... |
commit | commitdiff | tree | snapshot |
2009-11-26 |
Stefano Sabatini | Remove x_chroma_shift and y_chroma_shift fields from... |
commit | commitdiff | tree | snapshot |
2009-11-26 |
Jai Menon | Update libavformat regression reference checksum for... |
commit | commitdiff | tree | snapshot |
2009-11-26 |
Måns Rullgård | Revert "Add required header #include to fix 'make check... |
commit | commitdiff | tree | snapshot |
2009-11-26 |
Diego Biurrun | cosmetics: K&R style, prettyprinting |
commit | commitdiff | tree | snapshot |
2009-11-26 |
Diego Biurrun | Mark apply_mdct() function as static; it is only used... |
commit | commitdiff | tree | snapshot |
2009-11-26 |
Stefano Sabatini | Use av_pix_fmt_descriptors in avcodec_get_chroma_sub_sa... |
commit | commitdiff | tree | snapshot |
2009-11-25 |
Stefano Sabatini | Use av_pix_fmt_descriptors in ff_is_hwaccel_pix_fmt... |
commit | commitdiff | tree | snapshot |
2009-11-25 |
Michael Niedermayer | Remove special case that changed video sync behavior... |
commit | commitdiff | tree | snapshot |
2009-11-25 |
Stefano Sabatini | Add an entry for the AVFilter.next field removal. |
commit | commitdiff | tree | snapshot |
2009-11-25 |
Diego Biurrun | -DFRAC_BITS must be added to CPPFLAGS when compiling... |
commit | commitdiff | tree | snapshot |
2009-11-25 |
Diego Biurrun | Add required header #include to fix 'make checkheaders'. |
commit | commitdiff | tree | snapshot |
2009-11-25 |
Stefano Sabatini | Remove AVFilter.next field, since it is not used and... |
commit | commitdiff | tree | snapshot |
2009-11-25 |
Ramiro Polla | Fix nv12/nv21 handling. linesize for plane 1 should... |
commit | commitdiff | tree | snapshot |
2009-11-25 |
David Conrad | Support compiling against libtheora older than 1.1 |
commit | commitdiff | tree | snapshot |
2009-11-25 |
Stefano Sabatini | Add an entry for the avfilter_next() function addition. |
commit | commitdiff | tree | snapshot |
2009-11-24 |
Stefano Sabatini | Implement avfilter_next(). |
commit | commitdiff | tree | snapshot |
2009-11-24 |
Stefano Sabatini | Add an entry for the avfilter_register() signature... |
commit | commitdiff | tree | snapshot |
2009-11-24 |
Stefano Sabatini | Implement a new registration system for filters. |
commit | commitdiff | tree | snapshot |
2009-11-24 |
Stefano Sabatini | Add an entry for the pixdesc.h API publication. |
commit | commitdiff | tree | snapshot |
2009-11-24 |
Stefano Sabatini | Make the pixdesc API public. |
commit | commitdiff | tree | snapshot |
2009-11-24 |
Vitor Sessak | Make lsp2polyf() function non-static for upcoming usage... |
commit | commitdiff | tree | snapshot |
2009-11-24 |
Jason Garrett... | Update ffserver to include all basic x264 parameters... |
commit | commitdiff | tree | snapshot |
2009-11-24 |
Jason Garrett... | Add weightp support in API for libx264. |
commit | commitdiff | tree | snapshot |
2009-11-24 |
Reimar Döffinger | Call ff_find_hwaccel() after calling avcodec_set_dimens... |
commit | commitdiff | tree | snapshot |
2009-11-24 |
Måns Rullgård | WMA: extend exponent range to 95 |
commit | commitdiff | tree | snapshot |
2009-11-24 |
Baptiste Coudurier | update seek regression ref due to r20579, mp3 timestamp... |
commit | commitdiff | tree | snapshot |
2009-11-24 |
Peter Ross | Determine VOC block length when length field is zero... |
commit | commitdiff | tree | snapshot |
2009-11-24 |
Kostya Shishkov | Call avcodec_set_dimensions() instead of simply setting... |
commit | commitdiff | tree | snapshot |
2009-11-23 |
Vitor Sessak | Add missing include. Fix the following compiler warnings: |
commit | commitdiff | tree | snapshot |
2009-11-23 |
Måns Rullgård | WMA: extend exponent table up to 75 |
commit | commitdiff | tree | snapshot |
2009-11-23 |
Stefano Sabatini | Clarify PIX_FMT_BE flag doxy. Increase consistency... |
commit | commitdiff | tree | snapshot |
2009-11-23 |
Michael Niedermayer | Use avcodec_set_dimensions() |
commit | commitdiff | tree | snapshot |
2009-11-23 |
Michael Niedermayer | Correct order of arguments for avcodec_check_dimensions(). |
commit | commitdiff | tree | snapshot |
2009-11-23 |
Michael Niedermayer | Make sure avcodec_set_dimensions() is used when rv20... |
commit | commitdiff | tree | snapshot |
2009-11-23 |
David Conrad | libtheora: using the 1.0 API requires linking to both |
commit | commitdiff | tree | snapshot |
2009-11-23 |
David Conrad | MOV: cprt is another tag used for copyright |
commit | commitdiff | tree | snapshot |
2009-11-23 |
David Conrad | MOV: Add several iTunes metadata tags |
commit | commitdiff | tree | snapshot |
2009-11-23 |
David Conrad | MOV: Fix writing \251wrt metadata (r20453 only fixed... |
commit | commitdiff | tree | snapshot |
2009-11-22 |
Vitor Sessak | Make sorting function used in TwinVQ a shared function |
commit | commitdiff | tree | snapshot |
2009-11-22 |
David Conrad | Set colorspace for libtheora encoding |
commit | commitdiff | tree | snapshot |
2009-11-22 |
David Conrad | Support 4:2:2 and 4:4:4 subsampling in libtheora encoding |
commit | commitdiff | tree | snapshot |
2009-11-22 |
David Conrad | Add support for two pass encoding in libtheora |
commit | commitdiff | tree | snapshot |
2009-11-22 |
David Conrad | Update libtheora wrapper to use the 1.0 API |
commit | commitdiff | tree | snapshot |
2009-11-22 |
Baptiste Coudurier | set mp3 timebase to the lcm of all mp3 sample rates... |
commit | commitdiff | tree | snapshot |
2009-11-22 |
Justin Ruggles | Add MP4 object type for ALS. |
commit | commitdiff | tree | snapshot |
2009-11-22 |
Måns Rullgård | Delete *.d files with make clean |
commit | commitdiff | tree | snapshot |
2009-11-22 |
Stefano Sabatini | Remove from the list of the supported formats the forma... |
commit | commitdiff | tree | snapshot |
2009-11-22 |
Kostya Shishkov | When searching for AMF object field value, try to find... |
commit | commitdiff | tree | snapshot |
2009-11-22 |
Kostya Shishkov | Print error when RTMP protocol can't open connection |
commit | commitdiff | tree | snapshot |
2009-11-22 |
Kostya Shishkov | Pass only useful FLV metadata from RTMP stream |
commit | commitdiff | tree | snapshot |
2009-11-22 |
Kostya Shishkov | Update dimensions in AVCodecContext when RV3/4 frame... |
commit | commitdiff | tree | snapshot |
next |