2008-03-10 |
Diego Biurrun | typo |
commit | commitdiff | tree | snapshot |
2008-03-10 |
Diego Biurrun | vhooks really need libav* even if they compile fine... |
commit | commitdiff | tree | snapshot |
2008-03-10 |
Diego Biurrun | Rename --enable-swscaler --> enable-swscale to be consi... |
commit | commitdiff | tree | snapshot |
2008-03-10 |
Panagiotis... | Update the regression tests reference values after... |
commit | commitdiff | tree | snapshot |
2008-03-10 |
Panagiotis... | Make av_class a pointer to const. |
commit | commitdiff | tree | snapshot |
2008-03-10 |
Benoit Fouet | define VOF as double of VOFW. |
commit | commitdiff | tree | snapshot |
2008-03-10 |
Diego Biurrun | Remove redundant swScaler: output from places where... |
commit | commitdiff | tree | snapshot |
2008-03-10 |
Mike Melanson | These video decoders do not need to include and initial... |
commit | commitdiff | tree | snapshot |
2008-03-10 |
Mike Melanson | There is no reason to assign a variable to itself |
commit | commitdiff | tree | snapshot |
2008-03-10 |
Aurelien Jacobs | cosmetics: remove some empty lines |
commit | commitdiff | tree | snapshot |
2008-03-10 |
Aurelien Jacobs | remove useless and misleading comments |
commit | commitdiff | tree | snapshot |
2008-03-10 |
Michael Niedermayer | smaller tables |
commit | commitdiff | tree | snapshot |
2008-03-09 |
Aurelien Jacobs | consistent use of MKTAG() in the codec_bmp_tags table |
commit | commitdiff | tree | snapshot |
2008-03-09 |
Aurelien Jacobs | cosmetics: alignment of the codec_bmp_tags table |
commit | commitdiff | tree | snapshot |
2008-03-09 |
Aurelien Jacobs | add FF_ prefix to all (frame)_TYPE usage |
commit | commitdiff | tree | snapshot |
2008-03-09 |
Diego Biurrun | Work around gcc stupidity: With -MM gcc outputs just... |
commit | commitdiff | tree | snapshot |
2008-03-09 |
Justin Ruggles | downmix before imdct unless different size transforms... |
commit | commitdiff | tree | snapshot |
2008-03-09 |
Michael Niedermayer | Clarify the intended meaning of wont_fix. |
commit | commitdiff | tree | snapshot |
2008-03-09 |
Kostya Shishkov | indentation |
commit | commitdiff | tree | snapshot |
2008-03-09 |
Kostya Shishkov | Correctly handle empty frames |
commit | commitdiff | tree | snapshot |
2008-03-09 |
Kostya Shishkov | Fraps v5 decoding support |
commit | commitdiff | tree | snapshot |
2008-03-09 |
Kostya Shishkov | Add step variable (for future v5 decoding) |
commit | commitdiff | tree | snapshot |
2008-03-09 |
Mike Melanson | recognize the CLJR FourCC (Cirrus Logic AccuPak) |
commit | commitdiff | tree | snapshot |
2008-03-08 |
Ramiro Polla | VFW grabber |
commit | commitdiff | tree | snapshot |
2008-03-08 |
Ramiro Polla | Correctly handle case where buffer is 100% full |
commit | commitdiff | tree | snapshot |
2008-03-08 |
Ramiro Polla | add myself as vfwcap.c maintainer |
commit | commitdiff | tree | snapshot |
2008-03-08 |
Ramiro Polla | dc1394.c has been renamed to libdc1394.c |
commit | commitdiff | tree | snapshot |
2008-03-08 |
Ramiro Polla | Split libavdevice maintainers out of libavformat |
commit | commitdiff | tree | snapshot |
2008-03-08 |
Ramiro Polla | Typo + grammar |
commit | commitdiff | tree | snapshot |
2008-03-08 |
Ramiro Polla | VFW capture support |
commit | commitdiff | tree | snapshot |
2008-03-08 |
Ramiro Polla | Introduce max_picture_buffer variable in AVFormatContext, |
commit | commitdiff | tree | snapshot |
2008-03-08 |
Diego Biurrun | #error in case we do not know how to provide alignment. |
commit | commitdiff | tree | snapshot |
2008-03-08 |
Diego Biurrun | cosmetics: Fix indentation in a few more places. |
commit | commitdiff | tree | snapshot |
2008-03-08 |
Diego Biurrun | cosmetics: Normalize {} placement after for, while... |
commit | commitdiff | tree | snapshot |
2008-03-08 |
Diego Biurrun | Mention that libavdevice/x11grab.c is GPLed. |
commit | commitdiff | tree | snapshot |
2008-03-08 |
Ramiro Polla | Define WIN32_LEAN_AND_MEAN before including windows... |
commit | commitdiff | tree | snapshot |
2008-03-08 |
Ramiro Polla | Include windows.h instead of trying to redeclare Sleep |
commit | commitdiff | tree | snapshot |
2008-03-08 |
Diego Biurrun | Rename pp variable to postproc for consistency. |
commit | commitdiff | tree | snapshot |
2008-03-08 |
Måns Rullgård | check for x86 bswap instruction |
commit | commitdiff | tree | snapshot |
2008-03-08 |
Aurelien Jacobs | huffman: add a zero_count flag and use it in fraps |
commit | commitdiff | tree | snapshot |
2008-03-08 |
Aurelien Jacobs | huffman: pass hnode_first as a flag instead of as an... |
commit | commitdiff | tree | snapshot |
2008-03-08 |
Ramiro Polla | Put network-related code under #ifdef |
commit | commitdiff | tree | snapshot |
2008-03-08 |
Ramiro Polla | Group network-related code together |
commit | commitdiff | tree | snapshot |
2008-03-08 |
Mark Cox | Fix unused variable warnings. |
commit | commitdiff | tree | snapshot |
2008-03-08 |
Diego Biurrun | cosmetics: prettyprinting |
commit | commitdiff | tree | snapshot |
2008-03-08 |
Diego Biurrun | Install libavfilter if it has been enabled. |
commit | commitdiff | tree | snapshot |
2008-03-08 |
Diego Biurrun | The videohook target does not depend on .libs. |
commit | commitdiff | tree | snapshot |
2008-03-08 |
Diego Biurrun | Make ffplay use parse_number_or_die instead of atoi. |
commit | commitdiff | tree | snapshot |
2008-03-08 |
Diego Biurrun | cosmetics: Remove useless empty line. |
commit | commitdiff | tree | snapshot |
2008-03-08 |
Diego Biurrun | cosmetics: Remove useless empty line. |
commit | commitdiff | tree | snapshot |
2008-03-08 |
Diego Biurrun | cosmetics: Consistently move NAME and FFLIBS to the... |
commit | commitdiff | tree | snapshot |
2008-03-08 |
Diego Biurrun | cosmetics: Consistently move NAME and FFLIBS to the... |
commit | commitdiff | tree | snapshot |
2008-03-07 |
Ramiro Polla | __stdcall -> WINAPI |
commit | commitdiff | tree | snapshot |
2008-03-07 |
Måns Rullgård | simplify library version handling |
commit | commitdiff | tree | snapshot |
2008-03-07 |
Måns Rullgård | replace -f pgmyuv with -f image2 -vcodec pgmyuv |
commit | commitdiff | tree | snapshot |
2008-03-07 |
Måns Rullgård | Simplify do_video_encoding() in regression.sh |
commit | commitdiff | tree | snapshot |
2008-03-07 |
Måns Rullgård | simplify library version handling |
commit | commitdiff | tree | snapshot |
2008-03-07 |
Måns Rullgård | Remove mp4psp regression test |
commit | commitdiff | tree | snapshot |
2008-03-07 |
Evgeniy Stepanov | Add 'disposition' bitfield to AVStream and use it for... |
commit | commitdiff | tree | snapshot |
2008-03-07 |
Måns Rullgård | fix AVClass for avfilter |
commit | commitdiff | tree | snapshot |
2008-03-06 |
Baptiste Coudurier | indentation |
commit | commitdiff | tree | snapshot |
2008-03-06 |
Baptiste Coudurier | do not display par and dar if not available |
commit | commitdiff | tree | snapshot |
2008-03-06 |
Måns Rullgård | consolidate CFLAGS, LDFLAGS, EXTRALIBS assignment |
commit | commitdiff | tree | snapshot |
2008-03-06 |
Måns Rullgård | consolidate CFLAGS, LDFLAGS, EXTRALIBS assignment |
commit | commitdiff | tree | snapshot |
2008-03-06 |
Baptiste Coudurier | do not reset duration_error for all streams, only reset... |
commit | commitdiff | tree | snapshot |
2008-03-06 |
Panagiotis... | Make av_class a pointer to a const AVClass. Addresses... |
commit | commitdiff | tree | snapshot |
2008-03-06 |
Benjamin Larsson | Don't use unchecked data from the bitstream. |
commit | commitdiff | tree | snapshot |
2008-03-06 |
Baptiste Coudurier | support AVDISCARD_ALL |
commit | commitdiff | tree | snapshot |
2008-03-06 |
Baptiste Coudurier | change sws_format_name to return const char*, supress... |
commit | commitdiff | tree | snapshot |
2008-03-06 |
Baptiste Coudurier | remove redundant SwScaler text since av_log uses AVClas... |
commit | commitdiff | tree | snapshot |
2008-03-06 |
Baptiste Coudurier | fix interlaced decoding, original patch from reimar |
commit | commitdiff | tree | snapshot |
2008-03-06 |
Kostya Shishkov | IMA ADPCM encoder - QT variant |
commit | commitdiff | tree | snapshot |
2008-03-06 |
Michael Niedermayer | Skip over unknown extended_content_header tags. |
commit | commitdiff | tree | snapshot |
2008-03-06 |
Michael Niedermayer | simplify |
commit | commitdiff | tree | snapshot |
2008-03-05 |
Aurelien Jacobs | make compilation of mpeg12* and mpegvideo conditional |
commit | commitdiff | tree | snapshot |
2008-03-05 |
Aurelien Jacobs | move ff_mpeg1_dc_scale_table to mpegvideo.c |
commit | commitdiff | tree | snapshot |
2008-03-05 |
Måns Rullgård | allow vpath search only for source files |
commit | commitdiff | tree | snapshot |
2008-03-05 |
Måns Rullgård | simplify processing of some --disable-* options |
commit | commitdiff | tree | snapshot |
2008-03-05 |
Vitor Sessak | Add correct version number to shared libavfilter |
commit | commitdiff | tree | snapshot |
2008-03-05 |
Vitor Sessak | Fix avfilter compilation with --enable-shared and no... |
commit | commitdiff | tree | snapshot |
2008-03-05 |
Aurelien Jacobs | add dependencies for matroska audio and nut muxers... |
commit | commitdiff | tree | snapshot |
2008-03-05 |
Diego Biurrun | Set TCP protocol to is_streamed=1 as seeking is not... |
commit | commitdiff | tree | snapshot |
2008-03-05 |
Aurelien Jacobs | doxyfy frame type comments and add some more comments |
commit | commitdiff | tree | snapshot |
2008-03-05 |
Aurelien Jacobs | define BI frame type along with other frame types |
commit | commitdiff | tree | snapshot |
2008-03-05 |
Aurelien Jacobs | cosmetic: align |
commit | commitdiff | tree | snapshot |
2008-03-05 |
Aurelien Jacobs | remove some unneeded artificial dependencies from configure |
commit | commitdiff | tree | snapshot |
2008-03-05 |
Aurelien Jacobs | add some required objects dependencies |
commit | commitdiff | tree | snapshot |
2008-03-05 |
Aurelien Jacobs | Avoid linking with h263 and mpeg4 find_frame_end() |
commit | commitdiff | tree | snapshot |
2008-03-05 |
Luca Abeni | Add some information about the stream bitrate, if available |
commit | commitdiff | tree | snapshot |
2008-03-05 |
Michael Niedermayer | Subtitle support. (untested) |
commit | commitdiff | tree | snapshot |
2008-03-05 |
Michael Niedermayer | The last flag fix fixed mpeg4-qprd (there the flags... |
commit | commitdiff | tree | snapshot |
2008-03-05 |
Baptiste Coudurier | set block align for mace3/6 |
commit | commitdiff | tree | snapshot |
2008-03-05 |
Baptiste Coudurier | correctly compute bit rate for compressed audio, should... |
commit | commitdiff | tree | snapshot |
2008-03-05 |
Mike Melanson | fix the WC3 Xan decoder by correcting the frame account... |
commit | commitdiff | tree | snapshot |
2008-03-05 |
Michael Niedermayer | One more (forgotten) fix for fixing sws_flags. |
commit | commitdiff | tree | snapshot |
2008-03-05 |
Michael Niedermayer | sws_flags is unsigned. |
commit | commitdiff | tree | snapshot |
2008-03-05 |
Michael Niedermayer | Fix handling flags with the MSB set. |
commit | commitdiff | tree | snapshot |
2008-03-05 |
Michael Niedermayer | Turn ancient V offset numerical constants into named... |
commit | commitdiff | tree | snapshot |
2008-03-05 |
Aurelien Jacobs | remove more useless mpegvideo.h includes |
commit | commitdiff | tree | snapshot |
2008-03-05 |
Aurelien Jacobs | move EDGE_WIDTH definition allong with draw_edges where... |
commit | commitdiff | tree | snapshot |
next |