summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* As *_static are not deallocated anymore except on program terminationMichael Niedermayer2008-05-301-26/+2
* unusedMichael Niedermayer2008-05-301-9/+0
* Remove non C code.Michael Niedermayer2008-05-301-11/+0
* Move *_static to bitstream.c which is the only file left which needsMichael Niedermayer2008-05-303-80/+55
* Change init_vlc_rl() so it does not use *alloc_static() anymore.Michael Niedermayer2008-05-305-22/+30
* Change init_2d_vlc_rl() to not use *alloc_static().Michael Niedermayer2008-05-301-8/+14
* Remove incorrect usage of av_free_static(), ffmpeg.c is not aMichael Niedermayer2008-05-301-2/+0
* Remove constant argument.Michael Niedermayer2008-05-301-7/+4
* Switch to INIT_VLC_USE_NEW_STATIC.Michael Niedermayer2008-05-301-14/+14
* Little helper macro to make the use of INIT_VLC_USE_NEW_STATIC easier.Michael Niedermayer2008-05-301-0/+9
* Make init_vlc* support proper static tables instead of this broken beyondMichael Niedermayer2008-05-302-3/+14
* Revert r13499, log:Vitor Sessak2008-05-301-38/+40
* 2nd try fix got_key_frame when video+audioBaptiste Coudurier2008-05-301-3/+3
* raw mlp demuxerRamiro Polla2008-05-303-0/+15
* Detect "tif" suffix as TIFF.Quoc Cuong Pham2008-05-301-0/+1
* cosmetics: Remove useless backslashes.Diego Biurrun2008-05-301-4/+4
* Implement a proper configure test for AltiVec vector declaration syntax.Diego Biurrun2008-05-302-4/+11
* Simplify altivec.h test.Diego Biurrun2008-05-301-4/+1
* 10l: Add useless backslashes in AltiVec CFLAGS test.Diego Biurrun2008-05-301-2/+2
* fix got_key_frame when stream is audioBaptiste Coudurier2008-05-301-3/+4
* set got_key_frame when packet is video, fix first video packet with index 0 a...Baptiste Coudurier2008-05-301-11/+5
* update regressions tests, should be stable nowBaptiste Coudurier2008-05-301-9/+9
* sleep seems needed to wait for feed to be setupBaptiste Coudurier2008-05-301-0/+1
* log error when writing frame to outputBaptiste Coudurier2008-05-301-1/+3
* wake up connections to stop waiting when feed is being closedBaptiste Coudurier2008-05-301-0/+6
* fix timestamps rescaling, index in source format might be differentBaptiste Coudurier2008-05-301-2/+3
* take over ffserver maintenanceBaptiste Coudurier2008-05-301-1/+1
* log some errorsBaptiste Coudurier2008-05-301-3/+10
* set is_streamed before writing data to output fileBaptiste Coudurier2008-05-301-0/+2
* Warn about unimplemented H264 feature.Carl Eugen Hoyos2008-05-291-0/+2
* cosmetics, reindentBaptiste Coudurier2008-05-291-134/+134
* cosmetics, move declaration where it is used, remove now useless blockBaptiste Coudurier2008-05-291-4/+1
* cosmetics, space before and after parenthesis, weird indentationBaptiste Coudurier2008-05-291-12/+12
* in TRUNCATED mode, use residual fragments in ParseContextPascal Massimino2008-05-291-8/+9
* use av_parse_video_frame_rateBaptiste Coudurier2008-05-291-2/+8
* Check av_new_stream return value, fixes CID75 RUN2Reimar Döffinger2008-05-291-0/+2
* ENOMEM is better, yes ...Michael Niedermayer2008-05-291-1/+1
* Check av_new_stream return value, fixes CID79 RUN2Reimar Döffinger2008-05-291-0/+4
* Check for av_new_stream failure, fixes CID76 RUN2Reimar Döffinger2008-05-291-1/+7
* Remove unnecessary #include.Diego Biurrun2008-05-291-1/+0
* Remove unnecessary header #includes.Erik Hovland2008-05-297-7/+0
* Some (Solaris) gcc versions apparently output a comment as first lineDiego Biurrun2008-05-291-1/+1
* Add ASUS V1/V2 decoder codec long names.Stefano Sabatini2008-05-291-0/+2
* When shared libraries are built, make the pkg-config requires Requires.private.Anssi Hannula2008-05-291-1/+2
* Check return of url_fseek in mpeg timestamp reading code.Joakim Plate2008-05-291-1/+3
* Simplify show_banner() so that it does not require arguments, similarStefano Sabatini2008-05-295-10/+13
* reindentBaptiste Coudurier2008-05-291-6/+6
* check that redirect is set, fixes CID13 RUN2Baptiste Coudurier2008-05-291-1/+2
* reindentBaptiste Coudurier2008-05-291-12/+12
* check that stream is set, fixes CID13 RUN2Baptiste Coudurier2008-05-291-1/+2